summaryrefslogtreecommitdiff
path: root/www/larbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/larbin/Makefile')
-rw-r--r--www/larbin/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/www/larbin/Makefile b/www/larbin/Makefile
index 3d9a7f0af01a..d93c3bd21a4f 100644
--- a/www/larbin/Makefile
+++ b/www/larbin/Makefile
@@ -6,11 +6,12 @@
#
PORTNAME= larbin
-PORTVERSION= 2.6.2
+PORTVERSION= 2.6.3
CATEGORIES= www
-MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/larbin/
+MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/larbin/ \
+ http://prdownloads.sourceforge.net/larbin/
-MAINTAINER= hiten@uk.FreeBSD.org
+MAINTAINER= hmp@FreeBSD.org
COMMENT= A powerful HTTP crawler with an easy interface
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2
@@ -23,10 +24,6 @@ MAKE_ARGS= CXX=${CXX}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not build"
-.endif
-
.if ${XFREE86_VERSION} == 3
BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/imake
.else