svn commit: r347155 - head/dns/bind10

Mathieu Arnold mat at FreeBSD.org
Wed Mar 5 23:15:24 UTC 2014


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 at 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 at ISC.org
+MAINTAINER=	mat at 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 \


More information about the svn-ports-all mailing list