Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2015 17:41:37 +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: r390177 - head/databases/pgpoolAdmin
Message-ID:  <201506201741.t5KHfbsG068832@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Jun 20 17:41:36 2015
New Revision: 390177
URL: https://svnweb.freebsd.org/changeset/ports/390177

Log:
  Modernize plist

Modified:
  head/databases/pgpoolAdmin/Makefile
  head/databases/pgpoolAdmin/pkg-plist

Modified: head/databases/pgpoolAdmin/Makefile
==============================================================================
--- head/databases/pgpoolAdmin/Makefile	Sat Jun 20 17:32:54 2015	(r390176)
+++ head/databases/pgpoolAdmin/Makefile	Sat Jun 20 17:41:36 2015	(r390177)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pgpoolAdmin
 PORTVERSION=	3.3.1
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.pgpool.net/mediawiki/images/
 

Modified: head/databases/pgpoolAdmin/pkg-plist
==============================================================================
--- head/databases/pgpoolAdmin/pkg-plist	Sat Jun 20 17:32:54 2015	(r390176)
+++ head/databases/pgpoolAdmin/pkg-plist	Sat Jun 20 17:41:36 2015	(r390177)
@@ -7,7 +7,7 @@
 %%WWWDIR%%/changePassword.php
 %%WWWDIR%%/command.php
 %%WWWDIR%%/common.php
-@sample %%WWWDIR%%/conf/pgmgt.conf.php.sample
+@sample(%%WWWOWN%%,%%WWWGRP%%,644) %%WWWDIR%%/conf/pgmgt.conf.php.sample
 %%WWWDIR%%/config.php
 %%WWWDIR%%/definePgpoolConfParam.php
 %%WWWDIR%%/doc/en/changePassword.html
@@ -281,32 +281,5 @@
 %%WWWDIR%%/templates/status.tpl
 %%WWWDIR%%/templates/systemDb.tpl
 %%WWWDIR%%/version.php
-@dirrmtry %%WWWDIR%%/conf
-@dirrm %%WWWDIR%%/doc/en/images
-@dirrm %%WWWDIR%%/doc/en
-@dirrm %%WWWDIR%%/doc/images
-@dirrm %%WWWDIR%%/doc/ja/images
-@dirrm %%WWWDIR%%/doc/ja
-@dirrm %%WWWDIR%%/doc
-@dirrm %%WWWDIR%%/images
-@dirrm %%WWWDIR%%/install/images
-@dirrm %%WWWDIR%%/install/lang
-@dirrm %%WWWDIR%%/install
-@dirrm %%WWWDIR%%/lang
-@dirrm %%WWWDIR%%/libs/plugins
-@dirrm %%WWWDIR%%/libs/sysplugins
-@dirrm %%WWWDIR%%/libs
-@dirrm %%WWWDIR%%/templates/elements
-@dirrm %%WWWDIR%%/templates/help/en
-@dirrm %%WWWDIR%%/templates/help/ja
-@dirrm %%WWWDIR%%/templates/help
-@dirrm %%WWWDIR%%/templates
-@comment without dirrm(try) the directory is not packaged, but pkg cannot
-@comment deinstall correct if there are tmp leftovers
-@comment @dirrmtry %%WWWDIR%%/templates_c
-@unexec rm -rf %D/%%WWWDIR%%/templates_c 2>&1 >/dev/null || true
-@dirrmtry %%WWWDIR%%
-@exec install -o %%WWWOWN%% -g %%WWWGRP%% -d %D/%%WWWDIR%%/templates_c
-@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/templates_c
-@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/conf
-@exec chmod u+w %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/conf/*
+@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/conf
+@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/templates_c



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