Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2016 17:18:20 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407231 - head/mail/qsheff
Message-ID:  <201601251718.u0PHIKdN070886@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@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
-@exec [ -f %B/qsheff.attach ] || cp %B/%f %B/qsheff.attach
-@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
-@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
-@exec [ -f %B/qsheff.rules ] || cp %B/%f %B/qsheff.rules
-@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
-@exec [ -f %B/qsheff.ignore ] || cp %B/%f %B/qsheff.ignore
+@sample %%ETCDIR%%/qsheff.attach-default %%ETCDIR%%/qsheff.attach
+@sample %%ETCDIR%%/qsheff.conf-default %%ETCDIR%%/qsheff.conf
+@sample %%ETCDIR%%/qsheff.ignore-default %%ETCDIR%%/qsheff.ignore
+@sample %%ETCDIR%%/qsheff.rules-default %%ETCDIR%%/qsheff.rules
 %%ETCDIR%%/install-wrapper.sh
 %%ETCDIR%%/uninstall-wrapper.sh
 %%PORTDOCS%%%%DOCSDIR%%/README



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