Date: Mon, 10 Feb 2014 15:48:45 +0100 (CET) From: Jaap Akkerhuis <jaap@NLnetLabs.nl> To: FreeBSD-gnats-submit@freebsd.org Cc: jaap@NLnetLabs Subject: ports/186630: [MAINTAINER] dns/nsd3: [SUMMARIZE CHANGES] Message-ID: <201402101448.s1AEmj8S020567@bela.nlnetlabs.nl> Resent-Message-ID: <201402101450.s1AEo0pF053628@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.options.mk> .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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402101448.s1AEmj8S020567>