diff --git a/www/tomcat85/Makefile b/www/tomcat85/Makefile index a8e13f355e8e..db5474810745 100644 --- a/www/tomcat85/Makefile +++ b/www/tomcat85/Makefile @@ -1,69 +1,69 @@ # Created by: Alex Dupre PORTNAME= tomcat -PORTVERSION= 8.5.64 +PORTVERSION= 8.5.69 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin PKGNAMESUFFIX= 85 DISTNAME= apache-${PORTNAME}-${PORTVERSION} MAINTAINER= vvd@unislabs.com COMMENT= Open-source Java web server by Apache, 8.5.x branch LICENSE= APACHE20 RUN_DEPENDS= jsvc:devel/apache-commons-daemon USES= cpe CPE_VENDOR= apache USE_JAVA= yes USE_RC_SUBR= ${PKGBASE:C/-/_/} NO_ARCH= yes NO_BUILD= yes PLIST_SUB= T=${TOMCAT_SUBDIR} \ WWWOWN=${WWWOWN} \ WWWGRP=${WWWGRP} SUB_LIST= TOMCAT_HOME=${TOMCAT_HOME} \ TOMCAT_USER=${WWWOWN} \ JAVA_HOME=${JAVA_HOME} OPTIONS_DEFINE= HOST_MANAGER MANAGER DOCS EXAMPLES ROOT NLS OPTIONS_DEFAULT= HOST_MANAGER MANAGER ROOT OPTIONS_SUB= yes DOCS_DESC= Install Documentation web application EXAMPLES_DESC= Install Examples web application HOST_MANAGER_DESC= Install Host Manager application MANAGER_DESC= Install Manager web application ROOT_DESC= Install default ROOT web application TOMCAT_SUBDIR?= ${DISTNAME:R} TOMCAT_HOME= ${PREFIX}/${TOMCAT_SUBDIR} post-patch: @${RM} ${WRKSRC}/bin/commons-daemon-native.tar.gz ${WRKSRC}/bin/commons-daemon.jar ${WRKSRC}/bin/tomcat-native.tar.gz @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g; s|%%JAVAJARDIR%%|${JAVAJARDIR}|g' ${WRKSRC}/bin/daemon.sh @${FIND} ${WRKSRC} -name '*.bak' -delete -o -name '*.orig' -delete do-install: @${MKDIR} ${STAGEDIR}${TOMCAT_HOME}/logs @${MKDIR} ${STAGEDIR}${TOMCAT_HOME}/endorsed @${CP} -R ${WRKSRC}/* ${STAGEDIR}${TOMCAT_HOME} post-install: @${RM} ${STAGEDIR}${TOMCAT_HOME}/bin/*.bat @(cd ${STAGEDIR}${TOMCAT_HOME}/conf &&\ for f in $$(find . -type f -not -name '*.xsd'); do ${MV} $$f $$f.sample; done) post-install-HOST_MANAGER-on: @(cd ${STAGEDIR}${TOMCAT_HOME}/webapps &&\ for f in host-manager/META-INF/context.xml host-manager/WEB-INF/manager.xml host-manager/WEB-INF/web.xml; do \ ${MV} $$f $$f.sample; done) post-install-MANAGER-on: @(cd ${STAGEDIR}${TOMCAT_HOME}/webapps &&\ for f in manager/META-INF/context.xml manager/WEB-INF/web.xml; do \ ${MV} $$f $$f.sample; done) .include diff --git a/www/tomcat85/distinfo b/www/tomcat85/distinfo index 11d379bead6f..5d66d4007358 100644 --- a/www/tomcat85/distinfo +++ b/www/tomcat85/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615488326 -SHA256 (apache-tomcat-8.5.64.tar.gz) = f00d3cc3c6965d160165193e4e071cd3ba39cf69f8b5b8017d66a78e8a754333 -SIZE (apache-tomcat-8.5.64.tar.gz) = 10520844 +TIMESTAMP = 1626175070 +SHA256 (apache-tomcat-8.5.69.tar.gz) = cc9616eb29bf491839ce5c8a1c3e37cb710f6ec99aad5aefb7944b5184b13398 +SIZE (apache-tomcat-8.5.69.tar.gz) = 10561246 diff --git a/www/tomcat85/pkg-descr b/www/tomcat85/pkg-descr index 1332d2f24b01..11f517c2a857 100644 --- a/www/tomcat85/pkg-descr +++ b/www/tomcat85/pkg-descr @@ -1,9 +1,9 @@ Apache Tomcat is a web server written in 100% Pure Java. Apache Tomcat version 8.5 implements the Servlet 3.1, JavaServer Pages 2.3, Java Unified Expression Language 3.0 and Java WebSocket 1.1 specifications -from the Java Community Process, and includes many additional features that -make it a useful platform for developing and deploying web applications and -web services. Tomcat 8.5 is aligned with Java EE 7. +from the Java Community Process, JASPIC 1.1 specification, and includes many +additional features that make it a useful platform for developing and deploying +web applications and web services. Tomcat 8.5 is aligned with Java EE 7. -WWW: http://tomcat.apache.org/ +WWW: https://tomcat.apache.org/