diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-17 05:02:20 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-17 05:02:20 +0000 |
commit | 7c955b53d0b729f6986bf73785751adabf7e4752 (patch) | |
tree | a88fc8a3f70218a684850219b873b0d186540e3a | |
parent | 2008cff4cfb3eb29ab5c1c77b8faed8f49287560 (diff) |
update sysutils/diskusage: reset bouncing maintainer address
- Per Bill Fenner's reports, the distfile is no longer available from
the URL; in fact, the domain no longer seems to exist, including
the maintainer email address, which bounces. A Google search did
not reveal a new location for the code.
PR: 54303
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes:
svn path=/head/; revision=85025
-rw-r--r-- | sysutils/diskusage/Makefile | 3 | ||||
-rw-r--r-- | sysutils/diskusage/pkg-descr | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/diskusage/Makefile b/sysutils/diskusage/Makefile index dbd784ed5ff2..e1a9ce4f5697 100644 --- a/sysutils/diskusage/Makefile +++ b/sysutils/diskusage/Makefile @@ -8,9 +8,8 @@ PORTNAME= diskusage PORTVERSION= 1.04 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.maske.org/pub/FreeBSD/distfiles/ -MAINTAINER= maske@maske.org +MAINTAINER= ports@FreeBSD.org COMMENT= Shows current user diskusage and sum in human-readable format MAN1= diskusage.1 diff --git a/sysutils/diskusage/pkg-descr b/sysutils/diskusage/pkg-descr index edca9b5aa805..911e66327c86 100644 --- a/sysutils/diskusage/pkg-descr +++ b/sysutils/diskusage/pkg-descr @@ -6,7 +6,4 @@ human readable format and totals the output. Assumes user's home directory is /home/$USER and that user's mail directory is /var/mail/$USER -WWW: http://www.maske.org/support/unix/apps/diskusage/ - - Douglas A. Maske - <maske@maske.org> |