diff options
author | mnag <mnag@FreeBSD.org> | 2008-08-20 00:40:17 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2008-08-20 00:40:17 +0800 |
commit | eb471e9b3b385c4a95b0ab416f2bbaf6b99818ac (patch) | |
tree | 7107d7177685dcfb56d147325de6eec3aa186cfc /www | |
parent | af76a79286a621b30ca01d7422ee103239bef604 (diff) | |
download | freebsd-ports-gnome-eb471e9b3b385c4a95b0ab416f2bbaf6b99818ac.tar.gz freebsd-ports-gnome-eb471e9b3b385c4a95b0ab416f2bbaf6b99818ac.tar.zst freebsd-ports-gnome-eb471e9b3b385c4a95b0ab416f2bbaf6b99818ac.zip |
- Update libevent dependency and bump PORTREVISION
Diffstat (limited to 'www')
-rw-r--r-- | www/crawl/Makefile | 4 | ||||
-rw-r--r-- | www/pecl-pecl_http/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile index 3903af17658a..423c59262135 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -7,14 +7,14 @@ PORTNAME= crawl PORTVERSION= 0.4 -PORTREVISION= 6 +PORTREVISION= 7 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.3e:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent USE_BDB= yes GNU_CONFIGURE= yes diff --git a/www/pecl-pecl_http/Makefile b/www/pecl-pecl_http/Makefile index 708911a3df40..4218a2805d32 100644 --- a/www/pecl-pecl_http/Makefile +++ b/www/pecl-pecl_http/Makefile @@ -7,6 +7,7 @@ PORTNAME= pecl_http DISTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= www pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -33,7 +34,7 @@ OPTIONS= CURL "Enable cURL HTTP requests" on \ .if defined(WITH_CURL) LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl \ - event:${PORTSDIR}/devel/libevent + event-1.4:${PORTSDIR}/devel/libevent CONFIGURE_ARGS+=--with-http-curl-requests=${LOCALBASE} --with-http-curl-libevent=${LOCALBASE} .else CONFIGURE_ARGS+=--without-http-curl-requests |