diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-10-31 07:58:36 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-10-31 07:58:36 +0000 |
commit | 25334a5bb6f240d33841b98900e455f0491067d4 (patch) | |
tree | db8d9ad63c53a1ce2ecf3f1783f2ed6d429af126 /dns | |
parent | 1ae611b9c0583da7d7af71e4f6b9d061170f33d0 (diff) | |
download | ports-25334a5bb6f240d33841b98900e455f0491067d4.tar.gz ports-25334a5bb6f240d33841b98900e455f0491067d4.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/adsuck/Makefile | 1 | ||||
-rw-r--r-- | dns/autotrust/Makefile | 6 | ||||
-rw-r--r-- | dns/ldns/Makefile | 9 | ||||
-rw-r--r-- | dns/ldns/distinfo | 4 | ||||
-rw-r--r-- | dns/opendnssec/Makefile | 3 | ||||
-rw-r--r-- | dns/sshfp/Makefile | 1 | ||||
-rw-r--r-- | dns/unbound/Makefile | 2 |
7 files changed, 13 insertions, 13 deletions
diff --git a/dns/adsuck/Makefile b/dns/adsuck/Makefile index 468798a30d55..e1e50590436e 100644 --- a/dns/adsuck/Makefile +++ b/dns/adsuck/Makefile @@ -6,6 +6,7 @@ PORTNAME= adsuck PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://opensource.conformal.com/snapshots/adsuck/ \ http://philpep.org/pub/ diff --git a/dns/autotrust/Makefile b/dns/autotrust/Makefile index b2180ba87847..23b09a15cb22 100644 --- a/dns/autotrust/Makefile +++ b/dns/autotrust/Makefile @@ -7,15 +7,15 @@ PORTNAME= autotrust PORTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/autotrust/ MAINTAINER= jaap@NLnetLabs.nl COMMENT= A tool to automatically update DNSSEC trust anchors -LIB_DEPENDS+= ldns.1:${PORTSDIR}/dns/ldns \ - unbound.3:${PORTSDIR}/dns/unbound +LIB_DEPENDS+= ldns:${PORTSDIR}/dns/ldns \ + unbound:${PORTSDIR}/dns/unbound GNU_CONFIGURE= yes CFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} 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 diff --git a/dns/opendnssec/Makefile b/dns/opendnssec/Makefile index 34ee542066e9..8a6f6fdf64db 100644 --- a/dns/opendnssec/Makefile +++ b/dns/opendnssec/Makefile @@ -7,6 +7,7 @@ PORTNAME= opendnssec PORTVERSION= 1.3.10 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://www.opendnssec.org/files/source/ \ http://dist.opendnssec.org/source/ @@ -14,7 +15,7 @@ MASTER_SITES= http://www.opendnssec.org/files/source/ \ MAINTAINER= jaap@NLnetLabs.nl COMMENT= Tool suite for maintaining DNSSEC -BUILD_DEPENDS= ldns>=1.6.12:${PORTSDIR}/dns/ldns +BUILD_DEPENDS= ldns>=1.6.15:${PORTSDIR}/dns/ldns LIB_DEPENDS= ldns:${PORTSDIR}/dns/ldns GNU_CONFIGURE= yes diff --git a/dns/sshfp/Makefile b/dns/sshfp/Makefile index 845476785a66..a0513a10664d 100644 --- a/dns/sshfp/Makefile +++ b/dns/sshfp/Makefile @@ -7,6 +7,7 @@ PORTNAME= sshfp PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= dns security MASTER_SITES= ftp://ftp.xelerance.com/sshfp/ \ CRITICAL diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index a90d72cfa5eb..dc4cb2601d4d 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -7,7 +7,7 @@ PORTNAME= unbound PORTVERSION= 1.4.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ |