Bug 186630 - [MAINTAINER] dns/nsd3: [SUMMARIZE CHANGES]
Summary: [MAINTAINER] dns/nsd3: [SUMMARIZE CHANGES]
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-02-10 14:50 UTC by Jaap Akkerhuis
Modified: 2014-02-12 11:00 UTC (History)
1 user (show)

See Also:


Attachments
nsd3-3.2.17.patch (1.86 KB, patch)
2014-02-10 14:50 UTC, Jaap Akkerhuis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaap Akkerhuis 2014-02-10 14:50:00 UTC
[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)
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2014-02-12 10:19:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->erwin

I'll take it.
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2014-02-12 10:52:26 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-12 10:52:31 UTC
Author: erwin
Date: Wed Feb 12 10:52:23 2014
New Revision: 343903
URL: http://svnweb.freebsd.org/changeset/ports/343903
QAT: https://qat.redports.org/buildarchive/r343903/

Log:
  Reinstated PKGNAMESUFFIX which was missing
  
  Added STAGING support
  
  Other small changes to make portlint happy
  
  PR:		186630
  Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)

Modified:
  head/dns/nsd3/Makefile
  head/dns/nsd3/pkg-message

Modified: head/dns/nsd3/Makefile
==============================================================================
--- head/dns/nsd3/Makefile	Wed Feb 12 10:47:41 2014	(r343902)
+++ head/dns/nsd3/Makefile	Wed Feb 12 10:52:23 2014	(r343903)
@@ -6,10 +6,15 @@ PORTVERSION=	3.2.17
 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 @@ MAXIPS_DESC=		Raise max-ips from 8 to ${
 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 @@ pre-patch:
 
 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

Modified: head/dns/nsd3/pkg-message
==============================================================================
--- head/dns/nsd3/pkg-message	Wed Feb 12 10:47:41 2014	(r343902)
+++ head/dns/nsd3/pkg-message	Wed Feb 12 10:52:23 2014	(r343903)
@@ -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      *
_______________________________________________
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"