svn commit: r397945 - head/www/thundercache

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 26 09:00:47 UTC 2015


Author: bapt
Date: Sat Sep 26 09:00:45 2015
New Revision: 397945
URL: https://svnweb.freebsd.org/changeset/ports/397945

Log:
  Modernize plist

Modified:
  head/www/thundercache/Makefile
  head/www/thundercache/pkg-plist

Modified: head/www/thundercache/Makefile
==============================================================================
--- head/www/thundercache/Makefile	Sat Sep 26 08:55:25 2015	(r397944)
+++ head/www/thundercache/Makefile	Sat Sep 26 09:00:45 2015	(r397945)
@@ -2,7 +2,7 @@
 
 PORTNAME=	thundercache
 PORTVERSION=	6.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	www
 MASTER_SITES=	http://www.thundercache.com.br/dist/ \
 		http://www.bmsoftware.org/packs/ \

Modified: head/www/thundercache/pkg-plist
==============================================================================
--- head/www/thundercache/pkg-plist	Sat Sep 26 08:55:25 2015	(r397944)
+++ head/www/thundercache/pkg-plist	Sat Sep 26 09:00:45 2015	(r397945)
@@ -7,13 +7,7 @@ thunder/sbin/thunderlog.php
 thunder/sbin/diskinfo
 thunder/sbin/thunder
 thunder/sbin/log.sh
- at exec mkdir -p /var/run/thunder
- at exec chmod 755 /var/run/thunder
- at dirrm thunder/etc
- at dirrm thunder/logs/tmp
- at dirrm thunder/logs
- at dirrm thunder/sbin
- at dirrm thunder/cache
- at dirrm thunder
- at unexec /bin/rm /var/run/thunder/thunder.pid 2>/dev/null || true
- at unexec rmdir /var/run/thunder 2>/dev/null || true
+ at dir thunder/logs/tmp
+ at dir thunder/cache
+ at rmtry /var/run/thunder/thunder.pid
+ at dir(,,755) /var/run/thunder


More information about the svn-ports-all mailing list