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]
This commit is contained in:
parent
2be33175a2
commit
0cc51781f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328288
4 changed files with 12 additions and 19 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue