svn commit: r401928 - in head/www/tomcat-native: . files

Alex Dupre ale at FreeBSD.org
Thu Nov 19 11:24:09 UTC 2015


Author: ale
Date: Thu Nov 19 11:24:05 2015
New Revision: 401928
URL: https://svnweb.freebsd.org/changeset/ports/401928

Log:
  Update to 1.2.2 release.

Modified:
  head/www/tomcat-native/Makefile
  head/www/tomcat-native/distinfo
  head/www/tomcat-native/files/patch-Makefile.in

Modified: head/www/tomcat-native/Makefile
==============================================================================
--- head/www/tomcat-native/Makefile	Thu Nov 19 11:01:29 2015	(r401927)
+++ head/www/tomcat-native/Makefile	Thu Nov 19 11:24:05 2015	(r401928)
@@ -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>

Modified: head/www/tomcat-native/distinfo
==============================================================================
--- head/www/tomcat-native/distinfo	Thu Nov 19 11:01:29 2015	(r401927)
+++ head/www/tomcat-native/distinfo	Thu Nov 19 11:24:05 2015	(r401928)
@@ -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

Modified: head/www/tomcat-native/files/patch-Makefile.in
==============================================================================
--- head/www/tomcat-native/files/patch-Makefile.in	Thu Nov 19 11:01:29 2015	(r401927)
+++ head/www/tomcat-native/files/patch-Makefile.in	Thu Nov 19 11:24:05 2015	(r401928)
@@ -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)


More information about the svn-ports-all mailing list