[67499] trunk/dports/java/tomcat-native/Portfile

jmr at macports.org jmr at macports.org
Tue May 11 00:51:41 PDT 2010


Revision: 67499
          http://trac.macports.org/changeset/67499
Author:   jmr at macports.org
Date:     2010-05-11 00:51:37 -0700 (Tue, 11 May 2010)
Log Message:
-----------
tomcat-native: update to 1.1.20 (#24008), use notes

Modified Paths:
--------------
    trunk/dports/java/tomcat-native/Portfile

Modified: trunk/dports/java/tomcat-native/Portfile
===================================================================
--- trunk/dports/java/tomcat-native/Portfile	2010-05-11 07:48:17 UTC (rev 67498)
+++ trunk/dports/java/tomcat-native/Portfile	2010-05-11 07:51:37 UTC (rev 67499)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name				tomcat-native
-version				1.1.14
+version				1.1.20
 
 categories			java www
 maintainers			jberry openmaintainer
@@ -14,8 +14,9 @@
 					utilized by tomcat.
 homepage			http://tomcat.apache.org/
 
-master_sites		apache:tomcat/tomcat-connectors/native/
-checksums			md5 b190d214e4c7cfcc012d272fd375589a
+master_sites		apache:tomcat/tomcat-connectors/native/${version}/source/
+checksums			md5 fb2b9d073cb6575c2d0020eda266ca0c \
+					sha1 35a176f3eb6516d84a109514d6a8b7c0af91441a
 
 distname			${name}-${version}-src
 worksrcdir			${distname}/jni/native
@@ -36,23 +37,20 @@
 
 build.args			EXTRA_LDFLAGS="-shrext .jnilib"
 
+notes "
+	To integrate this into tomcat, add something like
+	-Djava.library.path=${prefix} to the tomcat options.
 
-#
-# 	INTERNAL Notes, for now.
-#
-#	To integrate this into tomcat, add something like
-#	-Djava.library.path=${prefix} to the tomcat options.
-#
-#	You then need to configure a Connector in server.xml
-#	with the appropriate apr protocol class for your use,
-#	for instance:
-#		protocol="org.apache.coyote.http11.Http11AprProtocol",
-#		protocol="org.apache.coyote.ajp.AjpAprProtocol"
-#
-#	As in:
-#    <!-- Define a non-SSL HTTP/1.1 Connector on port 8081 using apr -->
-#    <Connector port="8081" maxHttpHeaderSize="8192"
-#               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
-#               enableLookups="false" redirectPort="8443" acceptCount="100"
-#               connectionTimeout="20000" disableUploadTimeout="true" protocol="org.apache.coyote.http11.Http11AprProtocol" />
-#
+	You then need to configure a Connector in server.xml
+	with the appropriate apr protocol class for your use,
+	for instance:
+		protocol=\"org.apache.coyote.http11.Http11AprProtocol\",
+		protocol=\"org.apache.coyote.ajp.AjpAprProtocol\"
+
+	As in:
+    <!-- Define a non-SSL HTTP/1.1 Connector on port 8081 using apr -->
+    <Connector port=\"8081\" maxHttpHeaderSize=\"8192\"
+               maxThreads=\"150\" minSpareThreads=\"25\" maxSpareThreads=\"75\"
+               enableLookups=\"false\" redirectPort=\"8443\" acceptCount=\"100\"
+               connectionTimeout=\"20000\" disableUploadTimeout=\"true\" protocol=\"org.apache.coyote.http11.Http11AprProtocol\" />
+"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100511/5882193a/attachment.html>


More information about the macports-changes mailing list