Commit bfcb22ea authored by Rene Ladan's avatar Rene Ladan
Browse files

java/wildfly13: Remove expired port

2023-11-30 java/wildfly13: End of life upstream
parent 2e113a0d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8135,3 +8135,4 @@ irc/irssi-dcc_send_limiter||2023-12-02|Has expired: BROKEN for more than a year
www/linux-opera||2023-12-02|Has expired: outdated and unsupported version
sysutils/gtk-imonc||2023-12-02|Has expired: BROKEN for more than 2 years
audio/gradio||2023-12-02|Has expired: BROKEN for more than a year
java/wildfly13||2023-12-02|Has expired: End of life upstream
+0 −1
Original line number Diff line number Diff line
@@ -110,7 +110,6 @@
    SUBDIR += wildfly10
    SUBDIR += wildfly11
    SUBDIR += wildfly12
    SUBDIR += wildfly13
    SUBDIR += wildfly14
    SUBDIR += wildfly18
    SUBDIR += wildfly26

java/wildfly13/Makefile

deleted100644 → 0
+0 −75
Original line number Diff line number Diff line
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 <bsd.port.mk>

java/wildfly13/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1536575094
SHA256 (wildfly-13.0.0.Final.tar.gz) = f74fa1882a83fc6650fb43d21ed4527eeb5478f39878f15f1f79d3dc01a997f9
SIZE (wildfly-13.0.0.Final.tar.gz) = 187798547
+0 −21
Original line number Diff line number Diff line
[
{ type: install
  message: <<EOM
To make WildFly bind to all interfaces add this to rc.conf:

%%APP_SHORTNAME%%_args="-Djboss.bind.address=0.0.0.0"

See

	https://community.jboss.org/wiki/JBossProperties

for additional startup properties.

To change JVM args, edit appropriate standalone.conf.

To add the initial admin user:

%%APP_HOME%%/bin/add-user.sh
EOM
}
]
Loading