aboutsummaryrefslogtreecommitdiff
path: root/www/crawl
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2007-09-21 20:21:30 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2007-09-21 20:21:30 +0000
commit5a1d1148e1bf522e5cec350ddbb7241017615b23 (patch)
treec0c7a07736914867ed86b175a6df18598e35d03f /www/crawl
parentb70fcd10eb3b1db807baac1c511236218a2f249b (diff)
downloadports-5a1d1148e1bf522e5cec350ddbb7241017615b23.tar.gz
ports-5a1d1148e1bf522e5cec350ddbb7241017615b23.zip
- Change libevent lib and bump PORTREVISION since devel/libevent are updated.
Notes
Notes: svn path=/head/; revision=199865
Diffstat (limited to 'www/crawl')
-rw-r--r--www/crawl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile
index 09f2023fb3a2..b67009c18e84 100644
--- a/www/crawl/Makefile
+++ b/www/crawl/Makefile
@@ -7,14 +7,14 @@
PORTNAME= crawl
PORTVERSION= 0.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= http://www.monkey.org/~provos/
MAINTAINER= ports@FreeBSD.org
COMMENT= A small, efficient web crawler with advanced features
-LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent
USE_BDB= yes
GNU_CONFIGURE= yes