diff options
author | kris <kris@FreeBSD.org> | 2005-02-28 12:48:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-28 12:48:52 +0800 |
commit | cbcf1ae8525073a8820ed8fdeb8bbafb8241f5b2 (patch) | |
tree | eec39d1e3b3ad1e8d606f463d1120a7d34879049 /www/larbin | |
parent | 2d008116f8ddbd7f9a82a516aa7255eea3bc4fde (diff) | |
download | freebsd-ports-gnome-cbcf1ae8525073a8820ed8fdeb8bbafb8241f5b2.tar.gz freebsd-ports-gnome-cbcf1ae8525073a8820ed8fdeb8bbafb8241f5b2.tar.zst freebsd-ports-gnome-cbcf1ae8525073a8820ed8fdeb8bbafb8241f5b2.zip |
Remove an unreliable master site (often returns an infinite amount of
data when fetching). The port is now unfetchable; mark it BROKEN.
Remove maintainer for inactivity (no response since June 2004).
Diffstat (limited to 'www/larbin')
-rw-r--r-- | www/larbin/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/larbin/Makefile b/www/larbin/Makefile index 36a39eb9665b..f6fdbe47d1e6 100644 --- a/www/larbin/Makefile +++ b/www/larbin/Makefile @@ -9,15 +9,16 @@ PORTNAME= larbin PORTVERSION= 2.6.3 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/larbin/ \ - http://prdownloads.sourceforge.net/larbin/ +MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/larbin/ -MAINTAINER= hmp@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A powerful HTTP crawler with an easy interface BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ makedepend:${X_IMAKE_PORT} +BROKEN= Unfetchable + USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes |