Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2012 13:32:00 -0700
From:      Jason Helfman <jgh@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ale@FreeBSD.org
Subject:   ports/169429: [PATCH] www/tomcat-native: update to 1.1.24
Message-ID:  <1340656320.260462.58842.nullmailer@experts-exchange.com>
Resent-Message-ID: <201206252040.q5PKe83l015861@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         169429
>Category:       ports
>Synopsis:       [PATCH] www/tomcat-native: update to 1.1.24
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 25 20:40:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 8.3-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr  9 21:23:18 UTC
>Description:
- Update to 1.1.24
- shorten MASTER_SITES to APACHE
- remove pkg-plist in favor of PLIST_FILES
- migrate to optionsNG

Removed file(s):
- pkg-plist

Port maintainer (ale@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:

--- tomcat-native-1.1.24.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/tomcat-native/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	5 Mar 2012 09:51:11 -0000	1.14
+++ Makefile	25 Jun 2012 20:31:43 -0000
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	tomcat-native
-PORTVERSION=	1.1.23
+PORTVERSION=	1.1.24
 CATEGORIES=	www java
-MASTER_SITES=	${MASTER_SITE_APACHE}
+MASTER_SITES=	APACHE
 MASTER_SITE_SUBDIR=	tomcat/tomcat-connectors/native/${PORTVERSION}/source
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
@@ -21,7 +21,8 @@
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/jni/native
 
-OPTIONS=	OCSP "Enable OCSP verification support" off
+OPTIONS_DEFINE=	OCSP
+OCSP_DESC=	OCSP verification support
 
 USE_OPENSSL=	yes
 USE_JAVA=	yes
@@ -32,9 +33,14 @@
 		--with-java-home=${JAVA_HOME} \
 		--with-ssl=${SSLBASE}
 
+PLIST_FILES=	lib/libtcnative-1.a \
+		lib/libtcnative-1.la \
+		lib/libtcnative-1.so \
+		lib/libtcnative-1.so.1
+
 .include <bsd.port.options.mk>
 
-.if defined(WITH_OCSP)
+.if ${PORT_OPTIONS:MOCSP}
 CONFIGURE_ARGS+=--enable-ocsp
 .endif
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/tomcat-native/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo	5 Mar 2012 09:51:11 -0000	1.9
+++ distinfo	25 Jun 2012 20:31:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (tomcat-native-1.1.23-src.tar.gz) = 944352cbe70d6a9fafaa462ef32792dc15d11bfa2682f48abe6300af60661e92
-SIZE (tomcat-native-1.1.23-src.tar.gz) = 258558
+SHA256 (tomcat-native-1.1.24-src.tar.gz) = 0377849f42e32eaa6a8feaa639fa2d209dd4e34a3503d56a579b014aa2d5b349
+SIZE (tomcat-native-1.1.24-src.tar.gz) = 261742
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	28 Feb 2008 14:26:10 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,4 +0,0 @@
-lib/libtcnative-1.a
-lib/libtcnative-1.la
-lib/libtcnative-1.so
-lib/libtcnative-1.so.1
--- tomcat-native-1.1.24.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1340656320.260462.58842.nullmailer>