From dc708213775610a19fbf9ad8b321e056e97b4f70 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 31 Jul 2003 07:33:10 +0000 Subject: * Fix build on -current * Update to 2.6.3 * Change maintainer's email PR: 55096 Submitted by: Mark Linimon Approved by: fjoe (mentor) (implicit), hmp@FreeBSD.org --- www/larbin/Makefile | 11 ++++------- www/larbin/distinfo | 2 +- www/larbin/files/patch-utils::SyncFifo.h | 13 ------------- 3 files changed, 5 insertions(+), 21 deletions(-) delete mode 100644 www/larbin/files/patch-utils::SyncFifo.h (limited to 'www/larbin') 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 -.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 --SyncFifo::SyncFifo (uint size = std_size) { -+SyncFifo::SyncFifo (uint size) { - tab = new T*[size]; - this->size = size; - in = 0; -- cgit v1.2.3