diff --git a/java/wildfly10/Makefile b/java/wildfly10/Makefile index 5332836fe1b2..edb1655c67b2 100644 --- a/java/wildfly10/Makefile +++ b/java/wildfly10/Makefile @@ -1,72 +1,75 @@ PORTNAME= wildfly10 PORTVERSION= 10.1.0 PORTREVISION= 2 CATEGORIES= java www MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} MAINTAINER= yerenkow@gmail.com COMMENT= Replacement for JBoss Application Server WWW= https://wildfly.org/ +DEPRECATED= End of life upstream +EXPIRATION_DATE=2023-11-30 + LICENSE= GPLv2 USE_RC_SUBR= wildfly10 USE_JAVA= yes USER= www GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ USER=${USER} \ GROUP=${GROUP} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/${PORTNAME} PLIST_SUB= APP_HOME=${PORTNAME} CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ domain/configuration/application-roles.properties \ domain/configuration/application-users.properties \ domain/configuration/default-server-logging.properties \ domain/configuration/domain.xml \ domain/configuration/host-master.xml \ domain/configuration/host-slave.xml \ domain/configuration/host.xml \ domain/configuration/logging.properties \ domain/configuration/mgmt-groups.properties \ domain/configuration/mgmt-users.properties \ standalone/configuration/application-roles.properties \ standalone/configuration/application-users.properties \ standalone/configuration/logging.properties \ standalone/configuration/mgmt-groups.properties \ standalone/configuration/mgmt-users.properties \ standalone/configuration/standalone-full-ha.xml \ standalone/configuration/standalone-full.xml \ standalone/configuration/standalone-ha.xml \ standalone/configuration/standalone.xml post-patch: ${RM} ${WRKSRC}/bin/add-user.sh.orig do-build: ${RM} ${WRKSRC}/bin/*.bat ${RM} ${WRKSRC}/bin/*.ps1 ${RM} -r ${WRKSRC}/bin/service ${RM} -r ${WRKSRC}/bin/init.d do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) ${RMDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample .endfor .include diff --git a/java/wildfly11/Makefile b/java/wildfly11/Makefile index 3eb5e556661b..98d0ebbfa0e1 100644 --- a/java/wildfly11/Makefile +++ b/java/wildfly11/Makefile @@ -1,73 +1,76 @@ PORTNAME= wildfly11 PORTVERSION= 11.0.0 PORTREVISION= 1 CATEGORIES= java www MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} MAINTAINER= yerenkow@gmail.com COMMENT= Replacement for JBoss Application Server WWW= https://wildfly.org/ +DEPRECATED= End of life upstream +EXPIRATION_DATE=2023-11-30 + LICENSE= GPLv2 USE_RC_SUBR= wildfly11 USE_JAVA= yes USER= www GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ USER=${USER} \ GROUP=${GROUP} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/${PORTNAME} PLIST_SUB= APP_HOME=${PORTNAME} CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ domain/configuration/application-roles.properties \ domain/configuration/application-users.properties \ domain/configuration/default-server-logging.properties \ domain/configuration/domain.xml \ domain/configuration/host-master.xml \ domain/configuration/host-slave.xml \ domain/configuration/host.xml \ domain/configuration/logging.properties \ domain/configuration/mgmt-groups.properties \ domain/configuration/mgmt-users.properties \ standalone/configuration/application-roles.properties \ standalone/configuration/application-users.properties \ standalone/configuration/logging.properties \ standalone/configuration/mgmt-groups.properties \ standalone/configuration/mgmt-users.properties \ standalone/configuration/standalone-full-ha.xml \ standalone/configuration/standalone-full.xml \ standalone/configuration/standalone-ha.xml \ standalone/configuration/standalone-load-balancer.xml \ standalone/configuration/standalone.xml post-patch: ${RM} ${WRKSRC}/bin/add-user.sh.orig do-build: ${RM} ${WRKSRC}/bin/*.bat ${RM} ${WRKSRC}/bin/*.ps1 ${RM} -r ${WRKSRC}/bin/service ${RM} -r ${WRKSRC}/bin/init.d do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) ${RMDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample .endfor .include diff --git a/java/wildfly12/Makefile b/java/wildfly12/Makefile index b30229e5ba18..9886e6b48b6a 100644 --- a/java/wildfly12/Makefile +++ b/java/wildfly12/Makefile @@ -1,71 +1,74 @@ PORTNAME= wildfly12 PORTVERSION= 12.0.0 PORTREVISION= 1 CATEGORIES= java www MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} MAINTAINER= reig.simeo@gmail.com COMMENT= Replacement for JBoss Application Server WWW= https://wildfly.org/ +DEPRECATED= End of life upstream +EXPIRATION_DATE=2023-11-30 + LICENSE= GPLv2 USE_RC_SUBR= wildfly12 USE_JAVA= yes USER= www GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ USER=${USER} \ GROUP=${GROUP} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/${PORTNAME} PLIST_SUB= APP_HOME=${PORTNAME} CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ domain/configuration/application-roles.properties \ domain/configuration/application-users.properties \ domain/configuration/default-server-logging.properties \ domain/configuration/domain.xml \ domain/configuration/host-master.xml \ domain/configuration/host-slave.xml \ domain/configuration/host.xml \ domain/configuration/logging.properties \ domain/configuration/mgmt-groups.properties \ domain/configuration/mgmt-users.properties \ standalone/configuration/application-roles.properties \ standalone/configuration/application-users.properties \ standalone/configuration/logging.properties \ standalone/configuration/mgmt-groups.properties \ standalone/configuration/mgmt-users.properties \ standalone/configuration/standalone-full-ha.xml \ standalone/configuration/standalone-full.xml \ standalone/configuration/standalone-ha.xml \ standalone/configuration/standalone-load-balancer.xml \ standalone/configuration/standalone.xml post-patch: ${RM} ${WRKSRC}/bin/add-user.sh.orig do-build: ${RM} ${WRKSRC}/bin/*.bat ${RM} ${WRKSRC}/bin/*.ps1 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) ${RMDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample .endfor .include diff --git a/java/wildfly13/Makefile b/java/wildfly13/Makefile index 284a105f75f8..8b2feb66140a 100644 --- a/java/wildfly13/Makefile +++ b/java/wildfly13/Makefile @@ -1,72 +1,75 @@ PORTNAME= wildfly13 PORTVERSION= 13.0.0 PORTREVISION= 1 CATEGORIES= java www MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} MAINTAINER= reig.simeo@gmail.com COMMENT= Replacement for JBoss Application Server WWW= https://wildfly.org/ +DEPRECATED= End of life upstream +EXPIRATION_DATE=2023-11-30 + LICENSE= GPLv2 USE_RC_SUBR= wildfly13 USE_JAVA= yes USER= www GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ USER=${USER} \ GROUP=${GROUP} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/${PORTNAME} PLIST_SUB= APP_HOME=${PORTNAME} CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ domain/configuration/application-roles.properties \ domain/configuration/application-users.properties \ domain/configuration/default-server-logging.properties \ domain/configuration/domain.xml \ domain/configuration/host-master.xml \ domain/configuration/host-slave.xml \ domain/configuration/host.xml \ domain/configuration/logging.properties \ domain/configuration/mgmt-groups.properties \ domain/configuration/mgmt-users.properties \ standalone/configuration/application-roles.properties \ standalone/configuration/application-users.properties \ standalone/configuration/logging.properties \ standalone/configuration/mgmt-groups.properties \ standalone/configuration/mgmt-users.properties \ standalone/configuration/standalone-ee8.xml \ standalone/configuration/standalone-full-ha.xml \ standalone/configuration/standalone-full.xml \ standalone/configuration/standalone-ha.xml \ standalone/configuration/standalone-load-balancer.xml \ standalone/configuration/standalone.xml post-patch: ${RM} ${WRKSRC}/bin/add-user.sh.orig do-build: ${RM} ${WRKSRC}/bin/*.bat ${RM} ${WRKSRC}/bin/*.ps1 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) ${RMDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample .endfor .include diff --git a/java/wildfly14/Makefile b/java/wildfly14/Makefile index 72816fa6b9df..8c3c137d7be7 100644 --- a/java/wildfly14/Makefile +++ b/java/wildfly14/Makefile @@ -1,68 +1,71 @@ PORTNAME= wildfly14 PORTVERSION= 14.0.1 CATEGORIES= java www MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} MAINTAINER= reig.simeo@gmail.com COMMENT= Replacement for JBoss Application Server WWW= https://wildfly.org/ +DEPRECATED= End of life upstream +EXPIRATION_DATE=2023-11-30 + LICENSE= GPLv2 USE_RC_SUBR= wildfly14 USE_JAVA= yes JAVA_VERSION= 8+ USER= www GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ USER=${USER} \ GROUP=${GROUP} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/${PORTNAME} PLIST_SUB= APP_HOME=${PORTNAME} CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ domain/configuration/application-roles.properties \ domain/configuration/application-users.properties \ domain/configuration/default-server-logging.properties \ domain/configuration/domain.xml \ domain/configuration/host-master.xml \ domain/configuration/host-slave.xml \ domain/configuration/host.xml \ domain/configuration/logging.properties \ domain/configuration/mgmt-groups.properties \ domain/configuration/mgmt-users.properties \ standalone/configuration/application-roles.properties \ standalone/configuration/application-users.properties \ standalone/configuration/logging.properties \ standalone/configuration/mgmt-groups.properties \ standalone/configuration/mgmt-users.properties \ standalone/configuration/standalone-full-ha.xml \ standalone/configuration/standalone-full.xml \ standalone/configuration/standalone-ha.xml \ standalone/configuration/standalone-load-balancer.xml \ standalone/configuration/standalone.xml do-build: ${RM} ${WRKSRC}/bin/*.bat ${RM} ${WRKSRC}/bin/*.ps1 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) ${RMDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample .endfor .include diff --git a/java/wildfly15/Makefile b/java/wildfly15/Makefile index 1515b92b60bd..15ecf849e383 100644 --- a/java/wildfly15/Makefile +++ b/java/wildfly15/Makefile @@ -1,69 +1,72 @@ PORTNAME= wildfly15 PORTVERSION= 15.0.1 CATEGORIES= java www MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} MAINTAINER= reig.simeo@gmail.com COMMENT= Replacement for JBoss Application Server WWW= https://wildfly.org/ +DEPRECATED= End of life upstream +EXPIRATION_DATE=2023-11-30 + LICENSE= GPLv2 USE_RC_SUBR= wildfly15 USE_JAVA= yes JAVA_VERSION= 8+ USER= www GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ USER=${USER} \ GROUP=${GROUP} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/${PORTNAME} PLIST_SUB= APP_HOME=${PORTNAME} CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ domain/configuration/application-roles.properties \ domain/configuration/application-users.properties \ domain/configuration/default-server-logging.properties \ domain/configuration/domain.xml \ domain/configuration/host-master.xml \ domain/configuration/host-slave.xml \ domain/configuration/host.xml \ domain/configuration/logging.properties \ domain/configuration/mgmt-groups.properties \ domain/configuration/mgmt-users.properties \ standalone/configuration/application-roles.properties \ standalone/configuration/application-users.properties \ standalone/configuration/logging.properties \ standalone/configuration/mgmt-groups.properties \ standalone/configuration/mgmt-users.properties \ standalone/configuration/standalone-full-ha.xml \ standalone/configuration/standalone-full.xml \ standalone/configuration/standalone-ha.xml \ standalone/configuration/standalone-load-balancer.xml \ standalone/configuration/standalone.xml do-build: ${RM} ${WRKSRC}/bin/*.bat ${RM} ${WRKSRC}/bin/*.ps1 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) ${RMDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample .endfor .include diff --git a/java/wildfly16/Makefile b/java/wildfly16/Makefile index f07659d7ea4b..5043741d8040 100644 --- a/java/wildfly16/Makefile +++ b/java/wildfly16/Makefile @@ -1,69 +1,72 @@ PORTNAME= wildfly16 PORTVERSION= 16.0.0 CATEGORIES= java www MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} MAINTAINER= reig.simeo@gmail.com COMMENT= Replacement for JBoss Application Server WWW= https://wildfly.org/ +DEPRECATED= End of life upstream +EXPIRATION_DATE=2023-11-30 + LICENSE= GPLv2 USE_RC_SUBR= wildfly16 USE_JAVA= yes JAVA_VERSION= 8+ USER= www GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ USER=${USER} \ GROUP=${GROUP} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/${PORTNAME} PLIST_SUB= APP_HOME=${PORTNAME} CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ domain/configuration/application-roles.properties \ domain/configuration/application-users.properties \ domain/configuration/default-server-logging.properties \ domain/configuration/domain.xml \ domain/configuration/host-master.xml \ domain/configuration/host-slave.xml \ domain/configuration/host.xml \ domain/configuration/logging.properties \ domain/configuration/mgmt-groups.properties \ domain/configuration/mgmt-users.properties \ standalone/configuration/application-roles.properties \ standalone/configuration/application-users.properties \ standalone/configuration/logging.properties \ standalone/configuration/mgmt-groups.properties \ standalone/configuration/mgmt-users.properties \ standalone/configuration/standalone-full-ha.xml \ standalone/configuration/standalone-full.xml \ standalone/configuration/standalone-ha.xml \ standalone/configuration/standalone-load-balancer.xml \ standalone/configuration/standalone.xml do-build: ${RM} ${WRKSRC}/bin/*.bat ${RM} ${WRKSRC}/bin/*.ps1 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) ${RMDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample .endfor .include diff --git a/java/wildfly17/Makefile b/java/wildfly17/Makefile index 133457a9e2ad..a57186a872c8 100644 --- a/java/wildfly17/Makefile +++ b/java/wildfly17/Makefile @@ -1,69 +1,72 @@ PORTNAME= wildfly17 PORTVERSION= 17.0.1 CATEGORIES= java www MASTER_SITES= https://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} MAINTAINER= reig.simeo@gmail.com COMMENT= Java Jakarta EE8 application server developed by Red Hat WWW= https://wildfly.org/ +DEPRECATED= End of life upstream +EXPIRATION_DATE=2023-11-30 + LICENSE= GPLv2 USE_RC_SUBR= wildfly17 USE_JAVA= yes JAVA_VERSION= 8+ USER= www GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ USER=${USER} \ GROUP=${GROUP} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/${PORTNAME} PLIST_SUB= APP_HOME=${PORTNAME} CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ domain/configuration/application-roles.properties \ domain/configuration/application-users.properties \ domain/configuration/default-server-logging.properties \ domain/configuration/domain.xml \ domain/configuration/host-master.xml \ domain/configuration/host-slave.xml \ domain/configuration/host.xml \ domain/configuration/logging.properties \ domain/configuration/mgmt-groups.properties \ domain/configuration/mgmt-users.properties \ standalone/configuration/application-roles.properties \ standalone/configuration/application-users.properties \ standalone/configuration/logging.properties \ standalone/configuration/mgmt-groups.properties \ standalone/configuration/mgmt-users.properties \ standalone/configuration/standalone-full-ha.xml \ standalone/configuration/standalone-full.xml \ standalone/configuration/standalone-ha.xml \ standalone/configuration/standalone-load-balancer.xml \ standalone/configuration/standalone.xml do-build: ${RM} ${WRKSRC}/bin/*.bat ${RM} ${WRKSRC}/bin/*.ps1 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) ${RMDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample .endfor .include diff --git a/java/wildfly18/Makefile b/java/wildfly18/Makefile index ddcff65ee819..b7754417dfab 100644 --- a/java/wildfly18/Makefile +++ b/java/wildfly18/Makefile @@ -1,69 +1,72 @@ PORTNAME= wildfly18 PORTVERSION= 18.0.1 CATEGORIES= java www MASTER_SITES= https://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} MAINTAINER= reig.simeo@gmail.com COMMENT= Java Jakarta EE8 application server developed by Red Hat WWW= https://wildfly.org/ +DEPRECATED= End of life upstream +EXPIRATION_DATE=2023-11-30 + LICENSE= GPLv2 USE_RC_SUBR= wildfly18 USE_JAVA= yes JAVA_VERSION= 8+ USER= www GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ USER=${USER} \ GROUP=${GROUP} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/${PORTNAME} PLIST_SUB= APP_HOME=${PORTNAME} CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ domain/configuration/application-roles.properties \ domain/configuration/application-users.properties \ domain/configuration/default-server-logging.properties \ domain/configuration/domain.xml \ domain/configuration/host-master.xml \ domain/configuration/host-slave.xml \ domain/configuration/host.xml \ domain/configuration/logging.properties \ domain/configuration/mgmt-groups.properties \ domain/configuration/mgmt-users.properties \ standalone/configuration/application-roles.properties \ standalone/configuration/application-users.properties \ standalone/configuration/logging.properties \ standalone/configuration/mgmt-groups.properties \ standalone/configuration/mgmt-users.properties \ standalone/configuration/standalone-full-ha.xml \ standalone/configuration/standalone-full.xml \ standalone/configuration/standalone-ha.xml \ standalone/configuration/standalone-load-balancer.xml \ standalone/configuration/standalone.xml do-build: ${RM} ${WRKSRC}/bin/*.bat ${RM} ${WRKSRC}/bin/*.ps1 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) ${RMDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample .endfor .include diff --git a/java/wildfly24/Makefile b/java/wildfly24/Makefile index a989c25952fc..3056b657e2ef 100644 --- a/java/wildfly24/Makefile +++ b/java/wildfly24/Makefile @@ -1,71 +1,74 @@ PORTNAME= wildfly24 PORTVERSION= 24.0.1 CATEGORIES= java www MASTER_SITES= https://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} MAINTAINER= 1926646575@qq.com COMMENT= Java Jakarta EE8 application server developed by Red Hat WWW= https://wildfly.org/ +DEPRECATED= End of life upstream +EXPIRATION_DATE=2023-11-30 + LICENSE= GPLv2 USE_RC_SUBR= wildfly24 USE_JAVA= yes JAVA_VERSION= 8+ USER= www GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ USER=${USER} \ GROUP=${GROUP} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/${PORTNAME} PLIST_SUB= APP_HOME=${PORTNAME} CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ domain/configuration/application-roles.properties \ domain/configuration/application-users.properties \ domain/configuration/default-server-logging.properties \ domain/configuration/domain.xml \ domain/configuration/host-master.xml \ domain/configuration/host-slave.xml \ domain/configuration/host.xml \ domain/configuration/logging.properties \ domain/configuration/mgmt-groups.properties \ domain/configuration/mgmt-users.properties \ standalone/configuration/application-roles.properties \ standalone/configuration/application-users.properties \ standalone/configuration/logging.properties \ standalone/configuration/mgmt-groups.properties \ standalone/configuration/mgmt-users.properties \ standalone/configuration/standalone-full-ha.xml \ standalone/configuration/standalone-full.xml \ standalone/configuration/standalone-ha.xml \ standalone/configuration/standalone-load-balancer.xml \ standalone/configuration/standalone-microprofile.xml \ standalone/configuration/standalone-microprofile-ha.xml \ standalone/configuration/standalone.xml do-build: ${RM} ${WRKSRC}/bin/*.bat ${RM} ${WRKSRC}/bin/*.ps1 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) ${RMDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample .endfor .include diff --git a/java/wildfly25/Makefile b/java/wildfly25/Makefile index 9ef944d02c1a..ce41786d23b5 100644 --- a/java/wildfly25/Makefile +++ b/java/wildfly25/Makefile @@ -1,71 +1,74 @@ PORTNAME= wildfly25 PORTVERSION= 25.0.1 CATEGORIES= java www MASTER_SITES= https://github.com/wildfly/wildfly/releases/download/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} MAINTAINER= 1926646575@qq.com COMMENT= Java Jakarta EE8 application server developed by Red Hat WWW= https://wildfly.org/ +DEPRECATED= End of life upstream +EXPIRATION_DATE=2023-11-30 + LICENSE= GPLv2 USE_RC_SUBR= wildfly25 USE_JAVA= yes JAVA_VERSION= 8+ USER= www GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ USER=${USER} \ GROUP=${GROUP} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/${PORTNAME} PLIST_SUB= APP_HOME=${PORTNAME} CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ domain/configuration/application-roles.properties \ domain/configuration/application-users.properties \ domain/configuration/default-server-logging.properties \ domain/configuration/domain.xml \ domain/configuration/host-master.xml \ domain/configuration/host-slave.xml \ domain/configuration/host.xml \ domain/configuration/logging.properties \ domain/configuration/mgmt-groups.properties \ domain/configuration/mgmt-users.properties \ standalone/configuration/application-roles.properties \ standalone/configuration/application-users.properties \ standalone/configuration/logging.properties \ standalone/configuration/mgmt-groups.properties \ standalone/configuration/mgmt-users.properties \ standalone/configuration/standalone-full-ha.xml \ standalone/configuration/standalone-full.xml \ standalone/configuration/standalone-ha.xml \ standalone/configuration/standalone-load-balancer.xml \ standalone/configuration/standalone-microprofile.xml \ standalone/configuration/standalone-microprofile-ha.xml \ standalone/configuration/standalone.xml do-build: ${RM} ${WRKSRC}/bin/*.bat ${RM} ${WRKSRC}/bin/*.ps1 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) ${RMDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample .endfor .include diff --git a/java/wildfly26/Makefile b/java/wildfly26/Makefile index 827ce5d285bb..ab149c7bd9df 100644 --- a/java/wildfly26/Makefile +++ b/java/wildfly26/Makefile @@ -1,71 +1,74 @@ PORTNAME= wildfly26 PORTVERSION= 26.0.1 CATEGORIES= java www MASTER_SITES= https://github.com/wildfly/wildfly/releases/download/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} MAINTAINER= 1926646575@qq.com COMMENT= Java Jakarta EE8 application server developed by Red Hat WWW= https://wildfly.org/ +DEPRECATED= End of life upstream +EXPIRATION_DATE=2023-11-30 + LICENSE= GPLv2 USE_RC_SUBR= wildfly26 USE_JAVA= yes JAVA_VERSION= 8+ USER= www GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ USER=${USER} \ GROUP=${GROUP} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/${PORTNAME} PLIST_SUB= APP_HOME=${PORTNAME} CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ domain/configuration/application-roles.properties \ domain/configuration/application-users.properties \ domain/configuration/default-server-logging.properties \ domain/configuration/domain.xml \ domain/configuration/host-master.xml \ domain/configuration/host-slave.xml \ domain/configuration/host.xml \ domain/configuration/logging.properties \ domain/configuration/mgmt-groups.properties \ domain/configuration/mgmt-users.properties \ standalone/configuration/application-roles.properties \ standalone/configuration/application-users.properties \ standalone/configuration/logging.properties \ standalone/configuration/mgmt-groups.properties \ standalone/configuration/mgmt-users.properties \ standalone/configuration/standalone-full-ha.xml \ standalone/configuration/standalone-full.xml \ standalone/configuration/standalone-ha.xml \ standalone/configuration/standalone-load-balancer.xml \ standalone/configuration/standalone-microprofile.xml \ standalone/configuration/standalone-microprofile-ha.xml \ standalone/configuration/standalone.xml do-build: ${RM} ${WRKSRC}/bin/*.bat ${RM} ${WRKSRC}/bin/*.ps1 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) ${RMDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample .endfor .include diff --git a/java/wildfly90/Makefile b/java/wildfly90/Makefile index a3adce6f547c..743f8ffc1fb0 100644 --- a/java/wildfly90/Makefile +++ b/java/wildfly90/Makefile @@ -1,72 +1,75 @@ PORTNAME= wildfly90 PORTVERSION= 9.0.2 PORTREVISION= 2 CATEGORIES= java www MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} MAINTAINER= yerenkow@gmail.com COMMENT= Replacement for JBoss Application Server WWW= https://wildfly.org/ +DEPRECATED= End of life upstream +EXPIRATION_DATE=2023-11-30 + LICENSE= GPLv2 USE_RC_SUBR= wildfly90 USE_JAVA= yes USER= www GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ USER=${USER} \ GROUP=${GROUP} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/wildfly-${PORTVERSION} PLIST_SUB= APP_HOME=wildfly-${PORTVERSION} CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ domain/configuration/application-roles.properties \ domain/configuration/application-users.properties \ domain/configuration/default-server-logging.properties \ domain/configuration/domain.xml \ domain/configuration/host-master.xml \ domain/configuration/host-slave.xml \ domain/configuration/host.xml \ domain/configuration/logging.properties \ domain/configuration/mgmt-groups.properties \ domain/configuration/mgmt-users.properties \ standalone/configuration/application-roles.properties \ standalone/configuration/application-users.properties \ standalone/configuration/logging.properties \ standalone/configuration/mgmt-groups.properties \ standalone/configuration/mgmt-users.properties \ standalone/configuration/standalone-full-ha.xml \ standalone/configuration/standalone-full.xml \ standalone/configuration/standalone-ha.xml \ standalone/configuration/standalone.xml post-patch: ${RM} ${WRKSRC}/bin/add-user.sh.orig do-build: ${RM} ${WRKSRC}/bin/*.bat ${RM} ${WRKSRC}/bin/*.ps1 ${RM} -r ${WRKSRC}/bin/service ${RM} -r ${WRKSRC}/bin/init.d do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}) ${RMDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/${FILE} \ ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/${FILE}.sample .endfor .include