diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-09-28 06:14:57 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-09-28 06:14:57 +0000 |
commit | 7303304d07726940cfc86ebad8647c1ab613663c (patch) | |
tree | 07334edf49361954a9b564dbf3831b5e4885443c /sysutils | |
parent | bdd0dc25ac55f0d4a7979abe5ead447d6909a317 (diff) | |
download | ports-7303304d07726940cfc86ebad8647c1ab613663c.tar.gz ports-7303304d07726940cfc86ebad8647c1ab613663c.zip |
Chase updated mastersite. Note that the (unversioned, sigh) distfile
has changed, so anyone who wants to use this port should be prepared to
do a little work on the update.
Source: distfile survey
Notes
Notes:
svn path=/head/; revision=143662
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dt/Makefile | 4 | ||||
-rw-r--r-- | sysutils/dt/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/dt/Makefile b/sysutils/dt/Makefile index 4913e91e11ef..673f4de6162c 100644 --- a/sysutils/dt/Makefile +++ b/sysutils/dt/Makefile @@ -8,10 +8,10 @@ PORTNAME= dt PORTVERSION= 15.6 CATEGORIES= sysutils -MASTER_SITES= http://www.bit-net.com/~rmiller/ftp/dt/ +MASTER_SITES= http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/ftp/dt/ DISTNAME= dt-source -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Data Test Program - disk/tape error diagnostic tool USE_REINPLACE= yes diff --git a/sysutils/dt/pkg-descr b/sysutils/dt/pkg-descr index f62d436b145b..3447e48c8fa4 100644 --- a/sysutils/dt/pkg-descr +++ b/sysutils/dt/pkg-descr @@ -11,4 +11,4 @@ for any device that allows the standard open, read, write, and close system calls. Special support is necessary for some devices, such as serial lines, for setting up the speed, parity, data bits, etc. -WWW: http://www.bit-net.com/~rmiller/dt.html +WWW: http://www.scsifaq.org/RMiller_Tools/index.html |