aboutsummaryrefslogtreecommitdiffstats
path: root/www/crawl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-24 21:32:58 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-24 21:32:58 +0800
commitb5646534525f3eb9cce485f6580fe9a473ce2ba7 (patch)
treeffddb673c48038e781d69f6c3d08ec8855ad33a5 /www/crawl
parentafee9d5cd365a4ef10c99ef86e5358e76a5d37f2 (diff)
downloadfreebsd-ports-gnome-b5646534525f3eb9cce485f6580fe9a473ce2ba7.tar.gz
freebsd-ports-gnome-b5646534525f3eb9cce485f6580fe9a473ce2ba7.tar.zst
freebsd-ports-gnome-b5646534525f3eb9cce485f6580fe9a473ce2ba7.zip
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well as providing better performances. Remove custom patches from libevent2 and install libevent2 the regular way Mark ports abusing private fields of the libevent1 API as broken Import a patch from fedora to have honeyd working with libevent2 Remove most of the patches necessary to find the custom installation we used to have for libevent2 With hat: portmgr
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 3673ac766752..ebd91fc86269 100644
--- a/www/crawl/Makefile
+++ b/www/crawl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= crawl
PORTVERSION= 0.4
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= www
MASTER_SITES= http://www.monkey.org/~provos/
@@ -12,7 +12,7 @@ COMMENT= Small, efficient web crawler with advanced features
OPTIONS_DEFINE= EXAMPLES
-LIB_DEPENDS= libevent-2.0.so:${PORTSDIR}/devel/libevent2
+LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
USES= pkgconfig