diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2014-11-19 11:57:07 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2014-11-19 11:57:07 +0000 |
commit | 04ffc4b9e678948aa9c2b78b2b2d29ab7a4c2b3f (patch) | |
tree | 94bf91b89b75cd96f07db497faa938c984120e5f /dns | |
parent | af3811313c14afb06fe2d1f6158e3e431bbfc2b6 (diff) | |
download | freebsd-ports-04ffc4b9e678948aa9c2b78b2b2d29ab7a4c2b3f.zip |
dns/powerdns-recursor: update 3.6.2 -> 3.6.2
PR: 194807
Submitted by: Ralf van der Enden <tremere@cainites.net>
Approved by: mentors (implicit)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/powerdns-recursor/Makefile | 4 | ||||
-rw-r--r-- | dns/powerdns-recursor/distinfo | 4 | ||||
-rw-r--r-- | dns/powerdns-recursor/files/patch-rec_channel.hh | 10 |
3 files changed, 3 insertions, 15 deletions
diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index fc6a9618d2be..dd92f8dab1c5 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= powerdns-recursor -PORTVERSION= 3.6.1 +PORTVERSION= 3.6.2 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ \ http://mirrors.evolva.ro/powerdns.com/releases/ @@ -66,8 +66,6 @@ post-patch: -e 's;BINDIR=/usr/bin/;BINDIR=${PREFIX}/bin/;' \ -e 's;SYSCONFDIR=/etc/powerdns/;SYSCONFDIR=${PREFIX}/etc/pdns/;' \ ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's;"/etc/powerdns/";"${PREFIX}/etc/pdns/";' \ - ${WRKSRC}/config.h post-install: ${INSTALL_MAN} ${WRKSRC}/*.8 ${STAGEDIR}${PREFIX}/man/man8/ diff --git a/dns/powerdns-recursor/distinfo b/dns/powerdns-recursor/distinfo index b9f731933c9a..e35f7e58fa4c 100644 --- a/dns/powerdns-recursor/distinfo +++ b/dns/powerdns-recursor/distinfo @@ -1,2 +1,2 @@ -SHA256 (pdns-recursor-3.6.1.tar.bz2) = e57bad320d67d08604fc6f6b7e49b5553cfb5baf3460a3e06d53ba2f7d8de396 -SIZE (pdns-recursor-3.6.1.tar.bz2) = 196460 +SHA256 (pdns-recursor-3.6.2.tar.bz2) = d9abf5bb5982cee1c3ba6eaa684d2777b7c0d3f038e201dd4e7362b4652750a4 +SIZE (pdns-recursor-3.6.2.tar.bz2) = 200313 diff --git a/dns/powerdns-recursor/files/patch-rec_channel.hh b/dns/powerdns-recursor/files/patch-rec_channel.hh deleted file mode 100644 index 9c9967bbcb22..000000000000 --- a/dns/powerdns-recursor/files/patch-rec_channel.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- rec_channel.hh.orig 2014-09-09 09:33:33 UTC -+++ rec_channel.hh -@@ -4,6 +4,7 @@ - #include <map> - #include <inttypes.h> - #include <sys/un.h> -+#include <pthread.h> - - - /** this class is used both to send and answer channel commands to the PowerDNS Recursor */ |