Bug 189869 - dns/opendnssec13: Fix staging with @sample
Summary: dns/opendnssec13: Fix staging with @sample
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Erwin Lansing
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-16 20:00 UTC by Erwin Lansing
Modified: 2014-05-18 22:50 UTC (History)
0 users

See Also:


Attachments
ods13.diff (1.47 KB, patch)
2014-05-16 20:00 UTC, Erwin Lansing
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erwin Lansing freebsd_committer freebsd_triage 2014-05-16 20:00:00 UTC
Fix staging, currently leaves orphans behind, and simplify plist with
@sample script.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-16 20:00:04 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-16 20:00:05 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Erwin Lansing freebsd_committer freebsd_triage 2014-05-16 20:03:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->erwin

My PR
Comment 4 Jaap Akkerhuis 2014-05-18 16:20:57 UTC
    
    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
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-05-18 22:42:04 UTC
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"
Comment 6 Erwin Lansing freebsd_committer freebsd_triage 2014-05-18 22:42:15 UTC
State Changed
From-To: feedback->closed

Committed, thanks!