Date: Sun, 24 Dec 2017 14:02:46 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457163 - head/www/axis2 Message-ID: <201712241402.vBOE2kkY007063@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sun Dec 24 14:02:45 2017 New Revision: 457163 URL: https://svnweb.freebsd.org/changeset/ports/457163 Log: www/axis2: Update to 1.7.7 Changes: http://axis.apache.org/axis2/java/core/release-notes/1.7.7.html Modified: head/www/axis2/Makefile head/www/axis2/distinfo head/www/axis2/pkg-plist Modified: head/www/axis2/Makefile ============================================================================== --- head/www/axis2/Makefile Sun Dec 24 13:55:42 2017 (r457162) +++ head/www/axis2/Makefile Sun Dec 24 14:02:45 2017 (r457163) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= axis2 -PORTVERSION= 1.7.6 +PORTVERSION= 1.7.7 CATEGORIES= www java MASTER_SITES= APACHE/axis/${PORTNAME}/java/core/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin @@ -46,6 +46,7 @@ do-install: ( cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib ) ( ${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 ${INSTALL_DATA} ${WRKSRC}/conf/${f} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf/${f}.sample .endfor Modified: head/www/axis2/distinfo ============================================================================== --- head/www/axis2/distinfo Sun Dec 24 13:55:42 2017 (r457162) +++ head/www/axis2/distinfo Sun Dec 24 14:02:45 2017 (r457163) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502238679 -SHA256 (axis2-1.7.6-bin.zip) = 2f9d7acfbe366930ef87c4dc5764cef2dda8464e467dcef5d4a8649e848405d5 -SIZE (axis2-1.7.6-bin.zip) = 22741359 +TIMESTAMP = 1514029479 +SHA256 (axis2-1.7.7-bin.zip) = 1703316a7eb66a274b5194d4507a24be9499c0a66a0d5bc1abf34aabb08916e8 +SIZE (axis2-1.7.7-bin.zip) = 23017786 Modified: head/www/axis2/pkg-plist ============================================================================== --- head/www/axis2/pkg-plist Sun Dec 24 13:55:42 2017 (r457162) +++ head/www/axis2/pkg-plist Sun Dec 24 14:02:45 2017 (r457163) @@ -136,6 +136,8 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/neethi-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/stax2-api-3.1.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/stax2-api.LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-6.0.16.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-1.0M10.jar @@ -153,6 +155,7 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-2.2.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/modules/addressing-%%PORTVERSION%%.mar +%%APPHOME%%/webapps/axis2/WEB-INF/modules/axis2-jaxws-mar-%%PORTVERSION%%.mar %%APPHOME%%/webapps/axis2/WEB-INF/modules/mex-%%PORTVERSION%%.mar %%APPHOME%%/webapps/axis2/WEB-INF/modules/modules.list %%APPHOME%%/webapps/axis2/WEB-INF/modules/mtompolicy-%%PORTVERSION%%.mar @@ -160,7 +163,7 @@ %%APPHOME%%/webapps/axis2/WEB-INF/modules/scripting-%%PORTVERSION%%.mar %%APPHOME%%/webapps/axis2/WEB-INF/modules/soapmonitor-%%PORTVERSION%%.mar %%APPHOME%%/webapps/axis2/WEB-INF/services/services.list -%%APPHOME%%/webapps/axis2/WEB-INF/services/version.aar +%%APPHOME%%/webapps/axis2/WEB-INF/services/version-%%PORTVERSION%%.aar %%APPHOME%%/webapps/axis2/WEB-INF/tags/status.tag %%APPHOME%%/webapps/axis2/WEB-INF/views/listFaultyService.jsp %%APPHOME%%/webapps/axis2/WEB-INF/views/listServices.jsp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712241402.vBOE2kkY007063>