svn commit: r328288 - in head/dns/powerdns-recursor: . files
William Grzybowski
wg at FreeBSD.org
Wed Sep 25 13:27:18 UTC 2013
Author: wg
Date: Wed Sep 25 13:27:16 2013
New Revision: 328288
URL: http://svnweb.freebsd.org/changeset/ports/328288
Log:
powerdns-recursor: update to 3.5.3
- Update to 3.5.3 [1]
- USES gmake
- Remove leading article from COMMENT
- Allow staging
PR: ports/182368 [1]
Submitted by: Sten Spans <sten blinkenlights.nl> (maintainer) [1]
Modified:
head/dns/powerdns-recursor/Makefile
head/dns/powerdns-recursor/distinfo
head/dns/powerdns-recursor/files/patch-manpages
head/dns/powerdns-recursor/pkg-plist
Modified: head/dns/powerdns-recursor/Makefile
==============================================================================
--- head/dns/powerdns-recursor/Makefile Wed Sep 25 13:26:03 2013 (r328287)
+++ head/dns/powerdns-recursor/Makefile Wed Sep 25 13:27:16 2013 (r328288)
@@ -2,20 +2,20 @@
# $FreeBSD$
PORTNAME= powerdns-recursor
-PORTVERSION= 3.5.1
+PORTVERSION= 3.5.3
CATEGORIES= dns ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/ \
http://mirrors.evolva.ro/powerdns.com/releases/
DISTNAME= pdns-recursor-${PORTVERSION}
MAINTAINER= sten at blinkenlights.nl
-COMMENT= An advanced DNS recursor
+COMMENT= Advanced DNS recursor
BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \
${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
USE_BZIP2= yes
-USE_GMAKE= yes
+USES= gmake
OPTIONS_DEFINE= SETUID LUA STATIC
OPTIONS_DEFAULT= SETUID
@@ -25,12 +25,8 @@ STATIC_DESC= Build static binaries
CXXFLAGS+= -I${PREFIX}/include
LDFLAGS+= -L${PREFIX}/lib
-MAN8= rec_control.8 pdns_recursor.8
SUB_FILES= pkg-message
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
@@ -74,11 +70,6 @@ post-patch:
${WRKSRC}/config.h
post-install:
-.if !exists(${PREFIX}/etc/pdns/recursor.conf)
- ${INSTALL_DATA} ${PREFIX}/etc/pdns/recursor.conf-dist \
- ${PREFIX}/etc/pdns/recursor.conf
-.endif
- @${INSTALL_MAN} ${WRKSRC}/*.8 ${PREFIX}/man/man8/
- @${CAT} ${PKGMESSAGE}
+ ${INSTALL_MAN} ${WRKSRC}/*.8 ${STAGEDIR}${PREFIX}/man/man8/
.include <bsd.port.post.mk>
Modified: head/dns/powerdns-recursor/distinfo
==============================================================================
--- head/dns/powerdns-recursor/distinfo Wed Sep 25 13:26:03 2013 (r328287)
+++ head/dns/powerdns-recursor/distinfo Wed Sep 25 13:27:16 2013 (r328288)
@@ -1,2 +1,2 @@
-SHA256 (pdns-recursor-3.5.1.tar.bz2) = 30655996d1963e259d4fc8648184031bf9cb83f64510d0b00539d3ce698b2824
-SIZE (pdns-recursor-3.5.1.tar.bz2) = 176413
+SHA256 (pdns-recursor-3.5.3.tar.bz2) = 192c0b47a1cfcdccaa88d70fd33766a4c381f4223f966416f15e169df5d58eaa
+SIZE (pdns-recursor-3.5.3.tar.bz2) = 176298
Modified: head/dns/powerdns-recursor/files/patch-manpages
==============================================================================
--- head/dns/powerdns-recursor/files/patch-manpages Wed Sep 25 13:26:03 2013 (r328287)
+++ head/dns/powerdns-recursor/files/patch-manpages Wed Sep 25 13:27:16 2013 (r328288)
@@ -4,8 +4,8 @@
.\" Source: \ \& 3.0
.\" Language: English
.\"
--.TH "REC_CONTROL" "1" "05/03/2013" "\ \& 3\&.0" "\ \&"
-+.TH "REC_CONTROL" "8" "05/03/2013" "\ \& 3\&.0" "\ \&"
+-.TH "REC_CONTROL" "1" "09/17/2013" "\ \& 3\&.0" "\ \&"
++.TH "REC_CONTROL" "8" "09/17/2013" "\ \& 3\&.0" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -33,8 +33,8 @@
.\" Source: \ \& 3.0
.\" Language: English
.\"
--.TH "PDNS_RECURSOR" "1" "05/03/2013" "\ \& 3\&.0" "\ \&"
-+.TH "PDNS_RECURSOR" "8" "05/03/2013" "\ \& 3\&.0" "\ \&"
+-.TH "PDNS_RECURSOR" "1" "09/17/2013" "\ \& 3\&.0" "\ \&"
++.TH "PDNS_RECURSOR" "8" "09/17/2013" "\ \& 3\&.0" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Modified: head/dns/powerdns-recursor/pkg-plist
==============================================================================
--- head/dns/powerdns-recursor/pkg-plist Wed Sep 25 13:26:03 2013 (r328287)
+++ head/dns/powerdns-recursor/pkg-plist Wed Sep 25 13:27:16 2013 (r328288)
@@ -3,4 +3,6 @@ etc/pdns/recursor.conf-dist
@exec [ -f %B/recursor.conf ] || cp %B/%f %B/recursor.conf
bin/rec_control
sbin/pdns_recursor
+man/man8/pdns_recursor.8.gz
+man/man8/rec_control.8.gz
@dirrmtry etc/pdns
More information about the svn-ports-all
mailing list