Date: Wed, 18 Oct 2006 15:04:26 -0400 (EDT) From: Thomas Abthorpe <thomas@goodking.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mark@foster.cc, thomas@goodking.ca Subject: ports/104548: [PATCH] dns/dnswalk: make fetchable Message-ID: <200610181904.k9IJ4Qg0050555@goodking.goodking.ca> Resent-Message-ID: <200610181911.k9IJBwN6040545@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104548 >Category: ports >Synopsis: [PATCH] dns/dnswalk: make fetchable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 18 19:10:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct 2 02:05:54 EDT >Description: - make fetchable, project moved to SF.net - update MASTER_SITES - update pkg-descr WWW Port maintainer (mark@foster.cc) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- dnswalk-2.0.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/dns/dnswalk/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 22 Jun 2006 02:21:39 -0000 1.15 +++ Makefile 18 Oct 2006 19:00:21 -0000 @@ -8,7 +8,8 @@ PORTNAME= dnswalk PORTVERSION= 2.0.2 CATEGORIES= dns -MASTER_SITES= http://www.visi.com/~barr/dnswalk/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mark@foster.cc COMMENT= DNS debugger - requests a zone transfer and analyzes the result Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/dns/dnswalk/pkg-descr,v retrieving revision 1.3 diff -u -r1.3 pkg-descr --- pkg-descr 22 Jun 2006 02:21:39 -0000 1.3 +++ pkg-descr 18 Oct 2006 19:00:21 -0000 @@ -3,4 +3,4 @@ consistency, as well as accuracy. Author: David Barr <barr@cis.ohio-state.edu> -WWW: http://www.visi.com/~barr/dnswalk/ +WWW: http://sourceforge.net/projects/dnswalk/ --- dnswalk-2.0.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610181904.k9IJ4Qg0050555>