diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-04-14 12:05:37 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-04-14 22:40:41 +0200 |
commit | 4f106dba475947c666fbf25b0c0164ed2eb68dec (patch) | |
tree | cbd015900fa328a3b46973cf835577cd7f20246c | |
parent | sysutils/httm: Update version 0.46.7=>0.46.8 (diff) |
java/wildfly: Update version 35.0.1=>36.0.0
- Fix an issue with the service startup [1]
Changelog: https://www.wildfly.org/news/2025/04/10/WildFly36Released/
PR: 285956 [1]
Reported by: yklaxds@gmail.com [1]
-rw-r--r-- | java/wildfly/Makefile | 11 | ||||
-rw-r--r-- | java/wildfly/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/java/wildfly/Makefile b/java/wildfly/Makefile index 4cc28457d316..d90199d1d8a0 100644 --- a/java/wildfly/Makefile +++ b/java/wildfly/Makefile @@ -1,5 +1,5 @@ PORTNAME= wildfly -DISTVERSION= 35.0.1 +DISTVERSION= 36.0.0 CATEGORIES= java www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} @@ -18,8 +18,8 @@ NO_BUILD= yes SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ - USERS=${USERS} \ - GROUPS=${GROUPS} \ + USER=${USERS} \ + GROUP=${GROUPS} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/${PORTNAME} @@ -72,8 +72,9 @@ do-install: .endfor ${FIND} -s ${STAGEDIR}${PREFIX}/${PORTNAME} -not -type d | ${SORT} | \ ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' | \ - ${SED} -E -e '/sample$$/ s#^#@sample #' >> ${TMPPLIST} - ${FIND} -s ${STAGEDIR}${WWWDIR} -type d | ${SORT} | \ + ${SED} -E -e '/sample$$/ s#^#@sample #' | \ + ${SED} -E -e '/bin\/.*sh$$/ s#^#@(,,755) #'>> ${TMPPLIST} + ${FIND} -s ${STAGEDIR}${PORTNAME} -type d | ${SORT} | \ ${SED} -e 's#^${STAGEDIR}${PREFIX}/#@dir #' >> ${TMPPLIST} ${ECHO_CMD} "@dir wildfly/.galleon/hashes/.installation" >> ${TMPPLIST} ${ECHO_CMD} "@dir wildfly/.galleon/hashes/.well-known/acme-challenge" >> ${TMPPLIST} diff --git a/java/wildfly/distinfo b/java/wildfly/distinfo index db1cd7f88fcb..731a7fedc394 100644 --- a/java/wildfly/distinfo +++ b/java/wildfly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741510666 -SHA256 (wildfly-35.0.1.Final.tar.gz) = 45444ac28f33ee17101cf80b9eff7994f6fd0f2c8fbb4749627d9cec1cbdbc2e -SIZE (wildfly-35.0.1.Final.tar.gz) = 257235749 +TIMESTAMP = 1744622905 +SHA256 (wildfly-36.0.0.Final.tar.gz) = 348d17ead028b09a28b11aa271b99f27105e051db89b6fd2ecdaf2b2c736e009 +SIZE (wildfly-36.0.0.Final.tar.gz) = 265638670 |