aboutsummaryrefslogtreecommitdiffstats
path: root/dns/ldns/Makefile
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2012-10-31 15:58:36 +0800
committerak <ak@FreeBSD.org>2012-10-31 15:58:36 +0800
commitcbf40f451411a6e345b4f083eb6836a03d977801 (patch)
treedb8d9ad63c53a1ce2ecf3f1783f2ed6d429af126 /dns/ldns/Makefile
parent325396e2480a00041a743884cd8775ee250c9b2c (diff)
downloadfreebsd-ports-gnome-cbf40f451411a6e345b4f083eb6836a03d977801.tar.gz
freebsd-ports-gnome-cbf40f451411a6e345b4f083eb6836a03d977801.tar.zst
freebsd-ports-gnome-cbf40f451411a6e345b4f083eb6836a03d977801.zip
- Update ldns to 1.6.15 [1]
- Add an entry to UPDATING about binary incompatibility in previous version of ldns - Fix OptionsNG - Bump PORTREVISION for all ports dependent on dns/ldns - Remove ABI version numbers from LIB_DEPENDS while I'm here PR: ports/173080 [1] Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) [1] Approved by: portmgr (erwin) Feature safe: yes
Diffstat (limited to 'dns/ldns/Makefile')
-rw-r--r--dns/ldns/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile
index 34eded2dfee3..cf121265383f 100644
--- a/dns/ldns/Makefile
+++ b/dns/ldns/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ldns
-PORTVERSION= 1.6.14
+PORTVERSION= 1.6.15
CATEGORIES= dns
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \
CRITICAL
@@ -18,8 +18,7 @@ USE_OPENSSL= yes
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS EXAMPLES DRILL GOST PYLDNS
-OPTIONS_SET= EXAMPLES DRILL
-OPTIONS_UNSET= DOCS GOST PYLDNS
+OPTIONS_DEFAULT= EXAMPLES DRILL
EXAMPLES_DESC= "With example programs"
DRILL_DESC= "With drill program"
@@ -32,8 +31,6 @@ PYLDNS_DESC= ${PYTHON_DESC}
USE_PYTHON= yes
.endif
-.include <bsd.port.pre.mk>
-
ALL_TARGET= all
INSTALL_TARGET= install-lib install-h install-config
@@ -299,4 +296,4 @@ post-install:
@(cd ${WRKSRC}/drill; ${GMAKE} install)
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>