Date: Fri, 23 Feb 2018 13:11:27 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462695 - head/www/tomcat-native Message-ID: <201802231311.w1NDBRak027071@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Fri Feb 23 13:11:27 2018 New Revision: 462695 URL: https://svnweb.freebsd.org/changeset/ports/462695 Log: Update to 1.2.16 release. Modified: head/www/tomcat-native/Makefile head/www/tomcat-native/distinfo Modified: head/www/tomcat-native/Makefile ============================================================================== --- head/www/tomcat-native/Makefile Fri Feb 23 13:11:10 2018 (r462694) +++ head/www/tomcat-native/Makefile Fri Feb 23 13:11:27 2018 (r462695) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat-native -PORTVERSION= 1.2.14 +PORTVERSION= 1.2.16 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-connectors/native/${PORTVERSION}/source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -28,10 +28,10 @@ CONFIGURE_ARGS= --with-apr=${LOCALBASE} \ PLIST_FILES= lib/libtcnative-1.a \ lib/libtcnative-1.so \ lib/libtcnative-1.so.0 \ - lib/libtcnative-1.so.0.2.14 + lib/libtcnative-1.so.0.2.16 post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtcnative-1.so.0.2.14 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtcnative-1.so.0.2.16 .include <bsd.port.pre.mk> Modified: head/www/tomcat-native/distinfo ============================================================================== --- head/www/tomcat-native/distinfo Fri Feb 23 13:11:10 2018 (r462694) +++ head/www/tomcat-native/distinfo Fri Feb 23 13:11:27 2018 (r462695) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505925534 -SHA256 (tomcat-native-1.2.14-src.tar.gz) = a7f1649f7c384b2d4e6c4c96f20aea980efeba327dba874d4bc7c765b6229f5e -SIZE (tomcat-native-1.2.14-src.tar.gz) = 404159 +TIMESTAMP = 1519390783 +SHA256 (tomcat-native-1.2.16-src.tar.gz) = 1e9409584c19d868efd056f7dbafc767a630a5a95ee3cd516de8b7aaa4cd97b6 +SIZE (tomcat-native-1.2.16-src.tar.gz) = 405109
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802231311.w1NDBRak027071>