View | Details | Raw Unified | Return to bug 239208
Collapse All | Expand All

(-)www/tomcat9/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/www/tomcat9/Makefile 504503 2019-06-18 21:32:25Z jkim $
2
# $FreeBSD: head/www/tomcat9/Makefile 504503 2019-06-18 21:32:25Z jkim $
3
3
4
PORTNAME=	tomcat
4
PORTNAME=	tomcat
5
PORTVERSION=	9.0.21
5
PORTVERSION=	9.0.22
6
CATEGORIES=	www java
6
CATEGORIES=	www java
7
MASTER_SITES=	APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin
7
MASTER_SITES=	APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin
8
PKGNAMESUFFIX=	9
8
PKGNAMESUFFIX=	9
(-)www/tomcat9/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1560891724
1
TIMESTAMP = 1563135834
2
SHA256 (apache-tomcat-9.0.21.tar.gz) = 50ee20a573d80c93a6a4f50caf429a7cd38256126a747df97097f8b9f1a25e5b
2
SHA256 (apache-tomcat-9.0.22.tar.gz) = 86b30768f7674409dfe1091e0917637bfa3b1b699851112bef99b65673039168
3
SIZE (apache-tomcat-9.0.21.tar.gz) = 10874669
3
SIZE (apache-tomcat-9.0.22.tar.gz) = 10929702
(-)www/tomcat9/pkg-plist (-1 / +2 lines)
Lines 25-31 Link Here
25
%%T%%/lib/catalina-storeconfig.jar
25
%%T%%/lib/catalina-storeconfig.jar
26
%%T%%/lib/catalina-tribes.jar
26
%%T%%/lib/catalina-tribes.jar
27
%%T%%/lib/catalina.jar
27
%%T%%/lib/catalina.jar
28
%%T%%/lib/ecj-4.10.jar
28
%%T%%/lib/ecj-4.12.jar
29
%%T%%/lib/el-api.jar
29
%%T%%/lib/el-api.jar
30
%%T%%/lib/jasper-el.jar
30
%%T%%/lib/jasper-el.jar
31
%%T%%/lib/jasper.jar
31
%%T%%/lib/jasper.jar
Lines 104-109 Link Here
104
%%DOCS%%%%T%%/webapps/docs/architecture/startup/serverStartup.txt
104
%%DOCS%%%%T%%/webapps/docs/architecture/startup/serverStartup.txt
105
%%DOCS%%%%T%%/webapps/docs/balancer-howto.html
105
%%DOCS%%%%T%%/webapps/docs/balancer-howto.html
106
%%DOCS%%%%T%%/webapps/docs/building.html
106
%%DOCS%%%%T%%/webapps/docs/building.html
107
%%DOCS%%%%T%%/webapps/docs/cdi.html
107
%%DOCS%%%%T%%/webapps/docs/cgi-howto.html
108
%%DOCS%%%%T%%/webapps/docs/cgi-howto.html
108
%%DOCS%%%%T%%/webapps/docs/changelog.html
109
%%DOCS%%%%T%%/webapps/docs/changelog.html
109
%%DOCS%%%%T%%/webapps/docs/class-loader-howto.html
110
%%DOCS%%%%T%%/webapps/docs/class-loader-howto.html

Return to bug 239208