From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 10 14:50: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 B8C02DBC for ; Mon, 10 Feb 2014 14:50: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 907D8144A for ; Mon, 10 Feb 2014 14:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1AEo02Q053630 for ; Mon, 10 Feb 2014 14:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1AEo0pF053628; Mon, 10 Feb 2014 14:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 10 Feb 2014 14:50:00 GMT Resent-Message-Id: <201402101450.s1AEo0pF053628@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, Jaap Akkerhuis Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FAE6DAA for ; Mon, 10 Feb 2014 14:48:51 +0000 (UTC) Received: from bela.nlnetlabs.nl (bela.nlnetlabs.nl [IPv6:2001:7b8:206:1:222:4dff:fe55:4ccb]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DBDB143F for ; Mon, 10 Feb 2014 14:48:50 +0000 (UTC) Received: from bela.nlnetlabs.nl (localhost [127.0.0.1]) by bela.nlnetlabs.nl (8.14.8/8.14.7) with ESMTP id s1AEmjLN020568; Mon, 10 Feb 2014 15:48:46 +0100 (CET) (envelope-from jaap@bela.nlnetlabs.nl) Received: (from jaap@localhost) by bela.nlnetlabs.nl (8.14.8/8.14.8/Submit) id s1AEmj8S020567; Mon, 10 Feb 2014 15:48:45 +0100 (CET) (envelope-from jaap) Message-Id: <201402101448.s1AEmj8S020567@bela.nlnetlabs.nl> Date: Mon, 10 Feb 2014 15:48:45 +0100 (CET) From: Jaap Akkerhuis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/186630: [MAINTAINER] dns/nsd3: [SUMMARIZE CHANGES] Cc: jaap@NLnetLabs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 14:50:00 -0000 >Number: 186630 >Category: ports >Synopsis: [MAINTAINER] dns/nsd3: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 10 14:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Jaap Akkerhuis >Release: FreeBSD 9.2-STABLE amd64 >Organization: NLnet Labs >Environment: System: FreeBSD bela.nlnetlabs.nl 9.2-STABLE FreeBSD 9.2-STABLE #17 r261402: Sun Feb 2 19:52:32 >Description: [DESCRIBE CHANGES] Reinstated PKGNAMESUFFIX which was missing Added STAGING support Other small changes to make portlint happy Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- nsd3-3.2.17.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 343632) +++ Makefile (working copy) @@ -6,10 +6,15 @@ CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ +PKGNAMESUFFIX= 3 MAINTAINER= jaap@NLnetLabs.nl COMMENT= Authoritative only non-recursive name server +LICENSE= BSD3CLAUSE + +PORTDOCS= CREDITS ChangeLog LICENSE NSD-DATABASE NSD-DIFFFILE \ + CONFLICTS= nsd-[0-2]* nsd-4* USE_RC_SUBR= nsd @@ -62,7 +67,6 @@ RRL_DESC= Response Rate Limiting EUI_RRTYPES_DESC= EUI48 and EUI64 RRtypes support -NO_STAGE= yes .include .if ${PORT_OPTIONS:MROOT_SERVER} @@ -137,11 +141,11 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/nsd.conf.sample \ - ${PREFIX}/etc/nsd/nsd.conf.sample + ${STAGEDIR}${PREFIX}/etc/nsd/nsd.conf.sample .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}/${f} + ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}/${f} .endfor .endif @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL Index: pkg-message =================================================================== --- pkg-message (revision 343632) +++ pkg-message (working copy) @@ -3,7 +3,7 @@ * Do consider to use nsd-4.0.1. Support for the nsd-3 branch * will stop in future * * -* To run nsd from startup, add nsd_enable="YES" to your /etc/rc.conf * +* To run nsd from startup, add nsd_enable="YES" to your etc/rc.conf * * * * Take good care when using nsd commands, since they often need to * * be executed as user dedicated to nsd, in order for the files it * --- nsd3-3.2.17.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: