svn commit: r307192 - head/dns/ldns

Alex Kozlov ak at FreeBSD.org
Thu Nov 8 17:58:00 UTC 2012


Author: ak
Date: Thu Nov  8 17:57:59 2012
New Revision: 307192
URL: http://svnweb.freebsd.org/changeset/ports/307192

Log:
  - Rename DOCS option to DOXYGEN and turn it off by default, restoring pre-OptionsNG status quo
  - Shorten GOST option description, to fit in old dialog's line restrictions on 8.x
  - Use standard EXAMPLES/DOXYGEN descriptions
  - Remove quotes from option descriptions
  
  Approved by:	Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer)
  Feature safe:	yes

Modified:
  head/dns/ldns/Makefile

Modified: head/dns/ldns/Makefile
==============================================================================
--- head/dns/ldns/Makefile	Thu Nov  8 16:39:28 2012	(r307191)
+++ head/dns/ldns/Makefile	Thu Nov  8 17:57:59 2012	(r307192)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ldns
 PORTVERSION=	1.6.15
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/ \
 		CRITICAL
@@ -17,12 +18,11 @@ USE_GMAKE=	yes
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 
-OPTIONS_DEFINE=	DOCS EXAMPLES DRILL GOST PYLDNS
+OPTIONS_DEFINE=	DOXYGEN EXAMPLES DRILL GOST PYLDNS
 OPTIONS_DEFAULT=	EXAMPLES DRILL
 
-EXAMPLES_DESC=	"With example programs"
-DRILL_DESC=	"With drill program"
-GOST_DESC=	"GOST signatures enabled (requires openssl >= 1.0.0)"
+DRILL_DESC=	With drill program
+GOST_DESC=	GOST signatures enabled, requires openssl >= 1.0.0
 PYLDNS_DESC=	${PYTHON_DESC}
 
 .include <bsd.port.options.mk>
@@ -34,7 +34,7 @@ USE_PYTHON=	yes
 ALL_TARGET=	all
 INSTALL_TARGET=	install-lib install-h install-config
 
-.if ${PORT_OPTIONS:MDOCS}
+.if ${PORT_OPTIONS:MDOXYGEN}
 BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
 ALL_TARGET+=	doc
 INSTALL_TARGET+=install-manpages


More information about the svn-ports-head mailing list