aboutsummaryrefslogtreecommitdiff
path: root/dns/unbound
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-08-22 09:06:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-08-22 09:06:34 +0000
commit13ab9a72d8a10f7c0e8074a8aa8aebe0f15d1982 (patch)
tree95090855a81b6af8241e02f49856f4711b8925e9 /dns/unbound
parent17238cbf3a1191c1d34c94c7b4482073604b21da (diff)
downloadports-13ab9a72d8a10f7c0e8074a8aa8aebe0f15d1982.tar.gz
ports-13ab9a72d8a10f7c0e8074a8aa8aebe0f15d1982.zip
- Switch dns/unbound to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed - While here, add LICENSE_FILE to dns/getdns Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=365620
Diffstat (limited to 'dns/unbound')
-rw-r--r--dns/unbound/Makefile6
-rw-r--r--dns/unbound/pkg-plist5
2 files changed, 5 insertions, 6 deletions
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