Date: Tue, 2 Nov 2004 17:38:36 +0100 (CET) From: Natanael Copa <ncopa@users.sourceforge.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/73420: Update port: dns/dnrd Message-ID: <200411021638.iA2GcaEV000975@vmbsd.nor.wtbts.org> Resent-Message-ID: <200411021540.iA2FeSad024019@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 73420 >Category: ports >Synopsis: Update port: dns/dnrd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Nov 02 15:40:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Natanael Copa >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD vmbsd.example.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: version 2.17 of dnrd. This version introduce random source ports to reduce the risk of getting the cache poisoned. This version should also honor the --sysconfdir option to the configure script so some of the reimplace's are removed. I am still a newbe in freebsd ports so please let me know if I could have done things different to make it easier for the commiters. >How-To-Repeat: >Fix: --- dnrd-2.17.diff begins here --- diff -ruN dnrd.orig/Makefile dnrd/Makefile --- dnrd.orig/Makefile Thu Oct 28 14:47:34 2004 +++ dnrd/Makefile Thu Oct 28 14:31:08 2004 @@ -6,7 +6,7 @@ # PORTNAME= dnrd -PORTVERSION= 2.16.1 +PORTVERSION= 2.17 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dnrd @@ -36,9 +36,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/etc/dnrd|${PREFIX}/etc/dnrd|g' \ - ${WRKSRC}/doc/dnrd.8 ${WRKSRC}/doc/master.sample \ - ${WRKSRC}/doc/README-master ${WRKSRC}/src/common.h \ - ${WRKSRC}/src/master.c ${WRKSRC}/src/main.c + ${WRKSRC}/doc/master.sample ${WRKSRC}/doc/README-master @${SED} -e 's|%%RC_SUBR%%|${RC_SUBR}|g' -e 's|%%PREFIX%%|${PREFIX}|' \ ${FILESDIR}/dnrd.sh > ${WRKDIR}/dnrd.sh diff -ruN dnrd.orig/distinfo dnrd/distinfo --- dnrd.orig/distinfo Thu Oct 28 14:47:34 2004 +++ dnrd/distinfo Thu Oct 28 14:48:07 2004 @@ -1,2 +1,2 @@ -MD5 (dnrd-2.16.1.tar.gz) = d4240c0d5dcc721a15039fe796e1fe3e -SIZE (dnrd-2.16.1.tar.gz) = 142982 +MD5 (dnrd-2.17.tar.gz) = 75669be94f18c868b9a56cfc2a016394 +SIZE (dnrd-2.17.tar.gz) = 145908 --- dnrd-2.17.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411021638.iA2GcaEV000975>