mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Update to 8.5.35
- While I'm here, add post-patch: to avoid check-plist error in "poudriere bulk -t" Changes: https://tomcat.apache.org/tomcat-8.5-doc/changelog.html PR: 233509 Submitted by: <vvd@unislabs.com> (maintainer)
This commit is contained in:
parent
9fde69c96c
commit
ffe5979def
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485960
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tomcat
|
||||
PORTVERSION= 8.5.32
|
||||
PORTVERSION= 8.5.35
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin
|
||||
PKGNAMESUFFIX= 85
|
||||
@ -43,6 +43,9 @@ 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
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${TOMCAT_HOME}/logs
|
||||
@${MKDIR} ${STAGEDIR}${TOMCAT_HOME}/endorsed
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1534304089
|
||||
SHA256 (apache-tomcat-8.5.32.tar.gz) = 8f69bb5d86813cc7a9e7dcfa1d7722e7f35cdd7600c319590e5728e037df0947
|
||||
SIZE (apache-tomcat-8.5.32.tar.gz) = 9584807
|
||||
TIMESTAMP = 1543166039
|
||||
SHA256 (apache-tomcat-8.5.35.tar.gz) = ba40b89a5500abf3afb89a1758cfccc992148487e37cadc0aea522cb457eca58
|
||||
SIZE (apache-tomcat-8.5.35.tar.gz) = 9642757
|
||||
|
@ -1,12 +1,13 @@
|
||||
%%T%%/BUILDING.txt
|
||||
%%T%%/CONTRIBUTING.md
|
||||
%%T%%/LICENSE
|
||||
%%T%%/NOTICE
|
||||
%%T%%/README.md
|
||||
%%T%%/RELEASE-NOTES
|
||||
%%T%%/RUNNING.txt
|
||||
%%T%%/bin/bootstrap.jar
|
||||
%%T%%/bin/catalina-tasks.xml
|
||||
%%T%%/bin/catalina.sh
|
||||
%%T%%/bin/commons-daemon-native.tar.gz
|
||||
%%T%%/bin/commons-daemon.jar
|
||||
%%T%%/bin/configtest.sh
|
||||
%%T%%/bin/daemon.sh
|
||||
%%T%%/bin/digest.sh
|
||||
@ -14,7 +15,6 @@
|
||||
%%T%%/bin/shutdown.sh
|
||||
%%T%%/bin/startup.sh
|
||||
%%T%%/bin/tomcat-juli.jar
|
||||
%%T%%/bin/tomcat-native.tar.gz
|
||||
%%T%%/bin/tool-wrapper.sh
|
||||
%%T%%/bin/version.sh
|
||||
%%T%%/lib/annotations-api.jar
|
||||
@ -36,6 +36,7 @@
|
||||
%%T%%/lib/tomcat-i18n-es.jar
|
||||
%%T%%/lib/tomcat-i18n-fr.jar
|
||||
%%T%%/lib/tomcat-i18n-ja.jar
|
||||
%%T%%/lib/tomcat-i18n-ru.jar
|
||||
%%T%%/lib/tomcat-jdbc.jar
|
||||
%%T%%/lib/tomcat-jni.jar
|
||||
%%T%%/lib/tomcat-util-scan.jar
|
||||
|
Loading…
Reference in New Issue
Block a user