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

Collapse All | Expand All

(-)www/tomcat8/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	tomcat
4
PORTNAME=	tomcat
5
PORTVERSION=	8.0.30
5
PORTVERSION=	8.0.35
6
CATEGORIES=	www java
6
CATEGORIES=	www java
7
MASTER_SITES=	APACHE/tomcat/tomcat-8/v${PORTVERSION}/bin
7
MASTER_SITES=	APACHE/tomcat/tomcat-8/v${PORTVERSION}/bin
8
PKGNAMESUFFIX=	8
8
PKGNAMESUFFIX=	8
(-)www/tomcat8/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (apache-tomcat-8.0.30.tar.gz) = 2fc3dde305e08388a12bd2868063ab6829a1d70acd9affe3a8707bd9679e0059
1
TIMESTAMP = 1464107995
2
SIZE (apache-tomcat-8.0.30.tar.gz) = 9150593
2
SHA256 (apache-tomcat-8.0.35.tar.gz) = 6bc380aeebe0b56cf9b37b8c3c128919d2e8ac84d756448fc8e9d8af122f88fd
3
SIZE (apache-tomcat-8.0.35.tar.gz) = 9266580
(-)www/tomcat8/pkg-plist (-2 / +2 lines)
Lines 37-43 Link Here
37
%%T%%/lib/catalina-storeconfig.jar
37
%%T%%/lib/catalina-storeconfig.jar
38
%%T%%/lib/catalina-tribes.jar
38
%%T%%/lib/catalina-tribes.jar
39
%%T%%/lib/catalina.jar
39
%%T%%/lib/catalina.jar
40
%%T%%/lib/ecj-4.4.2.jar
40
%%T%%/lib/ecj-4.5.jar
41
%%T%%/lib/el-api.jar
41
%%T%%/lib/el-api.jar
42
%%T%%/lib/jasper-el.jar
42
%%T%%/lib/jasper-el.jar
43
%%T%%/lib/jasper.jar
43
%%T%%/lib/jasper.jar
Lines 645-648 Link Here
645
@dir %%T%%/work
645
@dir %%T%%/work
646
@owner
646
@owner
647
@group
647
@group
648
@unexec [ ! -d %D/%%T%% ] || echo If permanently deleting this package, %D/%%T%% must be removed manually
648
@postunexec [ ! -d %D/%%T%% ] || echo If permanently deleting this package, %D/%%T%% must be removed manually

Return to bug 209669