From 2b8d3a9f82b443ab5b02bd0c48dc7271fe123d8c Mon Sep 17 00:00:00 2001 From: Marcelo Araujo Date: Tue, 11 Aug 2009 12:20:12 +0000 Subject: - Bump PORTREVISION in favor of new databases/opendbx. PR: ports/137579 Submitted by: Sylvio Cesar Approved by: Ralf van der Enden (maintainer) --- dns/powerdns-devel/Makefile | 3 ++- dns/powerdns/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile index 6d637fe1aa9b..1199389bcbf3 100644 --- a/dns/powerdns-devel/Makefile +++ b/dns/powerdns-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= powerdns PORTVERSION= 2.9.22.${SNAPSHOT} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://svn.powerdns.com/snapshots/${REVISION}/ @@ -142,7 +143,7 @@ PLIST_SUB+= WITHSQLITE3="@comment " .endif .if defined(WITH_OPENDBX) -LIB_DEPENDS+= opendbx.[1-2]:${PORTSDIR}/databases/opendbx +LIB_DEPENDS+= opendbx.3:${PORTSDIR}/databases/opendbx CONFIGURE_MODULES+= "opendbx" PLIST_SUB+= WITHOPENDBX="" CXXFLAGS+= -L${LOCALBASE}/lib diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 707bf863fa49..af912dd456d1 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -7,7 +7,7 @@ PORTNAME= powerdns PORTVERSION= 2.9.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ \ http://mirrors.evolva.ro/powerdns.com/releases/ @@ -110,7 +110,7 @@ PLIST_SUB+= WITHSQLITE3="@comment " .endif .if defined(WITH_OPENDBX) -LIB_DEPENDS+= opendbx.[1-2]:${PORTSDIR}/databases/opendbx +LIB_DEPENDS+= opendbx.3:${PORTSDIR}/databases/opendbx CONFIGURE_MODULES+= "opendbx" PLIST_SUB+= WITHOPENDBX="" CXXFLAGS+= -L${LOCALBASE}/lib -- cgit v1.2.3