From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 16 19:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9210B7E7 for ; Fri, 16 May 2014 19:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71F472DE3 for ; Fri, 16 May 2014 19:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4GJ00AC019274 for ; Fri, 16 May 2014 19:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4GJ00BA019273; Fri, 16 May 2014 19:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 16 May 2014 19:00:00 GMT Resent-Message-Id: <201405161900.s4GJ00BA019273@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erwin Lansing Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8687783 for ; Fri, 16 May 2014 18:52:52 +0000 (UTC) Received: from mail.droso.net (koala.droso.dk [IPv6:2a01:4f8:a0:7163::2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 936A32DB6 for ; Fri, 16 May 2014 18:52:52 +0000 (UTC) Received: by mail.droso.net (Postfix, from userid 1001) id E99B1668; Fri, 16 May 2014 20:52:47 +0200 (CEST) Message-Id: <20140516185247.E99B1668@mail.droso.net> Date: Fri, 16 May 2014 20:52:47 +0200 (CEST) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/189869: [dns/opendnssec13] Fix staging with @sample X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2014 19:00:00 -0000 >Number: 189869 >Category: ports >Synopsis: [dns/opendnssec13] Fix staging with @sample >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 16 19:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 9.2-RELEASE-p5 amd64 >Organization: DK Hostmaster A/S >Environment: System: FreeBSD koala.droso.dk 9.2-RELEASE-p5 FreeBSD 9.2-RELEASE-p5 #0: Tue Apr 29 19:09:13 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Fix staging, currently leaves orphans behind, and simplify plist with @sample script. >How-To-Repeat: >Fix: --- ods13.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 354254) +++ Makefile (working copy) @@ -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 Index: pkg-plist =================================================================== --- pkg-plist (revision 354254) +++ pkg-plist (working copy) @@ -4,14 +4,10 @@ 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 --- ods13.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: