diff options
author | mux <mux@FreeBSD.org> | 2005-02-14 23:39:41 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2005-02-14 23:39:41 +0000 |
commit | 306b33d2fb3f9ab6b96aa9fde41c88a049aaef3c (patch) | |
tree | 6c061e91f6f9179edd2ce989e02f6a8df4965cdc /www/htdump | |
parent | 354cc43d47a2aefe7edac02e8bb06f2e5d0bf9be (diff) | |
download | FreeBSD-ports-306b33d2fb3f9ab6b96aa9fde41c88a049aaef3c.zip FreeBSD-ports-306b33d2fb3f9ab6b96aa9fde41c88a049aaef3c.tar.gz |
Fix MASTER_SITES and reset maintainership. I originally intended to
completely remove this port since it's no longer maintained and the
author himself suggests using curl instead. However, I'm keeping this
port in the tree per request of another committer, since it's still
working correctly.
Diffstat (limited to 'www/htdump')
-rw-r--r-- | www/htdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/htdump/Makefile b/www/htdump/Makefile index 5ee7ea0..f141c1a 100644 --- a/www/htdump/Makefile +++ b/www/htdump/Makefile @@ -9,9 +9,9 @@ PORTNAME= htdump PORTVERSION= 0.9x PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://www.palli.nl/~ivo/prog/linux/htdump/bin/ +MASTER_SITES= http://ivo.palli.nl/prog/linux/htdump/bin/ -MAINTAINER= mux@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A tool to retrieve WWW data USE_GETOPT_LONG=yes |