From owner-svn-ports-all@FreeBSD.ORG Wed Mar 5 23:15:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FEDB48E; Wed, 5 Mar 2014 23:15:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D0C7BA7; Wed, 5 Mar 2014 23:15:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s25NFO0v056755; Wed, 5 Mar 2014 23:15:24 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s25NFOYa056754; Wed, 5 Mar 2014 23:15:24 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201403052315.s25NFOYa056754@svn.freebsd.org> From: Mathieu Arnold Date: Wed, 5 Mar 2014 23:15:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347155 - head/dns/bind10 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Mar 2014 23:15:24 -0000 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: : 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 \