diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-01 09:57:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-01 09:57:34 +0000 |
commit | 1897b2fe65e3b84bb90e1bd1fd4b7f3d5aed73ab (patch) | |
tree | f2416abb441baabfd670dd6e362fc456c32334c4 | |
parent | 471c37afcea355968632d16f1a167afcc42b769c (diff) | |
download | ports-1897b2fe65e3b84bb90e1bd1fd4b7f3d5aed73ab.tar.gz ports-1897b2fe65e3b84bb90e1bd1fd4b7f3d5aed73ab.zip |
Notes
-rw-r--r-- | dns/powerdns-devel/Makefile | 3 | ||||
-rw-r--r-- | dns/powerdns-devel/distinfo | 3 | ||||
-rw-r--r-- | dns/powerdns-devel/files/patch-pdns_backends_bind_zoneparser2_cc | 10 | ||||
-rw-r--r-- | dns/powerdns/Makefile | 3 | ||||
-rw-r--r-- | dns/powerdns/distinfo | 3 | ||||
-rw-r--r-- | dns/powerdns/files/patch-pdns_backends_bind_zoneparser2_cc | 10 |
6 files changed, 6 insertions, 26 deletions
diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile index 640fa5c7d7e7..606b9642e264 100644 --- a/dns/powerdns-devel/Makefile +++ b/dns/powerdns-devel/Makefile @@ -5,8 +5,7 @@ # PORTNAME= powerdns -PORTVERSION= 2.9.15 -PORTREVISION= 2 +PORTVERSION= 2.9.16 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} diff --git a/dns/powerdns-devel/distinfo b/dns/powerdns-devel/distinfo index b45856cbb818..f18a7179aea2 100644 --- a/dns/powerdns-devel/distinfo +++ b/dns/powerdns-devel/distinfo @@ -1 +1,2 @@ -MD5 (pdns-2.9.15.tar.gz) = 3465694b9638c29f19a25dd5b0a77559 +MD5 (pdns-2.9.16.tar.gz) = 7e9a859a5a21996dbf7b31cd61731dbc +SIZE (pdns-2.9.16.tar.gz) = 767977 diff --git a/dns/powerdns-devel/files/patch-pdns_backends_bind_zoneparser2_cc b/dns/powerdns-devel/files/patch-pdns_backends_bind_zoneparser2_cc deleted file mode 100644 index aca266d22cb7..000000000000 --- a/dns/powerdns-devel/files/patch-pdns_backends_bind_zoneparser2_cc +++ /dev/null @@ -1,10 +0,0 @@ ---- pdns/backends/bind/zoneparser2.cc.orig Sat Jan 17 12:50:18 2004 -+++ pdns/backends/bind/zoneparser2.cc Mon Jan 19 20:20:12 2004 -@@ -36,6 +36,7 @@ - #include "ahuexception.hh" - #include "qtype.hh" - #include <algorithm> -+#include <unistd.h> - using namespace std; - - #include "zoneparser.hh" diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 640fa5c7d7e7..606b9642e264 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -5,8 +5,7 @@ # PORTNAME= powerdns -PORTVERSION= 2.9.15 -PORTREVISION= 2 +PORTVERSION= 2.9.16 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo index b45856cbb818..f18a7179aea2 100644 --- a/dns/powerdns/distinfo +++ b/dns/powerdns/distinfo @@ -1 +1,2 @@ -MD5 (pdns-2.9.15.tar.gz) = 3465694b9638c29f19a25dd5b0a77559 +MD5 (pdns-2.9.16.tar.gz) = 7e9a859a5a21996dbf7b31cd61731dbc +SIZE (pdns-2.9.16.tar.gz) = 767977 diff --git a/dns/powerdns/files/patch-pdns_backends_bind_zoneparser2_cc b/dns/powerdns/files/patch-pdns_backends_bind_zoneparser2_cc deleted file mode 100644 index aca266d22cb7..000000000000 --- a/dns/powerdns/files/patch-pdns_backends_bind_zoneparser2_cc +++ /dev/null @@ -1,10 +0,0 @@ ---- pdns/backends/bind/zoneparser2.cc.orig Sat Jan 17 12:50:18 2004 -+++ pdns/backends/bind/zoneparser2.cc Mon Jan 19 20:20:12 2004 -@@ -36,6 +36,7 @@ - #include "ahuexception.hh" - #include "qtype.hh" - #include <algorithm> -+#include <unistd.h> - using namespace std; - - #include "zoneparser.hh" |