git: 5efd77da9bac - main - net/activemq: Update 6.2.9 => 6.3.1
Vladimir Druzenko <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=5efd77da9bac5131a485cf06d16b10a02f348f8f commit 5efd77da9bac5131a485cf06d16b10a02f348f8f Author: Vladimir Druzenko <[email protected]> AuthorDate: 2026-08-15 12:28:06 +0000 Commit: Vladimir Druzenko <[email protected]> CommitDate: 2026-08-15 12:28:06 +0000 net/activemq: Update 6.2.9 => 6.3.1 Release Notes: https://activemq.apache.org/components/classic/download/classic-06-03-00 https://activemq.apache.org/components/classic/download/classic-06-03-01 Sponsored by: UNIS Labs --- net/activemq/Makefile | 6 +++--- net/activemq/distinfo | 4 ++-- net/activemq/pkg-plist | 23 ++++++++++++++++++++++- 3 files changed, 27 insertions(+), 6 deletions(-) diff --git a/net/activemq/Makefile b/net/activemq/Makefile index bb6603336183..4892708d9439 100644 --- a/net/activemq/Makefile +++ b/net/activemq/Makefile @@ -1,5 +1,5 @@ PORTNAME= activemq -DISTVERSION= 6.2.9 +DISTVERSION= 6.3.1 CATEGORIES= net java MASTER_SITES= APACHE/${PORTNAME}/${DISTVERSION} DISTNAME= apache-${PORTNAME}-${DISTVERSION}-bin @@ -40,10 +40,10 @@ do-install: ${REINPLACE_CMD} -i '' -e 's|$${sys:activemq.data}/audit.log|$${sys:activemq.logs}/audit.log|g; \ s|$${sys:activemq.data}/activemq.log|$${sys:activemq.logs}/activemq.log|g' \ ${WRKSRC}/conf/log4j2.properties - ${MKDIR} ${STAGEDIR}${ETCDIR} \ + ${MKDIR} ${STAGEDIR}${ETCDIR}/jetty \ ${STAGEDIR}${DATADIR}/bin \ ${STAGEDIR}/var/db/${PORTNAME} - cd ${WRKSRC}/conf && for f in *; do \ + cd ${WRKSRC}/conf && for f in *.* jetty/*; do \ ${INSTALL_DATA} ${WRKSRC}/conf/$$f ${STAGEDIR}${ETCDIR}/$$f.sample; \ done ${INSTALL_SCRIPT} ${WRKSRC}/bin/activemq* ${STAGEDIR}${DATADIR}/bin diff --git a/net/activemq/distinfo b/net/activemq/distinfo index c72ee51b22e7..7fc7ab34fdb9 100644 --- a/net/activemq/distinfo +++ b/net/activemq/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1786666666 -SHA256 (apache-activemq-6.2.9-bin.tar.gz) = e983268db8513d0439ce0c41fa6f1969e8ab935a747190ae6dcdac48a687bb9a -SIZE (apache-activemq-6.2.9-bin.tar.gz) = 55740616 +SHA256 (apache-activemq-6.3.1-bin.tar.gz) = 25350d3f9462e4297aeb1d1196443995e68e1fb7707a250fa2b7619db478daba +SIZE (apache-activemq-6.3.1-bin.tar.gz) = 56886491 diff --git a/net/activemq/pkg-plist b/net/activemq/pkg-plist index 0926c7b27b6f..b5c56f8fb942 100644 --- a/net/activemq/pkg-plist +++ b/net/activemq/pkg-plist @@ -9,7 +9,28 @@ bin/activemq-diag @sample %%ETCDIR%%/credentials.properties.sample @sample %%ETCDIR%%/groups.properties.sample @sample %%ETCDIR%%/java.security.sample -@sample %%ETCDIR%%/jetty.xml.sample +@sample %%ETCDIR%%/jetty-keystore.ks.sample +@sample %%ETCDIR%%/jetty-spring.properties.sample +@sample %%ETCDIR%%/jetty-spring.xml.sample +@sample %%ETCDIR%%/jetty/jetty-bytebufferpool.xml.sample +@sample %%ETCDIR%%/jetty/jetty-connection-limit.xml.sample +@sample %%ETCDIR%%/jetty/jetty-dos.xml.sample +@sample %%ETCDIR%%/jetty/jetty-http-config.xml.sample +@sample %%ETCDIR%%/jetty/jetty-http.xml.sample +@sample %%ETCDIR%%/jetty/jetty-https.xml.sample +@sample %%ETCDIR%%/jetty/jetty-min-data-rate.xml.sample +@sample %%ETCDIR%%/jetty/jetty-network-connection-limit.xml.sample +@sample %%ETCDIR%%/jetty/jetty-requestlog.xml.sample +@sample %%ETCDIR%%/jetty/jetty-scheduler.xml.sample +@sample %%ETCDIR%%/jetty/jetty-secure-redirect.xml.sample +@sample %%ETCDIR%%/jetty/jetty-security.xml.sample +@sample %%ETCDIR%%/jetty/jetty-size-limit.xml.sample +@sample %%ETCDIR%%/jetty/jetty-ssl-context.xml.sample +@sample %%ETCDIR%%/jetty/jetty-ssl.xml.sample +@sample %%ETCDIR%%/jetty/jetty-thread-limit.xml.sample +@sample %%ETCDIR%%/jetty/jetty-threadpool.xml.sample +@sample %%ETCDIR%%/jetty/jetty-webapps.xml.sample +@sample %%ETCDIR%%/jetty/jetty.xml.sample @sample %%ETCDIR%%/jmx.access.sample @sample %%ETCDIR%%/jmx.password.sample @sample %%ETCDIR%%/jolokia-access.xml.sample