From owner-svn-ports-head@freebsd.org Sat Sep 26 09:00:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD643A09514; Sat, 26 Sep 2015 09:00:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEA06A03; Sat, 26 Sep 2015 09:00:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q90keO057812; Sat, 26 Sep 2015 09:00:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q90k4V057810; Sat, 26 Sep 2015 09:00:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509260900.t8Q90k4V057810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 09:00:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397945 - head/www/thundercache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 09:00:47 -0000 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