summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2009-08-11 12:20:12 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2009-08-11 12:20:12 +0000
commit2b8d3a9f82b443ab5b02bd0c48dc7271fe123d8c (patch)
treea698845dbcfc3e28b130a4305600e4a3f518ccd9 /dns
parent- Update to 1.4.2. (diff)
- Bump PORTREVISION in favor of new databases/opendbx.
PR: ports/137579 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Notes
Notes: svn path=/head/; revision=239315
Diffstat (limited to 'dns')
-rw-r--r--dns/powerdns-devel/Makefile3
-rw-r--r--dns/powerdns/Makefile4
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