git: 4f106dba4759 - main - java/wildfly: Update version 35.0.1=>36.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Apr 2025 20:41:02 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f106dba475947c666fbf25b0c0164ed2eb68dec commit 4f106dba475947c666fbf25b0c0164ed2eb68dec Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-04-14 10:05:37 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-04-14 20:40:41 +0000 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] --- java/wildfly/Makefile | 11 ++++++----- 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