diff options
author | linimon <linimon@FreeBSD.org> | 2006-06-14 15:26:50 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-06-14 15:26:50 +0800 |
commit | 9f9fceb87f733bcf5c6374b684a4cf59a8f16780 (patch) | |
tree | e18b71f1e7dc2e6eb36e0830af366d45aeab05e7 /devel | |
parent | 3ec7e7a15038a1c558c89410efc9a6e89aeea8b6 (diff) | |
download | freebsd-ports-gnome-9f9fceb87f733bcf5c6374b684a4cf59a8f16780.tar.gz freebsd-ports-gnome-9f9fceb87f733bcf5c6374b684a4cf59a8f16780.tar.zst freebsd-ports-gnome-9f9fceb87f733bcf5c6374b684a4cf59a8f16780.zip |
Reset andrew@ugh.net.au due to timeouts; mark DEPRECATED since author was
apparently the only source of the distfiles. (The libhash project on
Sourceforge does not seem to be the same thing.)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libhash/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/libhash/Makefile b/devel/libhash/Makefile index c29d96c17216..06bf0103e37b 100644 --- a/devel/libhash/Makefile +++ b/devel/libhash/Makefile @@ -8,11 +8,14 @@ PORTNAME= libhash PORTVERSION= 1.0.3 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/libhash/ +MASTER_SITES= # disappeared -MAINTAINER= andrew@ugh.net.au +MAINTAINER= ports@FreeBSD.org COMMENT= A library for manipulating hash tables +DEPRECATED= Download unavailable anymore +EXPIRATION_DATE= 2006-07-14 + WRKSRC= ${WRKDIR}/libhash MAN3= libhash.3 libhash_convenience.3 |