svn commit: r390177 - head/databases/pgpoolAdmin

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 20 17:41:38 UTC 2015


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
- at sample %%WWWDIR%%/conf/pgmgt.conf.php.sample
+ at 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
- at dirrmtry %%WWWDIR%%/conf
- at dirrm %%WWWDIR%%/doc/en/images
- at dirrm %%WWWDIR%%/doc/en
- at dirrm %%WWWDIR%%/doc/images
- at dirrm %%WWWDIR%%/doc/ja/images
- at dirrm %%WWWDIR%%/doc/ja
- at dirrm %%WWWDIR%%/doc
- at dirrm %%WWWDIR%%/images
- at dirrm %%WWWDIR%%/install/images
- at dirrm %%WWWDIR%%/install/lang
- at dirrm %%WWWDIR%%/install
- at dirrm %%WWWDIR%%/lang
- at dirrm %%WWWDIR%%/libs/plugins
- at dirrm %%WWWDIR%%/libs/sysplugins
- at dirrm %%WWWDIR%%/libs
- at dirrm %%WWWDIR%%/templates/elements
- at dirrm %%WWWDIR%%/templates/help/en
- at dirrm %%WWWDIR%%/templates/help/ja
- at dirrm %%WWWDIR%%/templates/help
- at dirrm %%WWWDIR%%/templates
- at comment without dirrm(try) the directory is not packaged, but pkg cannot
- at comment deinstall correct if there are tmp leftovers
- at comment @dirrmtry %%WWWDIR%%/templates_c
- at unexec rm -rf %D/%%WWWDIR%%/templates_c 2>&1 >/dev/null || true
- at dirrmtry %%WWWDIR%%
- at exec install -o %%WWWOWN%% -g %%WWWGRP%% -d %D/%%WWWDIR%%/templates_c
- at exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/templates_c
- at exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/conf
- at exec chmod u+w %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/conf/*
+ at dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/conf
+ at dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/templates_c


More information about the svn-ports-all mailing list