View | Details | Raw Unified | Return to bug 257153 | Differences between
and this patch

Collapse All | Expand All

(-)www/tomcat9/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Alex Dupre <ale@FreeBSD.org>
1
# Created by: Alex Dupre <ale@FreeBSD.org>
2
2
3
PORTNAME=	tomcat
3
PORTNAME=	tomcat
4
PORTVERSION=	9.0.44
4
PORTVERSION=	9.0.50
5
CATEGORIES=	www java
5
CATEGORIES=	www java
6
MASTER_SITES=	APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin
6
MASTER_SITES=	APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin
7
PKGNAMESUFFIX=	9
7
PKGNAMESUFFIX=	9
(-)www/tomcat9/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1615491543
1
TIMESTAMP = 1626175125
2
SHA256 (apache-tomcat-9.0.44.tar.gz) = ea1a9bb5ead4452f926dc07b7b453975cee5ea8c4aad670157d042efc5748352
2
SHA256 (apache-tomcat-9.0.50.tar.gz) = f2ca90ca2bb1fd6df852bd04c10a778639f6069de84a210506381a36f6d2f7f9
3
SIZE (apache-tomcat-9.0.44.tar.gz) = 11487016
3
SIZE (apache-tomcat-9.0.50.tar.gz) = 11507318
(-)www/tomcat9/pkg-descr (-5 / +4 lines)
Lines 1-8 Link Here
1
Apache Tomcat is a web server written in 100% Pure Java.
1
Apache Tomcat is a web server written in 100% Pure Java.
2
2
3
Apache Tomcat 9.x is the current focus of development. It builds on Tomcat
3
Apache Tomcat 9.x builds on Tomcat 8.0.x and 8.5.x and implements the
4
8.0.x and 8.5.x and implements the current draft of the Servlet 4.0
4
Servlet 4.0, JSP 2.3, EL 3.0, WebSocket 1.1 and JASPIC 1.1 specifications
5
specification and also the JSP 2.3, EL 3.0, WebSocket 1.1 and JASPIC 1.1
5
(the versions required by Java EE 8 platform).
6
specifications (the versions required by Java EE 8 platform).
7
6
8
WWW: http://tomcat.apache.org/
7
WWW: https://tomcat.apache.org/
(-)www/tomcat9/pkg-plist (-1 / +1 lines)
Lines 26-32 Link Here
26
%%T%%/lib/catalina-storeconfig.jar
26
%%T%%/lib/catalina-storeconfig.jar
27
%%T%%/lib/catalina-tribes.jar
27
%%T%%/lib/catalina-tribes.jar
28
%%T%%/lib/catalina.jar
28
%%T%%/lib/catalina.jar
29
%%T%%/lib/ecj-4.18.jar
29
%%T%%/lib/ecj-4.20.jar
30
%%T%%/lib/el-api.jar
30
%%T%%/lib/el-api.jar
31
%%T%%/lib/jasper-el.jar
31
%%T%%/lib/jasper-el.jar
32
%%T%%/lib/jasper.jar
32
%%T%%/lib/jasper.jar

Return to bug 257153