svn commit: r397785 - in head: games/xfireworks mail/qmhandle mail/sgwi misc/dphys-config

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 24 22:57:59 UTC 2015


Author: bapt
Date: Thu Sep 24 22:57:57 2015
New Revision: 397785
URL: https://svnweb.freebsd.org/changeset/ports/397785

Log:
  Convert to @sample

Modified:
  head/games/xfireworks/pkg-plist
  head/mail/qmhandle/pkg-plist
  head/mail/sgwi/pkg-plist
  head/misc/dphys-config/pkg-plist

Modified: head/games/xfireworks/pkg-plist
==============================================================================
--- head/games/xfireworks/pkg-plist	Thu Sep 24 22:52:00 2015	(r397784)
+++ head/games/xfireworks/pkg-plist	Thu Sep 24 22:57:57 2015	(r397785)
@@ -1,5 +1,3 @@
 bin/xfireworks
 man/man1/xfireworks.1.gz
- at unexec if cmp -s %D/etc/xfireworks.conf %D/etc/xfireworks.conf.sample; then rm -f %D/etc/xfireworks.conf; fi
-etc/xfireworks.conf.sample
- at exec test -f %B/xfireworks.conf || cp %B/%f %B/xfireworks.conf
+ at sample etc/xfireworks.conf.sample

Modified: head/mail/qmhandle/pkg-plist
==============================================================================
--- head/mail/qmhandle/pkg-plist	Thu Sep 24 22:52:00 2015	(r397784)
+++ head/mail/qmhandle/pkg-plist	Thu Sep 24 22:57:57 2015	(r397785)
@@ -1,4 +1,2 @@
 bin/qmHandle
- at unexec if cmp -s %D/etc/qmHandle.conf %D/etc/qmHandle.conf.sample; then rm -f %D/etc/qmHandle.conf; fi
-etc/qmHandle.conf.sample
- at exec [ -f %B/qmHandle.conf ] || cp %B/%f %B/qmHandle.conf
+ at sample etc/qmHandle.conf.sample

Modified: head/mail/sgwi/pkg-plist
==============================================================================
--- head/mail/sgwi/pkg-plist	Thu Sep 24 22:52:00 2015	(r397784)
+++ head/mail/sgwi/pkg-plist	Thu Sep 24 22:57:57 2015	(r397785)
@@ -1,16 +1,10 @@
- at unexec if cmp -s %D/www/sgwi/.htaccess %D/www/sgwi/.htaccess.sample; then rm -f %D/www/sgwi/.htaccess; fi
-www/sgwi/.htaccess.sample
- at exec [ -f %B/.htaccess ] || cp %B/%f %B/.htaccess
- at unexec if cmp -s %D/www/sgwi/.htpasswd %D/www/sgwi/.htpasswd.sample; then rm -f %D/www/sgwi/.htpasswd; fi
-www/sgwi/.htpasswd.sample
- at exec [ -f %B/.htpasswd ] || cp %B/%f %B/.htpasswd
+ at sample www/sgwi/.htaccess.sample
+ at sample www/sgwi/.htpasswd.sample
 www/sgwi/awl.php
 www/sgwi/connect.php
 www/sgwi/includes/awl.inc.php
 @exec [ -f %D/www/sgwi/config.inc.php ] && mv -f %D/www/sgwi/config.inc.php %D/www/sgwi/includes/config.inc.php
- at unexec if cmp -s %D/www/sgwi/includes/config.inc.php %D/www/sgwi/includes/config.inc.php.sample; then rm -f %D/www/sgwi/includes/config.inc.php; fi
-www/sgwi/includes/config.inc.php.sample
- at exec [ -f %B/config.inc.php ] || cp %B/%f %B/config.inc.php
+ at sample www/sgwi/includes/config.inc.php.sample
 www/sgwi/includes/connect.inc.php
 www/sgwi/includes/copyright.inc.php
 www/sgwi/includes/functions.inc.php

Modified: head/misc/dphys-config/pkg-plist
==============================================================================
--- head/misc/dphys-config/pkg-plist	Thu Sep 24 22:52:00 2015	(r397784)
+++ head/misc/dphys-config/pkg-plist	Thu Sep 24 22:57:57 2015	(r397785)
@@ -1,7 +1,5 @@
 bin/dphys-config
- at unexec if cmp -s %D/etc/dphys-config %D/etc/dphys-config.sample; then rm -f %D/etc/dphys-config; fi
-etc/dphys-config.sample
- at exec [ -f %B/dphys-config ] || cp %B/%f %B/dphys-config
+ at sample etc/dphys-config.sample
 man/man1/dphys-config.1.gz
 %%EXAMPLESDIR%%/cron.d.example
 %%EXAMPLESDIR%%/dphys-config.example


More information about the svn-ports-head mailing list