diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-09-25 13:27:16 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-09-25 13:27:16 +0000 |
commit | 0cc51781f25db5328c9ced71f75854716137cc25 (patch) | |
tree | 3c03359b6a113fa146d0dea673be8f510d0428b1 /dns | |
parent | 2be33175a29a914c0dbaefc2b834129b15e73796 (diff) | |
download | ports-0cc51781f25db5328c9ced71f75854716137cc25.tar.gz ports-0cc51781f25db5328c9ced71f75854716137cc25.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/powerdns-recursor/Makefile | 17 | ||||
-rw-r--r-- | dns/powerdns-recursor/distinfo | 4 | ||||
-rw-r--r-- | dns/powerdns-recursor/files/patch-manpages | 8 | ||||
-rw-r--r-- | dns/powerdns-recursor/pkg-plist | 2 |
4 files changed, 12 insertions, 19 deletions
diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index fe07530e3eb2..16c25d9550f4 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -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@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> diff --git a/dns/powerdns-recursor/distinfo b/dns/powerdns-recursor/distinfo index f632aa870fa6..8a2d9b784dfe 100644 --- a/dns/powerdns-recursor/distinfo +++ b/dns/powerdns-recursor/distinfo @@ -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 diff --git a/dns/powerdns-recursor/files/patch-manpages b/dns/powerdns-recursor/files/patch-manpages index 500f298ccf74..560f10e86c5e 100644 --- a/dns/powerdns-recursor/files/patch-manpages +++ b/dns/powerdns-recursor/files/patch-manpages @@ -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 .\" ----------------------------------------------------------------- diff --git a/dns/powerdns-recursor/pkg-plist b/dns/powerdns-recursor/pkg-plist index f07434a5d4f3..7ba37760a5fd 100644 --- a/dns/powerdns-recursor/pkg-plist +++ b/dns/powerdns-recursor/pkg-plist @@ -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 |