mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 6.0.30 release.
Feature safe: yes
This commit is contained in:
parent
ce1197e105
commit
c6ec9365c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268230
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tomcat
|
||||
PORTVERSION= 6.0.29
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 6.0.30
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE}
|
||||
MASTER_SITE_SUBDIR= tomcat/tomcat-6/v${PORTVERSION}/bin
|
||||
@ -16,6 +15,9 @@ DISTNAME= apache-${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= Open-source Java web server by Apache, 6.x branch
|
||||
|
||||
LICENSE= ASL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
NO_BUILD= YES
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (apache-tomcat-6.0.29.tar.gz) = 7d614e03d18d3f21fcfdff96f0b6c311
|
||||
SHA256 (apache-tomcat-6.0.29.tar.gz) = 4cb25adf2b541c93a34e2e6b1b31d6da1f77ceaa688ac1a7c6635a475ae5266d
|
||||
SIZE (apache-tomcat-6.0.29.tar.gz) = 6407210
|
||||
SHA256 (apache-tomcat-6.0.30.tar.gz) = ccd37c7b260dfb5a31fd49f774545f3262fec5e4fee7835331d20e81f9c29ad6
|
||||
SIZE (apache-tomcat-6.0.30.tar.gz) = 6494101
|
||||
|
@ -42,9 +42,9 @@
|
||||
%%T%%/lib/catalina-ha.jar
|
||||
%%T%%/lib/catalina-tribes.jar
|
||||
%%T%%/lib/catalina.jar
|
||||
%%T%%/lib/ecj-3.3.1.jar
|
||||
%%T%%/lib/el-api.jar
|
||||
%%T%%/lib/jasper-el.jar
|
||||
%%T%%/lib/jasper-jdt.jar
|
||||
%%T%%/lib/jasper.jar
|
||||
%%T%%/lib/jsp-api.jar
|
||||
%%T%%/lib/servlet-api.jar
|
||||
@ -117,6 +117,7 @@
|
||||
%%T%%/webapps/docs/config/context.html
|
||||
%%T%%/webapps/docs/config/engine.html
|
||||
%%T%%/webapps/docs/config/executor.html
|
||||
%%T%%/webapps/docs/config/filter.html
|
||||
%%T%%/webapps/docs/config/globalresources.html
|
||||
%%T%%/webapps/docs/config/host.html
|
||||
%%T%%/webapps/docs/config/http.html
|
||||
@ -173,9 +174,14 @@
|
||||
%%T%%/webapps/docs/setup.html
|
||||
%%T%%/webapps/docs/ssi-howto.html
|
||||
%%T%%/webapps/docs/ssl-howto.html
|
||||
%%T%%/webapps/docs/tribes/developers.html
|
||||
%%T%%/webapps/docs/tribes/faq.html
|
||||
%%T%%/webapps/docs/tribes/interceptors.html
|
||||
%%T%%/webapps/docs/tribes/introduction.html
|
||||
%%T%%/webapps/docs/tribes/membership.html
|
||||
%%T%%/webapps/docs/tribes/setup.html
|
||||
%%T%%/webapps/docs/tribes/status.html
|
||||
%%T%%/webapps/docs/tribes/transport.html
|
||||
%%T%%/webapps/docs/virtual-hosting-howto.html
|
||||
%%T%%/webapps/docs/windows-service-howto.html
|
||||
%%T%%/webapps/examples/WEB-INF/classes/CookieExample.class
|
||||
@ -460,6 +466,8 @@
|
||||
%%T%%/webapps/examples/servlets/reqinfo.html
|
||||
%%T%%/webapps/examples/servlets/reqparams.html
|
||||
%%T%%/webapps/examples/servlets/sessions.html
|
||||
%%T%%/webapps/host-manager/401.jsp
|
||||
%%T%%/webapps/host-manager/403.jsp
|
||||
%%T%%/webapps/host-manager/META-INF/context.xml
|
||||
%%T%%/webapps/host-manager/WEB-INF/web.xml
|
||||
%%T%%/webapps/host-manager/images/add.gif
|
||||
@ -473,6 +481,7 @@
|
||||
%%T%%/webapps/host-manager/images/void.gif
|
||||
%%T%%/webapps/host-manager/manager.xml
|
||||
%%T%%/webapps/manager/401.jsp
|
||||
%%T%%/webapps/manager/403.jsp
|
||||
%%T%%/webapps/manager/META-INF/context.xml
|
||||
%%T%%/webapps/manager/WEB-INF/jsp/sessionDetail.jsp
|
||||
%%T%%/webapps/manager/WEB-INF/jsp/sessionsList.jsp
|
||||
|
Loading…
Reference in New Issue
Block a user