svn commit: r401933 - head/www/tomcat8

Alex Dupre ale at FreeBSD.org
Thu Nov 19 11:41:58 UTC 2015


Author: ale
Date: Thu Nov 19 11:41:56 2015
New Revision: 401933
URL: https://svnweb.freebsd.org/changeset/ports/401933

Log:
  Update to 8.0.28 release.

Modified:
  head/www/tomcat8/Makefile
  head/www/tomcat8/distinfo
  head/www/tomcat8/pkg-plist

Modified: head/www/tomcat8/Makefile
==============================================================================
--- head/www/tomcat8/Makefile	Thu Nov 19 11:38:33 2015	(r401932)
+++ head/www/tomcat8/Makefile	Thu Nov 19 11:41:56 2015	(r401933)
@@ -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

Modified: head/www/tomcat8/distinfo
==============================================================================
--- head/www/tomcat8/distinfo	Thu Nov 19 11:38:33 2015	(r401932)
+++ head/www/tomcat8/distinfo	Thu Nov 19 11:41:56 2015	(r401933)
@@ -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

Modified: head/www/tomcat8/pkg-plist
==============================================================================
--- head/www/tomcat8/pkg-plist	Thu Nov 19 11:38:33 2015	(r401932)
+++ head/www/tomcat8/pkg-plist	Thu Nov 19 11:41:56 2015	(r401933)
@@ -30,6 +30,7 @@
 @dir %%T%%/conf
 @owner
 @group
+ at 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%%
+ at 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
- at dir %%T%%/logs
 @owner
 @group
- at dir %%T%%/endorsed
 @unexec [ ! -d %D/%%T%% ] || echo If permanently deleting this package, %D/%%T%% must be removed manually


More information about the svn-ports-all mailing list