From d075dd2f5ed7596689f19a42ed789d137fb6502d Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Tue, 10 Jan 2017 22:59:58 +0000 Subject: [PATCH] Rename java/wildfly100 to java/wildfly10. PR: 212052 Submitted by: olgeni --- MOVED | 1 + java/Makefile | 2 +- java/{wildfly100 => wildfly10}/Makefile | 6 +++--- java/{wildfly100 => wildfly10}/distinfo | 0 java/{wildfly100 => wildfly10}/files/patch-bin_add-user.sh | 0 java/{wildfly100 => wildfly10}/files/pkg-message.in | 0 .../files/wildfly100.in => wildfly10/files/wildfly10.in} | 0 java/{wildfly100 => wildfly10}/pkg-descr | 0 java/{wildfly100 => wildfly10}/pkg-plist | 0 9 files changed, 5 insertions(+), 4 deletions(-) rename java/{wildfly100 => wildfly10}/Makefile (97%) rename java/{wildfly100 => wildfly10}/distinfo (100%) rename java/{wildfly100 => wildfly10}/files/patch-bin_add-user.sh (100%) rename java/{wildfly100 => wildfly10}/files/pkg-message.in (100%) rename java/{wildfly100/files/wildfly100.in => wildfly10/files/wildfly10.in} (100%) rename java/{wildfly100 => wildfly10}/pkg-descr (100%) rename java/{wildfly100 => wildfly10}/pkg-plist (100%) diff --git a/MOVED b/MOVED index 7f5d5347c2b6..1dc681c5d8ee 100644 --- a/MOVED +++ b/MOVED @@ -8977,3 +8977,4 @@ devel/rubygem-activejob|devel/rubygem-activejob4|2017-01-08|Rename to match our www/httpie|www/py-httpie|2017-01-09|Renamed to match upstream (PyPI) name sysutils/istatd|sysutils/istatserver|2017-01-09|Project was renamed devel/py-gflags|devel/py-python-gflags|2017-01-10|Rename to match PyPI naming +java/wildfly100|java/wildfly10|2017-01-10|Remove minor version number from port name diff --git a/java/Makefile b/java/Makefile index ea3b4e8566fb..62515ee87f5c 100644 --- a/java/Makefile +++ b/java/Makefile @@ -123,7 +123,7 @@ SUBDIR += trove4j SUBDIR += veditor SUBDIR += visualvm - SUBDIR += wildfly100 + SUBDIR += wildfly10 SUBDIR += wildfly90 SUBDIR += xdoclet diff --git a/java/wildfly100/Makefile b/java/wildfly10/Makefile similarity index 97% rename from java/wildfly100/Makefile rename to java/wildfly10/Makefile index 2020c7e8a9b8..a5f995ac35fe 100644 --- a/java/wildfly100/Makefile +++ b/java/wildfly10/Makefile @@ -1,9 +1,9 @@ # Created by: Alexander Yerenkow # $FreeBSD$ -PORTNAME= wildfly100 +PORTNAME= wildfly10 PORTVERSION= 10.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java www MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} @@ -13,7 +13,7 @@ COMMENT= Replacement for JBoss Application Server LICENSE= GPLv2 -USE_RC_SUBR= wildfly100 +USE_RC_SUBR= wildfly10 USE_JAVA= yes JAVA_VERSION= 1.7+ USER= www diff --git a/java/wildfly100/distinfo b/java/wildfly10/distinfo similarity index 100% rename from java/wildfly100/distinfo rename to java/wildfly10/distinfo diff --git a/java/wildfly100/files/patch-bin_add-user.sh b/java/wildfly10/files/patch-bin_add-user.sh similarity index 100% rename from java/wildfly100/files/patch-bin_add-user.sh rename to java/wildfly10/files/patch-bin_add-user.sh diff --git a/java/wildfly100/files/pkg-message.in b/java/wildfly10/files/pkg-message.in similarity index 100% rename from java/wildfly100/files/pkg-message.in rename to java/wildfly10/files/pkg-message.in diff --git a/java/wildfly100/files/wildfly100.in b/java/wildfly10/files/wildfly10.in similarity index 100% rename from java/wildfly100/files/wildfly100.in rename to java/wildfly10/files/wildfly10.in diff --git a/java/wildfly100/pkg-descr b/java/wildfly10/pkg-descr similarity index 100% rename from java/wildfly100/pkg-descr rename to java/wildfly10/pkg-descr diff --git a/java/wildfly100/pkg-plist b/java/wildfly10/pkg-plist similarity index 100% rename from java/wildfly100/pkg-plist rename to java/wildfly10/pkg-plist