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

Collapse All | Expand All

(-)www/tomcat7/Makefile (-2 / +2 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=	7.0.108
4
PORTVERSION=	7.0.109
5
PORTREVISION=	0
5
PORTREVISION=	0
6
CATEGORIES=	www java
6
CATEGORIES=	www java
7
MASTER_SITES=	APACHE/tomcat/tomcat-7/v${PORTVERSION}/bin
7
MASTER_SITES=	APACHE/tomcat/tomcat-7/v${PORTVERSION}/bin
Lines 14-20 Link Here
14
LICENSE=	APACHE20
14
LICENSE=	APACHE20
15
15
16
DEPRECATED=	Tomcat 7 is EOL on 2021-03-31. Please upgrade to a later version
16
DEPRECATED=	Tomcat 7 is EOL on 2021-03-31. Please upgrade to a later version
17
EXPIRATION_DATE=	2021-06-30
17
EXPIRATION_DATE=	2021-12-31
18
18
19
RUN_DEPENDS=	jsvc:devel/apache-commons-daemon
19
RUN_DEPENDS=	jsvc:devel/apache-commons-daemon
20
20
(-)www/tomcat7/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1612777255
1
TIMESTAMP = 1626174995
2
SHA256 (apache-tomcat-7.0.108.tar.gz) = 6dbf37fe4362cf1bc68959ad83ffea8daddd49c89ea273238765778eb229aa6a
2
SHA256 (apache-tomcat-7.0.109.tar.gz) = ebfeb051e6da24bce583a4105439bfdafefdc7c5bdd642db2ab07e056211cb31
3
SIZE (apache-tomcat-7.0.108.tar.gz) = 9655294
3
SIZE (apache-tomcat-7.0.109.tar.gz) = 9656576
(-)www/tomcat7/pkg-descr (-5 / +5 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 version 7.0 implements the Servlet 3.0 and JavaServer Pages 2.2
3
Apache Tomcat version 7.0 implements the Servlet 3.0, JavaServer Pages 2.2,
4
specifications from the Java Community Process, and includes many additional
4
EL 2.2 and WebSocket 1.1 specifications from the Java Community Process, and
5
features that make it a useful platform for developing and deploying web
5
includes many additional features that make it a useful platform for developing
6
applications and web services.
6
and deploying web applications and web services.
7
7
8
WWW: http://tomcat.apache.org/
8
WWW: https://tomcat.apache.org/

Return to bug 257153