aboutsummaryrefslogtreecommitdiff
path: root/www/tomcat7
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2016-06-23 10:28:44 +0000
committerAlex Dupre <ale@FreeBSD.org>2016-06-23 10:28:44 +0000
commit9611adc7cf9f8e75004704a08b3a9cf7bb015ec4 (patch)
tree2ce0f249f9263552fa1f22a7b213429c5cb5041e /www/tomcat7
parentd7c96981b887fa7207214a5671390c257f7fdf7b (diff)
downloadports-9611adc7cf9f8e75004704a08b3a9cf7bb015ec4.tar.gz
ports-9611adc7cf9f8e75004704a08b3a9cf7bb015ec4.zip
Notes
Diffstat (limited to 'www/tomcat7')
-rw-r--r--www/tomcat7/Makefile2
-rw-r--r--www/tomcat7/distinfo5
-rw-r--r--www/tomcat7/pkg-plist7
3 files changed, 8 insertions, 6 deletions
diff --git a/www/tomcat7/Makefile b/www/tomcat7/Makefile
index 8bab392401e5..3a777cf58f2c 100644
--- a/www/tomcat7/Makefile
+++ b/www/tomcat7/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tomcat
-PORTVERSION= 7.0.68
+PORTVERSION= 7.0.70
CATEGORIES= www java
MASTER_SITES= APACHE/tomcat/tomcat-7/v${PORTVERSION}/bin
PKGNAMESUFFIX= 7
diff --git a/www/tomcat7/distinfo b/www/tomcat7/distinfo
index ab40c31d501d..087fa453f81a 100644
--- a/www/tomcat7/distinfo
+++ b/www/tomcat7/distinfo
@@ -1,2 +1,3 @@
-SHA256 (apache-tomcat-7.0.68.tar.gz) = 2c1a02422f265607de733521e54f18613e9dd5efc2861914fe45a858227bb8e0
-SIZE (apache-tomcat-7.0.68.tar.gz) = 8900822
+TIMESTAMP = 1466667531
+SHA256 (apache-tomcat-7.0.70.tar.gz) = 13f33616a3352e4fce548e042adfdd824353d0b48a42e1606daace7916868c74
+SIZE (apache-tomcat-7.0.70.tar.gz) = 8924465
diff --git a/www/tomcat7/pkg-plist b/www/tomcat7/pkg-plist
index df4eb74ad809..c65137f3c79d 100644
--- a/www/tomcat7/pkg-plist
+++ b/www/tomcat7/pkg-plist
@@ -341,7 +341,8 @@
%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.class
%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.java
%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$1.class
-%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandler.class
+%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerBinary.class
+%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerText.class
%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.class
%%T%%/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.java
%%T%%/webapps/examples/WEB-INF/classes/websocket/snake/Direction.class
@@ -626,5 +627,5 @@
@dir %%T%%/endorsed
@dir %%T%%/logs
@dir %%T%%/work
-@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%T%%/conf %D/%%T%%/logs %D/%%T%%/temp %D/%%T%%/webapps %D/%%T%%/work
-@unexec [ ! -d %D/%%T%% ] || echo If permanently deleting this package, %D/%%T%% must be removed manually
+@postexec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%T%%/conf %D/%%T%%/logs %D/%%T%%/temp %D/%%T%%/webapps %D/%%T%%/work
+@postunexec [ ! -d %D/%%T%% ] || echo If permanently deleting this package, %D/%%T%% must be removed manually