diff options
author | Alex Dupre <ale@FreeBSD.org> | 2015-11-19 11:24:05 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2015-11-19 11:24:05 +0000 |
commit | aaf44c17cce57a9ad7d70a99891da8063654d628 (patch) | |
tree | 7eb0b4a5a13e6449783948fe9f90f2cb3b0f202d /www | |
parent | 3328105890e653cf9b9594187170b32f0a64373e (diff) | |
download | freebsd-ports-aaf44c17cce57a9ad7d70a99891da8063654d628.zip |
Update to 1.2.2 release.
Diffstat (limited to 'www')
-rw-r--r-- | www/tomcat-native/Makefile | 15 | ||||
-rw-r--r-- | www/tomcat-native/distinfo | 4 | ||||
-rw-r--r-- | www/tomcat-native/files/patch-Makefile.in | 6 |
3 files changed, 8 insertions, 17 deletions
diff --git a/www/tomcat-native/Makefile b/www/tomcat-native/Makefile index 54bdff4dfada..9882459f4983 100644 --- a/www/tomcat-native/Makefile +++ b/www/tomcat-native/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat-native -PORTVERSION= 1.1.32 +PORTVERSION= 1.2.2 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-connectors/native/${PORTVERSION}/source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -14,10 +14,7 @@ LICENSE= APACHE20 LIB_DEPENDS= libapr-1.so:${PORTSDIR}/devel/apr1 -WRKSRC= ${WRKDIR}/${DISTNAME}/jni/native - -OPTIONS_DEFINE= OCSP -OCSP_DESC= Enable OCSP verification support +WRKSRC= ${WRKDIR}/${DISTNAME}/native USES= libtool USE_OPENSSL= yes @@ -32,12 +29,6 @@ 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.1.32 - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MOCSP} -CONFIGURE_ARGS+=--enable-ocsp -.endif + lib/libtcnative-1.so.0.2.2 .include <bsd.port.mk> diff --git a/www/tomcat-native/distinfo b/www/tomcat-native/distinfo index dbc30a448aa1..b2483aae8619 100644 --- a/www/tomcat-native/distinfo +++ b/www/tomcat-native/distinfo @@ -1,2 +1,2 @@ -SHA256 (tomcat-native-1.1.32-src.tar.gz) = 26936848f727e162f513bd2b5f7b2300d7d716a5e92e5f4ebcd0e1eff8e09584 -SIZE (tomcat-native-1.1.32-src.tar.gz) = 387267 +SHA256 (tomcat-native-1.2.2-src.tar.gz) = 9bd4deb1a816efda8208bfb4f55ee1689571e1d05a5c1e84faf2ad1021a9cae6 +SIZE (tomcat-native-1.2.2-src.tar.gz) = 400183 diff --git a/www/tomcat-native/files/patch-Makefile.in b/www/tomcat-native/files/patch-Makefile.in index 5ff3072b21f5..7fdd85f5e667 100644 --- a/www/tomcat-native/files/patch-Makefile.in +++ b/www/tomcat-native/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2008-02-28 15:08:20.000000000 +0100 -+++ Makefile.in 2008-02-28 15:08:52.000000000 +0100 -@@ -67,12 +67,7 @@ +--- Makefile.in.orig 2007-08-05 03:43:38 UTC ++++ Makefile.in +@@ -67,12 +67,7 @@ top_blddir=@abs_builddir@ install: $(TARGET_LIB) |