Fix staging, currently leaves orphans behind, and simplify plist with @sample script.
Maintainer of dns/opendnssec13, Please note that PR ports/189869 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189869 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->erwin My PR
If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. Yes, approved, thanks. jaap
Author: erwin Date: Sun May 18 21:42:00 2014 New Revision: 354474 URL: http://svnweb.freebsd.org/changeset/ports/354474 QAT: https://qat.redports.org/buildarchive/r354474/ Log: Use @sample PR: 189869 Submitted by: erwin Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Sponsored by: DK Hostmaster A/S Modified: head/dns/opendnssec13/Makefile head/dns/opendnssec13/pkg-plist Modified: head/dns/opendnssec13/Makefile ============================================================================== --- head/dns/opendnssec13/Makefile Sun May 18 21:15:50 2014 (r354473) +++ head/dns/opendnssec13/Makefile Sun May 18 21:42:00 2014 (r354474) @@ -3,7 +3,7 @@ PORTNAME= opendnssec PORTVERSION= 1.3.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ PKGNAMESUFFIX= 13 Modified: head/dns/opendnssec13/pkg-plist ============================================================================== --- head/dns/opendnssec13/pkg-plist Sun May 18 21:15:50 2014 (r354473) +++ head/dns/opendnssec13/pkg-plist Sun May 18 21:42:00 2014 (r354474) @@ -4,14 +4,10 @@ bin/ods-hsmutil bin/ods-ksmutil %%AUDITOR%%bin/ods-kaspcheck bin/ods-kasp2html -@unexec if cmp -s %D/etc/opendnssec/conf.xml %D/etc/opendnssec/conf.xml.sample; then rm -f %D/etc/opendnssec/conf.xml; fi -%%ETCDIR%%/conf.xml.sample -@unexec if cmp -s %D/etc/opendnssec/kasp.xml %D/etc/opendnssec/kasp.xml.sample; then rm -f %D/etc/opendnssec/kasp.xml; fi -%%ETCDIR%%/kasp.xml.sample -@unexec if cmp -s %D/etc/opendnssec/zonefetch.xml %D/etc/opendnssec/zonefetch.xml.sample; then rm -f %D/etc/opendnssec/zonefetch.xml; fi -%%ETCDIR%%/zonefetch.xml.sample -@unexec if cmp -s %D/etc/opendnssec/zonelist.xml %D/etc/opendnssec/zonelist.xml.sample; then rm -f %D/etc/opendnssec/zonelist.xml; fi -%%ETCDIR%%/zonelist.xml.sample +@sample %%ETCDIR%%/conf.xml.sample +@sample %%ETCDIR%%/kasp.xml.sample +@sample %%ETCDIR%%/zonefetch.xml.sample +@sample %%ETCDIR%%/zonelist.xml.sample %%AUDITOR%%lib/opendnssec/kasp_auditor/auditor.rb %%AUDITOR%%lib/opendnssec/kasp_auditor/changed_config.rb %%AUDITOR%%lib/opendnssec/kasp_auditor/commands.rb _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks!