diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
commit | f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch) | |
tree | 384a6fe89b7bf8bffcc478f3462d538eea755790 /dns | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) | |
download | ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.tar.gz ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/powerdns-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/powerdns/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile index c192f4388db2..17af23e5480a 100644 --- a/dns/powerdns-devel/Makefile +++ b/dns/powerdns-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= powerdns PORTVERSION= 3.2.r4 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://powerdnssec.org/downloads/ @@ -14,7 +14,7 @@ COMMENT= An advanced DNS server with multiple backends including SQL LICENSE= GPLv2 -LIB_DEPENDS= boost_serialization.[4-9]:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_serialization:${PORTSDIR}/devel/boost-libs USE_LUA= 5.1 LUA_COMPS= lua diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index a38fc593500f..88d899a88be2 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -2,7 +2,7 @@ PORTNAME= powerdns PORTVERSION= 3.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ \ http://mirrors.evolva.ro/powerdns.com/releases/ @@ -14,7 +14,7 @@ COMMENT= An advanced DNS server with multiple backends including SQL LICENSE= GPLv2 BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam -LIB_DEPENDS= boost_serialization.[4-9]:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_serialization:${PORTSDIR}/devel/boost-libs # botan.0:${PORTSDIR}/security/botan USE_LUA= 5.1 |