Date: Wed, 5 Mar 2014 23:15:24 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347155 - head/dns/bind10 Message-ID: <201403052315.s25NFOYa056754@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Mar 5 23:15:24 2014 New Revision: 347155 URL: http://svnweb.freebsd.org/changeset/ports/347155 QAT: https://qat.redports.org/buildarchive/r347155/ Log: 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 Modified: head/dns/bind10/Makefile Modified: head/dns/bind10/Makefile ============================================================================== --- head/dns/bind10/Makefile Wed Mar 5 23:14:01 2014 (r347154) +++ head/dns/bind10/Makefile Wed Mar 5 23:15:24 2014 (r347155) @@ -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 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403052315.s25NFOYa056754>