Update to 8.0.28 release.

This commit is contained in:
Alex Dupre 2015-11-19 11:41:56 +00:00
parent cb576cd6b4
commit 66aa76f060
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401933
3 changed files with 6 additions and 7 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= tomcat
PORTVERSION= 8.0.24
PORTREVISION= 1
PORTVERSION= 8.0.28
CATEGORIES= www java
MASTER_SITES= APACHE/tomcat/tomcat-8/v${PORTVERSION}/bin
PKGNAMESUFFIX= 8

View file

@ -1,2 +1,2 @@
SHA256 (apache-tomcat-8.0.24.tar.gz) = 41980bdc3a0bb0abb820aa8ae269938946e219ae2d870f1615d5071564ccecee
SIZE (apache-tomcat-8.0.24.tar.gz) = 9106353
SHA256 (apache-tomcat-8.0.28.tar.gz) = a7a6c092b79fc5a8cffe5916d0e5554254eddcb3c1911ed90696c153b4f13d10
SIZE (apache-tomcat-8.0.28.tar.gz) = 9130958

View file

@ -30,6 +30,7 @@
@dir %%T%%/conf
@owner
@group
@dir %%T%%/endorsed
%%T%%/lib/annotations-api.jar
%%T%%/lib/catalina-ant.jar
%%T%%/lib/catalina-ha.jar
@ -54,9 +55,10 @@
%%T%%/lib/tomcat-util.jar
%%T%%/lib/tomcat-websocket.jar
%%T%%/lib/websocket-api.jar
%%T%%/temp/safeToDelete.tmp
@owner %%WWWOWN%%
@group %%WWWGRP%%
@dir %%T%%/logs
%%T%%/temp/safeToDelete.tmp
@dir %%T%%/temp
%%T%%/webapps/ROOT/RELEASE-NOTES.txt
%%T%%/webapps/ROOT/WEB-INF/web.xml
@ -641,8 +643,6 @@
%%T%%/webapps/manager/xform.xsl
@dir %%T%%/webapps
@dir %%T%%/work
@dir %%T%%/logs
@owner
@group
@dir %%T%%/endorsed
@unexec [ ! -d %D/%%T%% ] || echo If permanently deleting this package, %D/%%T%% must be removed manually