diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/autotrust/Makefile | 2 | ||||
-rw-r--r-- | dns/getdns/Makefile | 2 | ||||
-rw-r--r-- | dns/unbound/Makefile | 6 | ||||
-rw-r--r-- | dns/unbound/pkg-plist | 5 |
4 files changed, 8 insertions, 7 deletions
diff --git a/dns/autotrust/Makefile b/dns/autotrust/Makefile index 28b4cbd6645f..8b1d5da536e5 100644 --- a/dns/autotrust/Makefile +++ b/dns/autotrust/Makefile @@ -3,7 +3,7 @@ PORTNAME= autotrust PORTVERSION= 0.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/autotrust/ diff --git a/dns/getdns/Makefile b/dns/getdns/Makefile index d55975416280..63b496333fe2 100644 --- a/dns/getdns/Makefile +++ b/dns/getdns/Makefile @@ -3,6 +3,7 @@ PORTNAME= getdns PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://getdnsapi.net/dist/ \ http://mirrors.rit.edu/zi/ @@ -11,6 +12,7 @@ MAINTAINER= zi@FreeBSD.org COMMENT= Modern asynchronous DNS API LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libidn.so:${PORTSDIR}/dns/libidn \ diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 7878bc94188a..0e0a7e807cbd 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -3,7 +3,7 @@ PORTNAME= unbound PORTVERSION= 1.4.22 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -13,7 +13,7 @@ COMMENT= Validating, recursive, and caching DNS resolver LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES+= gmake +USES+= gmake libtool USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE} --with-libexpat=${LOCALBASE} @@ -43,7 +43,7 @@ MUNIN_DESC= Install Munin plugin LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 \ libldns.so:${PORTSDIR}/dns/ldns -STRIP_FILES= .libs/libunbound.so.4 unbound-checkconf unbound \ +STRIP_FILES= .libs/libunbound.so unbound-checkconf unbound \ unbound-control .libs/unbound-host .libs/unbound-anchor .if ${PORT_OPTIONS:MPYTHON} diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index 103acd32de37..182fccee9493 100644 --- a/dns/unbound/pkg-plist +++ b/dns/unbound/pkg-plist @@ -1,8 +1,8 @@ etc/unbound/unbound.conf.sample include/unbound.h -lib/libunbound.so.4 +lib/libunbound.so.2.2.1 +lib/libunbound.so.2 lib/libunbound.so -lib/libunbound.la lib/libunbound.a man/man1/unbound-host.1.gz man/man3/libunbound.3.gz @@ -49,7 +49,6 @@ sbin/unbound-control sbin/unbound-control-setup sbin/unbound-host %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.a -%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.la %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.4 %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py |