ports/62666: Update port: dns/pdnsd
Hiroki Sato
hrs at FreeBSD.org
Tue Feb 10 22:20:06 UTC 2004
>Number: 62666
>Category: ports
>Synopsis: Update port: dns/pdnsd
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Feb 10 14:20:05 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Hiroki Sato
>Release: FreeBSD 4.8-STABLE i386
>Organization:
Tokyo University of Science
>Environment:
System: FreeBSD alph.allbsd.org 4.9-RC FreeBSD 4.9-RC #0: Sat Oct 25 04:40:22 JST 2003 hrs at alph.allbsd.org:/usr/obj/usr/src/sys/ALPH i386
>Description:
Update to 1.1.10, which includes:
- update MASTER_SITES and WWW: line.
- add --enable-ipv6 into CONFIGURE_ARGS.
- install the documents into DOCSDIR
when NOPORTDOCS is not defined.
>How-To-Repeat:
N/A
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/dns/pdnsd/Makefile,v
retrieving revision 1.8
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.8 Makefile
--- Makefile 5 Sep 2003 04:54:36 -0000 1.8
+++ Makefile 10 Feb 2004 20:47:26 -0000
@@ -6,24 +6,35 @@
#
PORTNAME= pdnsd
-PORTVERSION= 1.1.7a
+PORTVERSION= 1.1.10
CATEGORIES= dns
-MASTER_SITES= http://home.t-online.de/home/Moestl/
+MASTER_SITES= http://www.phys.uu.nl/~rombouts/pdnsd/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-par
MAINTAINER= roman at xpert.com
COMMENT= Caching (permanently, writes to disk on exit) DNS proxy-server
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-cachedir=${PDNSDB}
+USE_GMAKE= yes
+CONFIGURE_ARGS= --with-cachedir=${PDNSDB} \
+ --enable-ipv6
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN8= pdnsd-ctl.8
PDNSDB= /var/db/pdnsd
+DOCSRCDIR= ${WRKSRC}/doc
+DOC_FILES= html/dl.html html/doc.html html/faq.html html/index.html
+DOC_FILES+= txt/faq.txt txt/intro.txt txt/manual.txt
post-install:
@${MKDIR} ${PREFIX}/etc/rc.d
@${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pdnsd.sh > ${PREFIX}/etc/rc.d/pdnsd.sh
@${CHMOD} 750 ${PREFIX}/etc/rc.d/pdnsd.sh
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${DOC_FILES:S@^@${DOCSRCDIR}/@} ${DOCSDIR}
+.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/dns/pdnsd/distinfo,v
retrieving revision 1.6
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.6 distinfo
--- distinfo 18 Jan 2002 18:33:36 -0000 1.6
+++ distinfo 10 Feb 2004 20:05:06 -0000
@@ -1 +1,2 @@
-MD5 (pdnsd-1.1.7a.tar.gz) = 96ef0f6708a14215c57ca89240b5e7ae
+MD5 (pdnsd-1.1.10-par.tar.gz) = 11c5bcc40590fc3bcf6256f8248d6536
+SIZE (pdnsd-1.1.10-par.tar.gz) = 287338
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/dns/pdnsd/pkg-descr,v
retrieving revision 1.2
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.2 pkg-descr
--- pkg-descr 28 Jan 2001 07:51:30 -0000 1.2
+++ pkg-descr 10 Feb 2004 20:16:04 -0000
@@ -15,6 +15,6 @@
servers will not block the answer for one timeout interval.
Since version 1.0.0, pdnsd has full IPv6 support.
-WWW: http://home.t-online.de/home/Moestl/
+WWW: http://www.phys.uu.nl/~rombouts/pdnsd.html
Roman Shterenzon <roman at xpert.com>
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/dns/pdnsd/pkg-plist,v
retrieving revision 1.1
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.1 pkg-plist
--- pkg-plist 14 Dec 2000 03:27:34 -0000 1.1
+++ pkg-plist 10 Feb 2004 20:14:48 -0000
@@ -2,4 +2,12 @@
etc/rc.d/pdnsd.sh
sbin/pdnsd
sbin/pdnsd-ctl
+%%PORTDOCS%%%%DOCSDIR%%/dl.html
+%%PORTDOCS%%%%DOCSDIR%%/doc.html
+%%PORTDOCS%%%%DOCSDIR%%/faq.html
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/faq.txt
+%%PORTDOCS%%%%DOCSDIR%%/intro.txt
+%%PORTDOCS%%%%DOCSDIR%%/manual.txt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
@unexec rm -rf /var/db/pdnsd
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list