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

Collapse All | Expand All

(-)www/tomcat85/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=	8.5.64
4
PORTVERSION=	8.5.69
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=	85
7
PKGNAMESUFFIX=	85
(-)www/tomcat85/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1615488326
1
TIMESTAMP = 1626175070
2
SHA256 (apache-tomcat-8.5.64.tar.gz) = f00d3cc3c6965d160165193e4e071cd3ba39cf69f8b5b8017d66a78e8a754333
2
SHA256 (apache-tomcat-8.5.69.tar.gz) = cc9616eb29bf491839ce5c8a1c3e37cb710f6ec99aad5aefb7944b5184b13398
3
SIZE (apache-tomcat-8.5.64.tar.gz) = 10520844
3
SIZE (apache-tomcat-8.5.69.tar.gz) = 10561246
(-)www/tomcat85/pkg-descr (-4 / +4 lines)
Lines 2-9 Link Here
2
2
3
Apache Tomcat version 8.5 implements the Servlet 3.1, JavaServer Pages 2.3,
3
Apache Tomcat version 8.5 implements the Servlet 3.1, JavaServer Pages 2.3,
4
Java Unified Expression Language 3.0 and Java WebSocket 1.1 specifications
4
Java Unified Expression Language 3.0 and Java WebSocket 1.1 specifications
5
from the Java Community Process, and includes many additional features that
5
from the Java Community Process, JASPIC 1.1 specification, and includes many
6
make it a useful platform for developing and deploying web applications and
6
additional features that make it a useful platform for developing and deploying
7
web services. Tomcat 8.5 is aligned with Java EE 7.
7
web applications and web services. Tomcat 8.5 is aligned with Java EE 7.
8
8
9
WWW: http://tomcat.apache.org/
9
WWW: https://tomcat.apache.org/

Return to bug 257153