From owner-dev-commits-ports-all@freebsd.org Thu Aug 19 19:10:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 713A466A4B3; Thu, 19 Aug 2021 19:10:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GrDqP2kgKz3hBJ; Thu, 19 Aug 2021 19:10:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45F023059; Thu, 19 Aug 2021 19:10:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17JJA9an055186; Thu, 19 Aug 2021 19:10:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17JJA9d0055182; Thu, 19 Aug 2021 19:10:09 GMT (envelope-from git) Date: Thu, 19 Aug 2021 19:10:09 GMT Message-Id: <202108191910.17JJA9d0055182@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Danilo G. Baio" Subject: git: c618c925ff11 - main - www/axis2: Update to 1.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c618c925ff11969e29d043660c0f047a5a9e84b3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2021 19:10:09 -0000 The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=c618c925ff11969e29d043660c0f047a5a9e84b3 commit c618c925ff11969e29d043660c0f047a5a9e84b3 Author: Danilo G. Baio AuthorDate: 2021-08-19 19:06:05 +0000 Commit: Danilo G. Baio CommitDate: 2021-08-19 19:09:44 +0000 www/axis2: Update to 1.8.0 Add new TOMCAT options and set version 8.5 as default because 7.0 is deprecated. From Apache Axis2 1.8.0 Release Note: Because of the HTTPClient 4.x changes and also JAX-WS changes in the 1.7.x series, users are strongly encouraged to update their axis2.xml. Changelog: https://axis.apache.org/axis2/java/core/release-notes/1.8.0.html --- www/axis2/Makefile | 15 ++-- www/axis2/distinfo | 6 +- www/axis2/pkg-message | 11 +++ www/axis2/pkg-plist | 214 +++++++++++++++++++++++++++++++++----------------- 4 files changed, 164 insertions(+), 82 deletions(-) diff --git a/www/axis2/Makefile b/www/axis2/Makefile index dbb2daab442d..b0edf9ff66e7 100644 --- a/www/axis2/Makefile +++ b/www/axis2/Makefile @@ -1,6 +1,5 @@ PORTNAME= axis2 -PORTVERSION= 1.7.9 -PORTREVISION= 1 +PORTVERSION= 1.8.0 CATEGORIES= www java MASTER_SITES= APACHE/axis/${PORTNAME}/java/core/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin @@ -18,8 +17,8 @@ NO_BUILD= yes NO_ARCH= yes OPTIONS_SINGLE= AS -OPTIONS_SINGLE_AS= TOMCAT7 TOMCAT85 -OPTIONS_DEFAULT= TOMCAT7 +OPTIONS_SINGLE_AS= TOMCAT7 TOMCAT85 TOMCAT9 TOMCAT10 +OPTIONS_DEFAULT= TOMCAT85 OPTIONS_DEFINE= EXAMPLES @@ -29,6 +28,12 @@ TOMCAT7_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7 TOMCAT85_VARS= APPHOME=${LOCALBASE}/apache-tomcat-8.5 TOMCAT85_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat85 +TOMCAT9_VARS= APPHOME=${LOCALBASE}/apache-tomcat-9.0 +TOMCAT9_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat9 + +TOMCAT10_VARS= APPHOME=${LOCALBASE}/apache-tomcat-10.0 +TOMCAT10_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat10 + USE_JAVA= yes SHAREOWN= www SHAREGRP= www @@ -42,7 +47,7 @@ do-install: ( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/axis2-web && cd ${WRKSRC}/webapp/axis2-web && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/axis2-web ) ( cd ${WRKSRC}/repository && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF ) ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf -.for f in axis2.policy axis2.xml commons-logging.properties log4j.properties +.for f in axis2.policy axis2.xml commons-logging.properties log4j2.xml ${INSTALL_DATA} ${WRKSRC}/conf/${f} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf/${f}.sample .endfor ${MV} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/web.xml ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/web.xml.sample diff --git a/www/axis2/distinfo b/www/axis2/distinfo index 7c4abfaf51b0..5efb90e53abe 100644 --- a/www/axis2/distinfo +++ b/www/axis2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1543011370 -SHA256 (axis2-1.7.9-bin.zip) = 4c5124848be17bf63799e8ad5c7f6a07c75512f7c2798b78adbc24e856d20036 -SIZE (axis2-1.7.9-bin.zip) = 23094345 +TIMESTAMP = 1629395038 +SHA256 (axis2-1.8.0-bin.zip) = b1c3dd77fe54e960a72efab65df2980373b429a672be1ce84d92ed150c2bf796 +SIZE (axis2-1.8.0-bin.zip) = 35033716 diff --git a/www/axis2/pkg-message b/www/axis2/pkg-message new file mode 100644 index 000000000000..fef0397827b4 --- /dev/null +++ b/www/axis2/pkg-message @@ -0,0 +1,11 @@ +[ +{ + type: upgrade + maximum_version: "1.8.0" + message: <