From owner-svn-ports-head@FreeBSD.ORG Wed Sep 25 13:27:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0F191946; Wed, 25 Sep 2013 13:27:18 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EEF382582; Wed, 25 Sep 2013 13:27:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8PDRHaU087147; Wed, 25 Sep 2013 13:27:17 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8PDRH7o087143; Wed, 25 Sep 2013 13:27:17 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309251327.r8PDRH7o087143@svn.freebsd.org> From: William Grzybowski Date: Wed, 25 Sep 2013 13:27:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328288 - in head/dns/powerdns-recursor: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 13:27:18 -0000 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 (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@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 - .include .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 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