Date: Fri, 1 May 2015 15:39:22 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385123 - in head/dns: powerdns powerdns-recursor powerdns-recursor/files Message-ID: <201505011539.t41FdMqg009013@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brd Date: Fri May 1 15:39:21 2015 New Revision: 385123 URL: https://svnweb.freebsd.org/changeset/ports/385123 Log: - Update dns/powerdns-recursor to 3.7.2 - Remove an extra blankline from dns/powerdns/distinfo PR: 199720 Submitted by: Ralf van der Enden Approved by: bdrewery (mentor) MFH: 2105Q1 Security: 64e6006e-f009-11e4-98c6-000c292ee6b8 Deleted: head/dns/powerdns-recursor/files/patch-sendmsg_fix Modified: head/dns/powerdns-recursor/Makefile head/dns/powerdns-recursor/distinfo head/dns/powerdns/distinfo Modified: head/dns/powerdns-recursor/Makefile ============================================================================== --- head/dns/powerdns-recursor/Makefile Fri May 1 15:20:08 2015 (r385122) +++ head/dns/powerdns-recursor/Makefile Fri May 1 15:39:21 2015 (r385123) @@ -1,11 +1,12 @@ # Created by: sten@blinkenlights.nl # $FreeBSD$ -PORTNAME= powerdns-recursor -PORTVERSION= 3.7.1 +PORTNAME= recursor +PORTVERSION= 3.7.2 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ -DISTNAME= pdns-recursor-${PORTVERSION} +PKGNAMEPREFIX= powerdns- +DISTNAME= pdns-${PORTNAME}-${PORTVERSION} MAINTAINER= tremere@cainites.net COMMENT= Advanced DNS recursor @@ -15,9 +16,11 @@ LICENSE= GPLv2 BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \ ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -USES= gmake tar:bzip2 +USES= cpe gmake tar:bzip2 GNU_CONFIGURE= YES +CPE_VENDOR= powerdns + OPTIONS_DEFINE= SETUID LUA STATIC OPTIONS_DEFAULT= SETUID SETUID_DESC= Run as pdns_recursor user Modified: head/dns/powerdns-recursor/distinfo ============================================================================== --- head/dns/powerdns-recursor/distinfo Fri May 1 15:20:08 2015 (r385122) +++ head/dns/powerdns-recursor/distinfo Fri May 1 15:39:21 2015 (r385123) @@ -1,2 +1,2 @@ -SHA256 (pdns-recursor-3.7.1.tar.bz2) = e6b0d255a0d8cd023ebd63c50f453a305c649d04873859b4119745d64b8bd36d -SIZE (pdns-recursor-3.7.1.tar.bz2) = 245155 +SHA256 (pdns-recursor-3.7.2.tar.bz2) = 1366bc1bed7c96fbd3926cf7a9e6d365c53b8a99182642debe1b2863dd015a7e +SIZE (pdns-recursor-3.7.2.tar.bz2) = 244582 Modified: head/dns/powerdns/distinfo ============================================================================== --- head/dns/powerdns/distinfo Fri May 1 15:20:08 2015 (r385122) +++ head/dns/powerdns/distinfo Fri May 1 15:39:21 2015 (r385123) @@ -1,3 +1,2 @@ SHA256 (pdns-3.4.4.tar.bz2) = ec49f5a0b55b69ba057bf9ce28ab81e5258fc60c8d4954d9100fe3bb3efd09c8 SIZE (pdns-3.4.4.tar.bz2) = 1336624 -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505011539.t41FdMqg009013>