diff options
author | ak <ak@FreeBSD.org> | 2012-10-31 15:58:36 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-10-31 15:58:36 +0800 |
commit | cbf40f451411a6e345b4f083eb6836a03d977801 (patch) | |
tree | db8d9ad63c53a1ce2ecf3f1783f2ed6d429af126 /dns/ldns | |
parent | 325396e2480a00041a743884cd8775ee250c9b2c (diff) | |
download | freebsd-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')
-rw-r--r-- | dns/ldns/Makefile | 9 | ||||
-rw-r--r-- | dns/ldns/distinfo | 4 |
2 files changed, 5 insertions, 8 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> diff --git a/dns/ldns/distinfo b/dns/ldns/distinfo index bbd0b98c413d..c87509eddf77 100644 --- a/dns/ldns/distinfo +++ b/dns/ldns/distinfo @@ -1,2 +1,2 @@ -SHA256 (ldns-1.6.14.tar.gz) = 4824f4b7d484d69f3a735a994c26b9d8699992e88631f680eac3907ce1a5e7d6 -SIZE (ldns-1.6.14.tar.gz) = 1109608 +SHA256 (ldns-1.6.15.tar.gz) = 0e9d3e8f52098a01780f1f747a1d382b8983fdb50c84603599e7b0613f51749b +SIZE (ldns-1.6.15.tar.gz) = 1109667 |