summaryrefslogtreecommitdiff
path: root/www/larbin
diff options
context:
space:
mode:
Diffstat (limited to 'www/larbin')
-rw-r--r--www/larbin/Makefile11
-rw-r--r--www/larbin/distinfo2
-rw-r--r--www/larbin/files/patch-utils::SyncFifo.h13
3 files changed, 5 insertions, 21 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
diff --git a/www/larbin/distinfo b/www/larbin/distinfo
index 25e8705a132c..5354622ee675 100644
--- a/www/larbin/distinfo
+++ b/www/larbin/distinfo
@@ -1 +1 @@
-MD5 (larbin-2.6.2.tar.gz) = c4f0199dbbdb8e69d8d1187518f311c9
+MD5 (larbin-2.6.3.tar.gz) = c3a5a48ce20767a438f8e5f34a00eb30
diff --git a/www/larbin/files/patch-utils::SyncFifo.h b/www/larbin/files/patch-utils::SyncFifo.h
deleted file mode 100644
index 2a59e88329bc..000000000000
--- a/www/larbin/files/patch-utils::SyncFifo.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- utils/SyncFifo.h.orig Sat Jun 8 21:29:43 2002
-+++ utils/SyncFifo.h Sat Jun 8 21:31:09 2002
-@@ -45,7 +45,7 @@
- };
-
- template <class T>
--SyncFifo<T>::SyncFifo (uint size = std_size) {
-+SyncFifo<T>::SyncFifo (uint size) {
- tab = new T*[size];
- this->size = size;
- in = 0;