diff options
author | shaun <shaun@FreeBSD.org> | 2006-10-19 20:54:14 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-10-19 20:54:14 +0800 |
commit | c8bdfb74ed3521dbfa749b5210a79eb843e07ac0 (patch) | |
tree | 64056a8376f63b2505e85c89964735ef188da103 /dns | |
parent | a7004f383d734a5082c39dba161e3ff083979951 (diff) | |
download | freebsd-ports-graphics-c8bdfb74ed3521dbfa749b5210a79eb843e07ac0.tar.gz freebsd-ports-graphics-c8bdfb74ed3521dbfa749b5210a79eb843e07ac0.tar.zst freebsd-ports-graphics-c8bdfb74ed3521dbfa749b5210a79eb843e07ac0.zip |
Update MASTER_SITES and the WWW: line to reflect the project's new
location.
PR: ports/104548
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Approved by: portmgr (erwin),
Mark Foster <mark@foster.cc> (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnswalk/Makefile | 3 | ||||
-rw-r--r-- | dns/dnswalk/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dns/dnswalk/Makefile b/dns/dnswalk/Makefile index 0c278813315..830eec26c66 100644 --- a/dns/dnswalk/Makefile +++ b/dns/dnswalk/Makefile @@ -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 diff --git a/dns/dnswalk/pkg-descr b/dns/dnswalk/pkg-descr index 135a4243ed4..da1ccc3a44b 100644 --- a/dns/dnswalk/pkg-descr +++ b/dns/dnswalk/pkg-descr @@ -3,4 +3,4 @@ domains, and checks the database in numerous ways for internal 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/ |