Index: www/tomcat7/Makefile =================================================================== --- www/tomcat7/Makefile (revision 414830) +++ www/tomcat7/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 7.0.68 +PORTVERSION= 7.0.69 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-7/v${PORTVERSION}/bin PKGNAMESUFFIX= 7 Index: www/tomcat7/distinfo =================================================================== --- www/tomcat7/distinfo (revision 414830) +++ www/tomcat7/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (apache-tomcat-7.0.68.tar.gz) = 2c1a02422f265607de733521e54f18613e9dd5efc2861914fe45a858227bb8e0 -SIZE (apache-tomcat-7.0.68.tar.gz) = 8900822 +SHA256 (apache-tomcat-7.0.69.tar.gz) = 5202aab315355d001c41cfe81820e55d3dcd4b4da191054464c68182fa2a9c0f +SIZE (apache-tomcat-7.0.69.tar.gz) = 8910579 Index: www/tomcat7/pkg-plist =================================================================== --- www/tomcat7/pkg-plist (revision 414830) +++ www/tomcat7/pkg-plist (working copy) @@ -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