ports/126270: [MAINTAINER] dns/powerdns-devel: update to 2.9.22.20080804

Ralf van der Enden tremere at cainites.net
Tue Aug 5 12:50:03 UTC 2008


>Number:         126270
>Category:       ports
>Synopsis:       [MAINTAINER] dns/powerdns-devel: update to 2.9.22.20080804
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 05 12:50:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ralf van der Enden
>Release:        FreeBSD 7.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD lan.cainites.net 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #3: Sun Jul 13 22:22:16 CEST 2008
>Description:
- Update to 2.9.22.20080804
- Pet portlint
- Remove support for FreeBSD < 5
- Remove file leftover from repocopy
NOTE: Version numbering changed back to 2.9.x instead of 3.x
Removed file(s):
- files/pdns.in

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- powerdns-devel-2.9.22.20080804,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/dns/powerdns-devel/Makefile /usr/ports/dns/powerdns-devel.new/Makefile
--- /usr/ports/dns/powerdns-devel/Makefile	2008-06-29 00:34:26.000000000 +0200
+++ /usr/ports/dns/powerdns-devel.new/Makefile	2008-08-05 14:39:33.000000000 +0200
@@ -6,19 +6,20 @@
 #
 
 PORTNAME=	powerdns
-PORTVERSION=	3.0.${SNAPSHOT}
+PORTVERSION=	2.9.22.${SNAPSHOT}
+PORTEPOCH=	1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://svn.powerdns.com/snapshots/${REVISION}/
 PKGNAMESUFFIX=	-devel
-DISTNAME=	pdns-${PORTVERSION:S/.${SNAPSHOT}//}-svn.${SNAPSHOT}.${REVISION}
+DISTNAME=	pdns-${PORTVERSION:S/.${SNAPSHOT}//}-snapshot.${SNAPSHOT}.${REVISION}
 
 MAINTAINER=	tremere at cainites.net
 COMMENT=	An advanced DNS server with multiple backends including SQL
 
 BUILD_DEPENDS=	bjam:${PORTSDIR}/devel/boost
 
-SNAPSHOT=	20080625
-REVISION=	1227
+SNAPSHOT=	20080804
+REVISION=	1251
 
 CONFLICTS=	powerdns-[0-2]*
 
@@ -120,6 +121,7 @@
 .	endif
 .else
 PLIST_SUB+=		WITHOPENLDAP="@comment "
+SUB_LIST+=		SLAPD=
 .endif
 
 .if defined(WITH_SQLITE)
@@ -147,10 +149,6 @@
 PLIST_SUB+=		WITHOPENDBX="@comment "
 .endif
 
-.if ${OSVERSION} < 500039
-USE_GCC=3.4
-.endif
-
 .if defined(WITH_OPENLDAP)
 post-patch:
 	${REINPLACE_CMD} -e 's;-I. ;-I. -I${LOCALBASE}/include ;' \
@@ -165,7 +163,7 @@
 .if !exists(${PREFIX}/etc/pdns/pdns.conf)
 	${INSTALL_DATA} ${PREFIX}/etc/pdns/pdns.conf-dist ${PREFIX}/etc/pdns/pdns.conf
 .endif
-.if !defined(NOPORTDOCS)
+.if !defined(NOPORTEXAMPLES)
 	${MKDIR} ${EXAMPLESDIR}
 .for i in pdns.conf
 	${INSTALL_DATA} ${FILESDIR}/$i ${EXAMPLESDIR}/
diff -ruN --exclude=CVS /usr/ports/dns/powerdns-devel/distinfo /usr/ports/dns/powerdns-devel.new/distinfo
--- /usr/ports/dns/powerdns-devel/distinfo	2008-06-29 00:34:26.000000000 +0200
+++ /usr/ports/dns/powerdns-devel.new/distinfo	2008-08-04 09:08:57.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (pdns-3.0-svn.20080625.1227.tar.gz) = 1406a47d529fccef585d81cac1b84167
-SHA256 (pdns-3.0-svn.20080625.1227.tar.gz) = 19017caae0d29bb03c6c301b1b055d2458e4eacf0c2f5d6341505d623bddacb6
-SIZE (pdns-3.0-svn.20080625.1227.tar.gz) = 1043351
+MD5 (pdns-2.9.22-snapshot.20080804.1251.tar.gz) = ece9e77f76e145eec1bcf9a9de420533
+SHA256 (pdns-2.9.22-snapshot.20080804.1251.tar.gz) = 3c335ea5a25b4ec51c7b5336a306b260773538e8cbcf34dd88f6050e25c1d804
+SIZE (pdns-2.9.22-snapshot.20080804.1251.tar.gz) = 1053103
diff -ruN --exclude=CVS /usr/ports/dns/powerdns-devel/files/pdns.in /usr/ports/dns/powerdns-devel.new/files/pdns.in
--- /usr/ports/dns/powerdns-devel/files/pdns.in	2007-02-07 05:04:45.000000000 +0100
+++ /usr/ports/dns/powerdns-devel.new/files/pdns.in	1970-01-01 01:00:00.000000000 +0100
@@ -1,38 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: ports/dns/powerdns-devel/files/pdns.in,v 1.4 2007/02/07 04:04:45 alepulver Exp $
-#
-
-# PROVIDE: pdns_server
-# REQUIRE: DAEMON
-# KEYWORD: shutdown
-
-#
-# Add the following lines to /etc/rc.conf to enable powerdns:
-#
-#pdns_enable="YES"
-#
-# See pdns_server(8) for flags.
-#
-
-. %%RC_SUBR%%
-
-name=pdns
-rcvar=`set_rcvar`
-
-command=%%PREFIX%%/sbin/pdns_server
-
-# set defaults
-
-pdns_enable=${pdns_enable:-"NO"}
-pdns_conf=${pdns_conf:-"%%PREFIX%%/etc/pdns/pdns.conf"}
-pdns_flags=${pdns_flags:-""}
-
-load_rc_config ${name}
-
-required_files=${pdns_conf}
-
-monitor_cmd="${command} --daemon=no --guardian=no --control-console --loglevel=9"
-extra_commands="monitor"
-
-run_rc_command "$1"
diff -ruN --exclude=CVS /usr/ports/dns/powerdns-devel/pkg-plist /usr/ports/dns/powerdns-devel.new/pkg-plist
--- /usr/ports/dns/powerdns-devel/pkg-plist	2008-05-07 14:40:00.000000000 +0200
+++ /usr/ports/dns/powerdns-devel.new/pkg-plist	2008-08-05 14:30:31.000000000 +0200
@@ -37,6 +37,6 @@
 @unexec if cmp -s %D/etc/pdns/pdns.conf %D/etc/pdns/pdns.conf-dist; then rm -f %D/etc/pdns/pdns.conf; fi
 etc/pdns/pdns.conf-dist
 @exec [ -f %B/pdns.conf ] || cp %B/%f %B/pdns.conf
-%%PORTDOCS%%%%EXAMPLESDIR%%/pdns.conf
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pdns.conf
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
 @dirrmtry etc/pdns
--- powerdns-devel-2.9.22.20080804,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list