svn commit: r407231 - head/mail/qsheff

Alexey Dokuchaev danfe at FreeBSD.org
Mon Jan 25 17:18:21 UTC 2016


Author: danfe
Date: Mon Jan 25 17:18:20 2016
New Revision: 407231
URL: https://svnweb.freebsd.org/changeset/ports/407231

Log:
  - Convert manual handling of *-default files in ${ETCDIR} to @sample since
    it supports custom suffixes as of r397963
  - Bump port revision (due to the change above and the earlier r407194)

Modified:
  head/mail/qsheff/Makefile
  head/mail/qsheff/pkg-plist

Modified: head/mail/qsheff/Makefile
==============================================================================
--- head/mail/qsheff/Makefile	Mon Jan 25 16:47:10 2016	(r407230)
+++ head/mail/qsheff/Makefile	Mon Jan 25 17:18:20 2016	(r407231)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qsheff-II
 DISTVERSION=	2.1-r3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	mail
 MASTER_SITES=	http://www.enderunix.org/qsheff/ \
 		SF/qsheff/qsheff/II-${DISTVERSION}

Modified: head/mail/qsheff/pkg-plist
==============================================================================
--- head/mail/qsheff/pkg-plist	Mon Jan 25 16:47:10 2016	(r407230)
+++ head/mail/qsheff/pkg-plist	Mon Jan 25 17:18:20 2016	(r407231)
@@ -1,15 +1,8 @@
 bin/qsheff
- at unexec if cmp -s %D/%%ETCDIR%%/qsheff.attach %D/%%ETCDIR%%/qsheff.attach-default; then rm -f %D/%%ETCDIR%%/qsheff.attach; fi
-%%ETCDIR%%/qsheff.attach-default
- at exec [ -f %B/qsheff.attach ] || cp %B/%f %B/qsheff.attach
- at unexec if cmp -s %D/%%ETCDIR%%/qsheff.conf %D/%%ETCDIR%%/qsheff.conf-default; then rm -f %D/%%ETCDIR%%/qsheff.conf; fi
-%%ETCDIR%%/qsheff.conf-default
- at unexec if cmp -s %D/%%ETCDIR%%/qsheff.rules %D/%%ETCDIR%%/qsheff.rules-default; then rm -f %D/%%ETCDIR%%/qsheff.rules; fi
-%%ETCDIR%%/qsheff.rules-default
- at exec [ -f %B/qsheff.rules ] || cp %B/%f %B/qsheff.rules
- at unexec if cmp -s %D/%%ETCDIR%%/qsheff.ignore %D/%%ETCDIR%%/qsheff.ignore-default; then rm -f %D/%%ETCDIR%%/qsheff.ignore; fi
-%%ETCDIR%%/qsheff.ignore-default
- at exec [ -f %B/qsheff.ignore ] || cp %B/%f %B/qsheff.ignore
+ at sample %%ETCDIR%%/qsheff.attach-default %%ETCDIR%%/qsheff.attach
+ at sample %%ETCDIR%%/qsheff.conf-default %%ETCDIR%%/qsheff.conf
+ at sample %%ETCDIR%%/qsheff.ignore-default %%ETCDIR%%/qsheff.ignore
+ at sample %%ETCDIR%%/qsheff.rules-default %%ETCDIR%%/qsheff.rules
 %%ETCDIR%%/install-wrapper.sh
 %%ETCDIR%%/uninstall-wrapper.sh
 %%PORTDOCS%%%%DOCSDIR%%/README


More information about the svn-ports-head mailing list