Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2015 09:00:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397945 - head/www/thundercache
Message-ID:  <201509260900.t8Q90k4V057810@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@exec mkdir -p /var/run/thunder
-@exec chmod 755 /var/run/thunder
-@dirrm thunder/etc
-@dirrm thunder/logs/tmp
-@dirrm thunder/logs
-@dirrm thunder/sbin
-@dirrm thunder/cache
-@dirrm thunder
-@unexec /bin/rm /var/run/thunder/thunder.pid 2>/dev/null || true
-@unexec rmdir /var/run/thunder 2>/dev/null || true
+@dir thunder/logs/tmp
+@dir thunder/cache
+@rmtry /var/run/thunder/thunder.pid
+@dir(,,755) /var/run/thunder



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509260900.t8Q90k4V057810>