diff options
author | pi <pi@FreeBSD.org> | 2015-11-07 21:02:05 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-11-07 21:02:05 +0800 |
commit | aa4e6c0f31d94bd57ffec7de183770710522c623 (patch) | |
tree | c3adcc16a4f9e444fdc61ac2d9e44caec790a7f0 | |
parent | b4bfdc0a282553972d68eb816a6be58094913857 (diff) | |
download | freebsd-ports-gnome-aa4e6c0f31d94bd57ffec7de183770710522c623.tar.gz freebsd-ports-gnome-aa4e6c0f31d94bd57ffec7de183770710522c623.tar.zst freebsd-ports-gnome-aa4e6c0f31d94bd57ffec7de183770710522c623.zip |
www/tomcat8: fix user/group of tomcat8 temp dir
PR: 203888
Submitted by: ari.suutari@syncrontech.com
Approved by: ale (maintainer timeout)
-rw-r--r-- | www/tomcat8/Makefile | 1 | ||||
-rw-r--r-- | www/tomcat8/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/tomcat8/Makefile b/www/tomcat8/Makefile index 1497e88ab38c..a2615ecc0e04 100644 --- a/www/tomcat8/Makefile +++ b/www/tomcat8/Makefile @@ -3,6 +3,7 @@ PORTNAME= tomcat PORTVERSION= 8.0.24 +PORTREVISION= 1 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-8/v${PORTVERSION}/bin PKGNAMESUFFIX= 8 diff --git a/www/tomcat8/pkg-plist b/www/tomcat8/pkg-plist index a0b937c04f1b..dda6b3763c58 100644 --- a/www/tomcat8/pkg-plist +++ b/www/tomcat8/pkg-plist @@ -55,9 +55,9 @@ %%T%%/lib/tomcat-websocket.jar %%T%%/lib/websocket-api.jar %%T%%/temp/safeToDelete.tmp -@dir %%T%%/temp @owner %%WWWOWN%% @group %%WWWGRP%% +@dir %%T%%/temp %%T%%/webapps/ROOT/RELEASE-NOTES.txt %%T%%/webapps/ROOT/WEB-INF/web.xml %%T%%/webapps/ROOT/asf-logo-wide.gif |