diff options
author | mat <mat@FreeBSD.org> | 2014-03-06 07:15:24 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-03-06 07:15:24 +0800 |
commit | 09f7c6c4fc12870c33bf998b7f1c844d06134cd5 (patch) | |
tree | 372704d058ae6afbc59efbe232b49e1533e88f49 /dns | |
parent | d00e9b90b1a942248356a2b7df8e5690394d7d6d (diff) | |
download | freebsd-ports-gnome-09f7c6c4fc12870c33bf998b7f1c844d06134cd5.tar.gz freebsd-ports-gnome-09f7c6c4fc12870c33bf998b7f1c844d06134cd5.tar.zst freebsd-ports-gnome-09f7c6c4fc12870c33bf998b7f1c844d06134cd5.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
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind10/Makefile | 6 |
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 \ |