aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-03-05 23:15:24 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-03-05 23:15:24 +0000
commit229e3598a56492d89f0d42b5c850aebf4ace5fb4 (patch)
tree372704d058ae6afbc59efbe232b49e1533e88f49 /dns
parentfdbeb7c3a61c56907388959fa573fe0c92a99c4b (diff)
downloadports-229e3598a56492d89f0d42b5c850aebf4ace5fb4.tar.gz
ports-229e3598a56492d89f0d42b5c850aebf4ace5fb4.zip
Take this one, I already have all the other BIND ports.
Actual maintainer bounces: <freebsd@isc.org>: host mx-out.isc.org[149.20.64.53] said: 554 5.4.0 Error: too many hops (in reply to end of DATA command) Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=347155
Diffstat (limited to 'dns')
-rw-r--r--dns/bind10/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/bind10/Makefile b/dns/bind10/Makefile
index 9f46c219eeac..0487c8781d8d 100644
--- a/dns/bind10/Makefile
+++ b/dns/bind10/Makefile
@@ -3,12 +3,12 @@
PORTNAME= bind10
PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
-MAINTAINER= freebsd@ISC.org
+MAINTAINER= mat@FreeBSD.org
COMMENT= Development version of ISC BIND 10 DNS Suite
LICENSE= ISC
@@ -20,7 +20,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= ${LOCALBASE}/include/boost/interprocess/sync/interprocess_upgradable_mutex.hpp:${PORTSDIR}/devel/boost-libs \
${LOCALBASE}/include/log4cplus/logger.h:${PORTSDIR}/devel/log4cplus \
sqlite3>=3.3.9:${PORTSDIR}/databases/sqlite3
-LIB_DEPENDS= libbotan.so:${PORTSDIR}/security/botan \
+LIB_DEPENDS= libbotan-1.10.so:${PORTSDIR}/security/botan110 \
liblog4cplus.so:${PORTSDIR}/devel/log4cplus \
libicuuc.so:${PORTSDIR}/devel/icu \
libgmp.so:${PORTSDIR}/math/gmp \