Modified: trunk/dports/java/tomcat-native/Portfile (148221 => 148222)
--- trunk/dports/java/tomcat-native/Portfile 2016-04-30 15:51:26 UTC (rev 148221)
+++ trunk/dports/java/tomcat-native/Portfile 2016-04-30 16:00:34 UTC (rev 148222)
@@ -4,8 +4,7 @@
PortSystem 1.0
name tomcat-native
-version 1.1.32
-revision 1
+version 1.2.5
categories java www
maintainers nomaintainer
license Apache-2
@@ -18,18 +17,17 @@
homepage http://tomcat.apache.org/
master_sites apache:tomcat/tomcat-connectors/native/${version}/source/
-checksums rmd160 0124ecee2fca0bab0019f3c34051fc0088fb215b \
- sha256 26936848f727e162f513bd2b5f7b2300d7d716a5e92e5f4ebcd0e1eff8e09584
+checksums rmd160 18c932cd4aa57df7374c5053fe8f2435eb5785c9 \
+ sha256 8841f233027da5069a940168ebb7164a79ce1a622e2064c167e6ebf21fe88dcb
distname ${name}-${version}-src
-worksrcdir ${distname}/jni/native
+worksrcdir ${distname}/native
depends_lib port:apr \
path:lib/libssl.dylib:openssl
configure.args --with-apr=${prefix} \
- --with-ssl=${prefix} \
- --with-java-platform=2
+ --with-ssl=${prefix}
if {[info exists env(JAVA_HOME)]} {
configure.args-append --with-java-home="$env(JAVA_HOME)"
@@ -55,6 +53,8 @@
maxThreads=\"150\" minSpareThreads=\"25\" maxSpareThreads=\"75\"
enableLookups=\"false\" redirectPort=\"8443\" acceptCount=\"100\"
connectionTimeout=\"20000\" disableUploadTimeout=\"true\" protocol=\"org.apache.coyote.http11.Http11AprProtocol\" />
+
+For further information please see https://tomcat.apache.org/native-doc/index.html
"
livecheck.type regex