From owner-svn-ports-head@freebsd.org Mon Oct 3 16:01:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7451AF42C1; Mon, 3 Oct 2016 16:01:18 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8880BB35; Mon, 3 Oct 2016 16:01:18 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u93G1HWQ085960; Mon, 3 Oct 2016 16:01:17 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u93G1HAj085957; Mon, 3 Oct 2016 16:01:17 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201610031601.u93G1HAj085957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Mon, 3 Oct 2016 16:01:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423205 - head/net/activemq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2016 16:01:18 -0000 Author: tj Date: Mon Oct 3 16:01:17 2016 New Revision: 423205 URL: https://svnweb.freebsd.org/changeset/ports/423205 Log: Update to 5.14.1 Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12338124 Modified: head/net/activemq/Makefile head/net/activemq/distinfo head/net/activemq/pkg-plist Modified: head/net/activemq/Makefile ============================================================================== --- head/net/activemq/Makefile Mon Oct 3 15:57:04 2016 (r423204) +++ head/net/activemq/Makefile Mon Oct 3 16:01:17 2016 (r423205) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= activemq -PORTVERSION= 5.13.2 +PORTVERSION= 5.14.1 CATEGORIES= net java MASTER_SITES= APACHE/${PORTNAME}/${PORTVERSION} DISTNAME= apache-${PORTNAME}-${PORTVERSION}-bin @@ -24,7 +24,7 @@ MQUSER?= activemq MQGROUP?= ${MQUSER} USERS= ${MQUSER} GROUPS= ${MQGROUP} -CAMELVERSION= 2.16.2 +CAMELVERSION= 2.16.3 SPRINGVERSION= 4.1.9 JETTYVERSION= 9.2.13.v20150730 LVDBVERSION= 0.6 Modified: head/net/activemq/distinfo ============================================================================== --- head/net/activemq/distinfo Mon Oct 3 15:57:04 2016 (r423204) +++ head/net/activemq/distinfo Mon Oct 3 16:01:17 2016 (r423205) @@ -1,2 +1,3 @@ -SHA256 (apache-activemq-5.13.2-bin.tar.gz) = be178babf4a22f8774480ab30705030b944f880e8c133ef2eee324ee90b72f6f -SIZE (apache-activemq-5.13.2-bin.tar.gz) = 53675823 +TIMESTAMP = 1475507859 +SHA256 (apache-activemq-5.14.1-bin.tar.gz) = 28fd24c7ab15bde1ba5813ff5e74f2c3a7f2d4cb805adffa4cc85e37333a6355 +SIZE (apache-activemq-5.14.1-bin.tar.gz) = 54233067 Modified: head/net/activemq/pkg-plist ============================================================================== --- head/net/activemq/pkg-plist Mon Oct 3 15:57:04 2016 (r423204) +++ head/net/activemq/pkg-plist Mon Oct 3 16:01:17 2016 (r423205) @@ -18,7 +18,7 @@ %%DATADIR%%/lib/camel/camel-core-%%CAMELVERSION%%.jar %%DATADIR%%/lib/camel/camel-jms-%%CAMELVERSION%%.jar %%DATADIR%%/lib/camel/camel-spring-%%CAMELVERSION%%.jar -%%DATADIR%%/lib/extra/mqtt-client-1.12.jar +%%DATADIR%%/lib/extra/mqtt-client-1.13.jar %%DATADIR%%/lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar %%DATADIR%%/lib/geronimo-jms_1.1_spec-1.1.1.jar %%DATADIR%%/lib/geronimo-jta_1.0.1B_spec-1.0.1.jar @@ -37,12 +37,12 @@ %%DATADIR%%/lib/optional/activemq-pool-%%PORTVERSION%%.jar %%DATADIR%%/lib/optional/activemq-runtime-config-%%PORTVERSION%%.jar %%DATADIR%%/lib/optional/activemq-stomp-%%PORTVERSION%%.jar -%%DATADIR%%/lib/optional/commons-beanutils-1.8.3.jar +%%DATADIR%%/lib/optional/commons-beanutils-1.9.2.jar %%DATADIR%%/lib/optional/commons-codec-1.9.jar %%DATADIR%%/lib/optional/commons-collections-3.2.2.jar %%DATADIR%%/lib/optional/commons-dbcp2-2.1.1.jar %%DATADIR%%/lib/optional/commons-lang-2.6.jar -%%DATADIR%%/lib/optional/commons-net-3.3.jar +%%DATADIR%%/lib/optional/commons-net-3.5.jar %%DATADIR%%/lib/optional/commons-pool2-2.4.2.jar %%DATADIR%%/lib/optional/geronimo-j2ee-connector_1.5_spec-2.0.0.jar %%DATADIR%%/lib/optional/guava-12.0.jar @@ -70,7 +70,7 @@ %%DATADIR%%/lib/optional/org.apache.servicemix.bundles.josql-1.5_5.jar %%DATADIR%%/lib/optional/org.linkedin.util-core-1.4.0.jar %%DATADIR%%/lib/optional/org.linkedin.zookeeper-impl-1.4.0.jar -%%DATADIR%%/lib/optional/proton-j-0.12.0.jar +%%DATADIR%%/lib/optional/proton-j-0.14.0.jar %%DATADIR%%/lib/optional/scala-library-2.11.0.jar %%DATADIR%%/lib/optional/shiro-core-1.2.4.jar %%DATADIR%%/lib/optional/shiro-spring-1.2.4.jar @@ -200,6 +200,7 @@ %%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteSubscriber.class %%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/MoveMessage.class %%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/PurgeDestination.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/RetryMessage.class %%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/SendMessage.class %%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/filter/ApplicationContextFilter$1.class %%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/filter/ApplicationContextFilter$2.class @@ -302,14 +303,6 @@ %%DATADIR%%/webapps/api/WEB-INF/classes/jolokia-access.xml %%DATADIR%%/webapps/api/WEB-INF/web.xml %%DATADIR%%/webapps/favicon.ico -%%DATADIR%%/webapps/fileserver/META-INF/LICENSE -%%DATADIR%%/webapps/fileserver/META-INF/NOTICE -%%DATADIR%%/webapps/fileserver/WEB-INF/classes/org/apache/activemq/util/FilenameGuardFilter$GuardedHttpServletRequest.class -%%DATADIR%%/webapps/fileserver/WEB-INF/classes/org/apache/activemq/util/FilenameGuardFilter.class -%%DATADIR%%/webapps/fileserver/WEB-INF/classes/org/apache/activemq/util/IOHelper.class -%%DATADIR%%/webapps/fileserver/WEB-INF/classes/org/apache/activemq/util/RestFilter.class -%%DATADIR%%/webapps/fileserver/WEB-INF/web.xml -%%DATADIR%%/webapps/fileserver/index.html %%DATADIR%%/webapps/images/activemq-logo.png %%DATADIR%%/webapps/images/asf-logo.png %%DATADIR%%/webapps/images/big-bullet.png @@ -508,7 +501,6 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/src/TopicPublisher.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/src/jndi.properties %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/src/log4j-jms.properties -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/other/perfharness/perfharness-activemq.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/cpp/Listener.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/cpp/Publisher.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/cpp/readme.md