diff options
author | roam <roam@FreeBSD.org> | 2003-05-08 20:00:13 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-05-08 20:00:13 +0800 |
commit | 5c8b4e2cd1a7e6db197771753eb9321cbcf75f0c (patch) | |
tree | c9beb32f2b541be762ad476805f0d587391e2a83 /sysutils | |
parent | 5e9f0ef612f2de7e7d364b98526647a7901ab02b (diff) | |
download | freebsd-ports-gnome-5c8b4e2cd1a7e6db197771753eb9321cbcf75f0c.tar.gz freebsd-ports-gnome-5c8b4e2cd1a7e6db197771753eb9321cbcf75f0c.tar.zst freebsd-ports-gnome-5c8b4e2cd1a7e6db197771753eb9321cbcf75f0c.zip |
Update the distribution and WWW site, and add the Sunsite mirror.
Spotted by: fenner's scripts
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/safecat/Makefile | 4 | ||||
-rw-r--r-- | sysutils/safecat/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/safecat/Makefile b/sysutils/safecat/Makefile index 885a582c3439..90a8df181797 100644 --- a/sysutils/safecat/Makefile +++ b/sysutils/safecat/Makefile @@ -8,7 +8,9 @@ PORTNAME= safecat PORTVERSION= 1.9 CATEGORIES= sysutils mail -MASTER_SITES= http://www.nb.net/~lbudney/linux/software/safecat/ +MASTER_SITES= http://budney.homeunix.net:8080/users/budney/linux/software/safecat/ \ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= utils/file MAINTAINER= roam@FreeBSD.org COMMENT= "Safely write data to a directory using D. J. Bernstein's Maildir ideology" diff --git a/sysutils/safecat/pkg-descr b/sysutils/safecat/pkg-descr index d2b8e0ff2115..4802ce92cd46 100644 --- a/sysutils/safecat/pkg-descr +++ b/sysutils/safecat/pkg-descr @@ -17,4 +17,4 @@ From the safecat README: your data. Author: Len Budney <lbudney@pobox.com> -WWW: http://www.nb.net/~lbudney/linux/software/safecat.html +WWW: http://www.pobox.com/~lbudney/linux/software/safecat.html |