svn commit: r390573 - in head/dns/powerdns: . files

Bartek Rutkowski robak at FreeBSD.org
Thu Jun 25 14:39:02 UTC 2015


Author: robak
Date: Thu Jun 25 14:39:01 2015
New Revision: 390573
URL: https://svnweb.freebsd.org/changeset/ports/390573

Log:
  dns/powerdns: update 3.4.4 -> 3.4.5
  
  - Add CPE info
  - Remove obsolete CONFLICTS field
  - Remove obsolete patch
  
  PR:		201080
  Submitted by:	Ralf van der Enden <tremere at cainites.net> (maintainer)

Deleted:
  head/dns/powerdns/files/patch-pdns__Makefile.in
Modified:
  head/dns/powerdns/Makefile
  head/dns/powerdns/distinfo

Modified: head/dns/powerdns/Makefile
==============================================================================
--- head/dns/powerdns/Makefile	Thu Jun 25 13:45:58 2015	(r390572)
+++ head/dns/powerdns/Makefile	Thu Jun 25 14:39:01 2015	(r390573)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	powerdns
-PORTVERSION=	3.4.4
-PORTREVISION=	2
+PORTVERSION=	3.4.5
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://downloads.powerdns.com/releases/
 DISTNAME=	pdns-${PORTVERSION}
@@ -14,9 +13,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libboost_serialization.so:${PORTSDIR}/devel/boost-libs
 
-CONFLICTS=	powerdns-devel-[2-3].[0-9]*
-
-USES=		gmake libtool lua pkgconfig tar:bzip2
+USES=		cpe gmake libtool lua pkgconfig tar:bzip2
 USE_LDCONFIG=	YES
 USE_SUBMAKE=	YES
 GNU_CONFIGURE=	YES

Modified: head/dns/powerdns/distinfo
==============================================================================
--- head/dns/powerdns/distinfo	Thu Jun 25 13:45:58 2015	(r390572)
+++ head/dns/powerdns/distinfo	Thu Jun 25 14:39:01 2015	(r390573)
@@ -1,2 +1,2 @@
-SHA256 (pdns-3.4.4.tar.bz2) = ec49f5a0b55b69ba057bf9ce28ab81e5258fc60c8d4954d9100fe3bb3efd09c8
-SIZE (pdns-3.4.4.tar.bz2) = 1336624
+SHA256 (pdns-3.4.5.tar.bz2) = f3e1441532b0af05a6b5efe5346f02d0c55f252fbed62d5b4f2e4a80997c507d
+SIZE (pdns-3.4.5.tar.bz2) = 1337222


More information about the svn-ports-all mailing list