Ticket #51036: tomcat-native.diff

File tomcat-native.diff, 1.7 KB (added by mattbishop (Matt Bishop), 8 years ago)
  • Portfile

    old new  
    44PortSystem 1.0
    55
    66name                tomcat-native
    7 version             1.1.32
    8 revision            1
     7version             1.2.5
    98categories          java www
    109maintainers         nomaintainer
    1110license             Apache-2
     
    1817homepage            http://tomcat.apache.org/
    1918master_sites        apache:tomcat/tomcat-connectors/native/${version}/source/
    2019
    21 checksums           rmd160  0124ecee2fca0bab0019f3c34051fc0088fb215b \
    22                     sha256  26936848f727e162f513bd2b5f7b2300d7d716a5e92e5f4ebcd0e1eff8e09584
     20checksums           rmd160  18c932cd4aa57df7374c5053fe8f2435eb5785c9 \
     21                    sha256  8841f233027da5069a940168ebb7164a79ce1a622e2064c167e6ebf21fe88dcb
    2322
    2423distname            ${name}-${version}-src
    25 worksrcdir          ${distname}/jni/native
     24worksrcdir          ${distname}/native
    2625
    2726depends_lib         port:apr \
    2827                    path:lib/libssl.dylib:openssl
    2928
    3029configure.args      --with-apr=${prefix} \
    31                     --with-ssl=${prefix} \
    32                     --with-java-platform=2
     30                    --with-ssl=${prefix}
    3331
    3432if {[info exists env(JAVA_HOME)]} {
    3533    configure.args-append   --with-java-home="$env(JAVA_HOME)"
     
    5553               maxThreads=\"150\" minSpareThreads=\"25\" maxSpareThreads=\"75\"
    5654               enableLookups=\"false\" redirectPort=\"8443\" acceptCount=\"100\"
    5755               connectionTimeout=\"20000\" disableUploadTimeout=\"true\" protocol=\"org.apache.coyote.http11.Http11AprProtocol\" />
     56
     57For further information please see https://tomcat.apache.org/native-doc/index.html
    5858"
    5959
    6060livecheck.type      regex