summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/memcachedb/Makefile3
-rw-r--r--databases/mysql-proxy/Makefile4
-rw-r--r--databases/pgbouncer/Makefile3
-rw-r--r--databases/sharedance/Makefile3
-rw-r--r--devel/eventxx/Makefile3
-rw-r--r--devel/libdnsres/Makefile2
-rw-r--r--devel/ocaml-event/Makefile4
-rw-r--r--devel/p5-Event-Lib/Makefile4
-rw-r--r--devel/py-event/Makefile4
-rw-r--r--devel/thrift/Makefile4
-rw-r--r--dns/unbound/Makefile2
-rw-r--r--ftp/ftp-proxy/Makefile3
-rw-r--r--ftp/pftpx/Makefile4
-rw-r--r--net-im/msn-proxy/Makefile3
-rw-r--r--net/arpd/Makefile4
-rw-r--r--net/beanstalkd/Makefile3
-rw-r--r--net/honeyd/Makefile4
-rw-r--r--net/libevnet/Makefile4
-rw-r--r--net/nylon/Makefile4
-rw-r--r--net/openospfd/Makefile4
-rw-r--r--net/plb/Makefile4
-rw-r--r--net/relayd/Makefile3
-rw-r--r--net/spserver/Makefile4
-rw-r--r--net/trickle/Makefile3
-rw-r--r--net/vomit/Makefile4
-rw-r--r--security/fragroute/Makefile4
-rw-r--r--security/scanssh/Makefile4
-rw-r--r--security/spybye/Makefile3
-rw-r--r--security/stegdetect/Makefile4
-rw-r--r--security/tor-devel/Makefile3
-rw-r--r--security/tor/Makefile4
-rw-r--r--www/crawl/Makefile4
-rw-r--r--www/pecl-pecl_http/Makefile3
33 files changed, 64 insertions, 52 deletions
diff --git a/databases/memcachedb/Makefile b/databases/memcachedb/Makefile
index 83ecb76354c1..1bdbdea92e5b 100644
--- a/databases/memcachedb/Makefile
+++ b/databases/memcachedb/Makefile
@@ -7,6 +7,7 @@
PORTNAME= memcachedb
PORTVERSION= 1.0.3
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://freebsd.csie.nctu.edu.tw/~gslin/files/
@@ -14,7 +15,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
MAINTAINER= ports@FreeBSD.org
COMMENT= Distributed storage system designed for persistent
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
CFLAGS= -I"${BDB_INCLUDE_DIR}"
CONFIUGRE_ARGS= --enable-threads --with-bdb="${LOCALBASE}" \
diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile
index de4dca22af51..0f10c401dba6 100644
--- a/databases/mysql-proxy/Makefile
+++ b/databases/mysql-proxy/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mysql-proxy
PORTVERSION= 0.6.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR= MySQL-Proxy
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= MySQL-Proxy
MAINTAINER= clsung@FreeBSD.org
COMMENT= Monitor, analyze or transform the communication of MySQL
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent \
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \
glib:${PORTSDIR}/devel/glib20
CONFIGURE_ARGS+= --with-lua=lua-5.1 --with-mysql
diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile
index 8d7c09b303aa..26d5993f0bb8 100644
--- a/databases/pgbouncer/Makefile
+++ b/databases/pgbouncer/Makefile
@@ -7,13 +7,14 @@
PORTNAME= pgbouncer
PORTVERSION= 1.2.3
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/1873/
MAINTAINER= skv@FreeBSD.org
COMMENT= Lightweight connection pooler for PostgreSQL
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
USE_RC_SUBR= pgbouncer.sh
SUB_FILES= pkg-message pkg-install pkg-deinstall
diff --git a/databases/sharedance/Makefile b/databases/sharedance/Makefile
index ff1dbcfbaff8..d42cff985430 100644
--- a/databases/sharedance/Makefile
+++ b/databases/sharedance/Makefile
@@ -7,13 +7,14 @@
PORTNAME= sharedance
PORTVERSION= 0.6
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://download.pureftpd.org/pub/sharedance/
MAINTAINER= gslin@gslin.org
COMMENT= A daemon to centralize keys and associated data
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
CONFIGURE_ARGS= --with-largefile
GNU_CONFIGURE= yes
diff --git a/devel/eventxx/Makefile b/devel/eventxx/Makefile
index 8191f814c722..d56cc931989f 100644
--- a/devel/eventxx/Makefile
+++ b/devel/eventxx/Makefile
@@ -8,6 +8,7 @@
PORTNAME= eventxx
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://proj.llucax.com.ar/home/eventxx/releases/
MASTER_SITE_SUBDIR= gahr
@@ -16,7 +17,7 @@ DISTNAME= ${PORTNAME}
MAINTAINER= glarkin@FreeBSD.org
COMMENT= A C++ wrapper for libevent
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/devel/libdnsres/Makefile b/devel/libdnsres/Makefile
index 7bc41d575931..140b3d0e347b 100644
--- a/devel/libdnsres/Makefile
+++ b/devel/libdnsres/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libdnsres
PORTVERSION= 0.1a
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= http://monkey.org/~provos/
diff --git a/devel/ocaml-event/Makefile b/devel/ocaml-event/Makefile
index 876608dc86d0..c0ae29eade10 100644
--- a/devel/ocaml-event/Makefile
+++ b/devel/ocaml-event/Makefile
@@ -7,7 +7,7 @@
PORTNAME= event
PORTVERSION= 0.5.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= http://www.xs4all.nl/~mmzeeman/ocaml/
PKGNAMEPREFIX= ocaml-
@@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= An ocaml wrapper for the libevent API
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
ALL_TARGET= all allopt
USE_GMAKE= yes
diff --git a/devel/p5-Event-Lib/Makefile b/devel/p5-Event-Lib/Makefile
index d5f71781a365..2f716d173b74 100644
--- a/devel/p5-Event-Lib/Makefile
+++ b/devel/p5-Event-Lib/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Event-Lib
PORTVERSION= 1.03
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= fk@fabiankeil.de
COMMENT= Makes libevent(3) accessible with Perl
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
PERL_CONFIGURE= yes
diff --git a/devel/py-event/Makefile b/devel/py-event/Makefile
index 27ee833c2ea7..05b699fc88aa 100644
--- a/devel/py-event/Makefile
+++ b/devel/py-event/Makefile
@@ -6,7 +6,7 @@
PORTNAME= event
PORTVERSION= 0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= alexbl@FreeBSD.org
COMMENT= Python bindings for libevent
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
PROJECTHOST= pyevent
USE_PYTHON= yes
diff --git a/devel/thrift/Makefile b/devel/thrift/Makefile
index ccbe5aae4d1d..463cfe8fb407 100644
--- a/devel/thrift/Makefile
+++ b/devel/thrift/Makefile
@@ -7,7 +7,7 @@
PORTNAME= thrift
PORTVERSION= 20070917
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://developers.facebook.com/thrift/
@@ -15,7 +15,7 @@ MAINTAINER= skv@FreeBSD.org
COMMENT= Framework for scalable cross-language services development
LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost \
- event-1.3e:${PORTSDIR}/devel/libevent
+ event-1.4:${PORTSDIR}/devel/libevent
USE_AUTOTOOLS= libtool:15
USE_GCC= 4.2+
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index 50964822a8ff..1fbddfb8095d 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -40,7 +40,7 @@ OPTIONS= LIBEVENT "is useful when using many (10000) outgoing ports" off \
.include <bsd.port.pre.mk>
.if defined(WITH_LIBEVENT)
-LIB_DEPENDS+= event:${PORTSDIR}/devel/libevent
+LIB_DEPENDS+= event-1.4:${PORTSDIR}/devel/libevent
CONFIGURE_ARGS+= --with-libevent=${LOCALBASE}
.else
CONFIGURE_ARGS+= --with-libevent=no
diff --git a/ftp/ftp-proxy/Makefile b/ftp/ftp-proxy/Makefile
index 964993971041..1ee8e9e0b7ed 100644
--- a/ftp/ftp-proxy/Makefile
+++ b/ftp/ftp-proxy/Makefile
@@ -7,13 +7,14 @@
PORTNAME= ftp-proxy
PORTVERSION= 4.3p1
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://www.chrissicool.net/projects/ftp-proxy/distfiles/
MAINTAINER= chrissicool@chrissicool.net
COMMENT= A port of OpenBSD's ftp-proxy
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
MAN8= ftp-proxy.8
MANCOMPRESSED= yes
diff --git a/ftp/pftpx/Makefile b/ftp/pftpx/Makefile
index 1ee036a52de3..8652223ddcdb 100644
--- a/ftp/pftpx/Makefile
+++ b/ftp/pftpx/Makefile
@@ -6,7 +6,7 @@
PORTNAME= pftpx
PORTVERSION= 0.8
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= ftp
MASTER_SITES= http://www.sentia.org/downloads/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= sullrich@gmail.com
COMMENT= Much enhanced ftp proxy for pf that supports most ftp protocols
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
MAN8= pftpx.8
diff --git a/net-im/msn-proxy/Makefile b/net-im/msn-proxy/Makefile
index 0928472b7f5f..ad2190b16843 100644
--- a/net-im/msn-proxy/Makefile
+++ b/net-im/msn-proxy/Makefile
@@ -7,13 +7,14 @@
PORTNAME= msn-proxy
PORTVERSION= 0.6.2
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= loos.br@gmail.com
COMMENT= Messenger proxy/control daemon
-LIB_DEPENDS= event:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
OPTIONS+= MYSQL "Use MySQL database version" off
OPTIONS+= PGSQL "Use Postgresql (pgsql) database version" on
diff --git a/net/arpd/Makefile b/net/arpd/Makefile
index 0795282c14ad..d1e840729557 100644
--- a/net/arpd/Makefile
+++ b/net/arpd/Makefile
@@ -7,14 +7,14 @@
PORTNAME= arpd
PORTVERSION= 0.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net
MASTER_SITES= http://niels.xtdnet.nl/honeyd/
MAINTAINER= yb@bashibuzuk.net
COMMENT= A daemon to service arp replies
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent \
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \
dnet.1:${PORTSDIR}/net/libdnet
GNU_CONFIGURE= yes
diff --git a/net/beanstalkd/Makefile b/net/beanstalkd/Makefile
index 544f09bf4cc6..bbf03f690a5a 100644
--- a/net/beanstalkd/Makefile
+++ b/net/beanstalkd/Makefile
@@ -7,13 +7,14 @@
PORTNAME= beanstalkd
PORTVERSION= 0.11
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://xph.us/software/beanstalkd/rel/
MAINTAINER= vsevolod@FreeBSD.org
COMMENT= Fast, distributed, in-memory workqueue service
-LIB_DEPENDS= event-1:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
USE_RC_SUBR= beanstalkd
USE_GMAKE= yes
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile
index 9dfea5d23796..9ca8ce519862 100644
--- a/net/honeyd/Makefile
+++ b/net/honeyd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= honeyd
PORTVERSION= 1.5c
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \
http://niels.xtdnet.nl/honeyd/
@@ -15,7 +15,7 @@ MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \
MAINTAINER= wxs@FreeBSD.org
COMMENT= Simulate virtual network hosts (honeypots)
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent \
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \
dnet.1:${PORTSDIR}/net/libdnet
BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre
diff --git a/net/libevnet/Makefile b/net/libevnet/Makefile
index 5c7226ad6091..fa9ee36749c0 100644
--- a/net/libevnet/Makefile
+++ b/net/libevnet/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libevnet
PORTVERSION= 0.3.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.25thandclement.com/~william/projects/releases/
EXTRACT_SUFX= .tgz
@@ -17,7 +17,7 @@ MAINTAINER= ijliao@FreeBSD.org
COMMENT= Network Daemon Services for libevent
BUILD_DEPENDS= ${LOCALBASE}/lib/libarena.a:${PORTSDIR}/devel/libarena
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent \
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \
cares.1:${PORTSDIR}/dns/c-ares
RUN_DEPENDS= ${LOCALBASE}/lib/libarena.a:${PORTSDIR}/devel/libarena
diff --git a/net/nylon/Makefile b/net/nylon/Makefile
index ba3031804c47..b4f5859ca0aa 100644
--- a/net/nylon/Makefile
+++ b/net/nylon/Makefile
@@ -8,14 +8,14 @@
PORTNAME= nylon
PORTVERSION= 1.21
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= http://monkey.org/~marius/nylon/
MAINTAINER= ports@FreeBSD.org
COMMENT= A Unix SOCKS 4 and 5 proxy server
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
USE_RC_SUBR= nylon.sh
diff --git a/net/openospfd/Makefile b/net/openospfd/Makefile
index 246def654dfb..f484cba538eb 100644
--- a/net/openospfd/Makefile
+++ b/net/openospfd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openospfd
PORTVERSION= 4.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ftp://ftp.dkuug.dk/pub/OpenBSD/OpenBGPD/:openbsd \
${MASTER_SITE_LOCAL:S/$/:freebsd/g}
@@ -20,7 +20,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tgz
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= Free implementation of the Open Shortest Path First Protocol
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
CONFLICTS= zebra-0* quagga-0*
diff --git a/net/plb/Makefile b/net/plb/Makefile
index 30cd3672158a..7399d51e3fa6 100644
--- a/net/plb/Makefile
+++ b/net/plb/Makefile
@@ -7,14 +7,14 @@
PORTNAME= plb
PORTVERSION= 0.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net ipv6
MASTER_SITES= http://plb.sunsite.dk/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= A high-performance HTTP load balancer
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc
diff --git a/net/relayd/Makefile b/net/relayd/Makefile
index d281d6b73d9c..7aec37473953 100644
--- a/net/relayd/Makefile
+++ b/net/relayd/Makefile
@@ -6,6 +6,7 @@
PORTNAME= relayd
PORTVERSION= 4.2.20071221
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kuriyama
@@ -13,7 +14,7 @@ MASTER_SITE_SUBDIR= kuriyama
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= OpenBSD Relay Daemon
-LIB_DEPENDS= event:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
WRKSRC= ${WRKDIR}/tmp
MAN5= relayd.conf.5
diff --git a/net/spserver/Makefile b/net/spserver/Makefile
index 3634ee0230c1..6b665f356e73 100644
--- a/net/spserver/Makefile
+++ b/net/spserver/Makefile
@@ -7,7 +7,7 @@
PORTNAME= spserver
PORTVERSION= 0.9.2
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
@@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A TCP server framework library written in C++ based on libevent
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_LDCONFIG= yes
diff --git a/net/trickle/Makefile b/net/trickle/Makefile
index c1fd5b71ea9f..d7b16e234613 100644
--- a/net/trickle/Makefile
+++ b/net/trickle/Makefile
@@ -7,13 +7,14 @@
PORTNAME= trickle
PORTVERSION= 1.07
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://monkey.org/~marius/trickle/
MAINTAINER= gahr@FreeBSD.org
COMMENT= Lightweight, portable bandwidth shaper
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
diff --git a/net/vomit/Makefile b/net/vomit/Makefile
index e01e110076b1..ee4316459649 100644
--- a/net/vomit/Makefile
+++ b/net/vomit/Makefile
@@ -7,14 +7,14 @@
PORTNAME= vomit
PORTVERSION= 0.2c
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net security
MASTER_SITES= http://vomit.xtdnet.nl/
MAINTAINER= ports@FreeBSD.org
COMMENT= Voice over misconfigured internet telephones
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent \
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \
dnet.1:${PORTSDIR}/net/libdnet
GNU_CONFIGURE= yes
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile
index f82e9a9d80f8..03cfdb42a0b5 100644
--- a/security/fragroute/Makefile
+++ b/security/fragroute/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fragroute
PORTVERSION= 1.2
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= security net
MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \
${MASTER_SITE_PACKETSTORM}
@@ -17,7 +17,7 @@ MAINTAINER= onatan@gmail.com
COMMENT= A tool for intercepting, modifying and rewriting egress traffic
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet \
- event-1.3e:${PORTSDIR}/devel/libevent
+ event-1.4:${PORTSDIR}/devel/libevent
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libdnet=${LOCALBASE} \
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile
index a375a7819273..b4fcaf39caca 100644
--- a/security/scanssh/Makefile
+++ b/security/scanssh/Makefile
@@ -7,7 +7,7 @@
PORTNAME= scanssh
PORTVERSION= 2.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= security net
MASTER_SITES= http://www.monkey.org/~provos/
@@ -15,7 +15,7 @@ MAINTAINER= kris@FreeBSD.org
COMMENT= Scans networks for open proxies, SSH, Web and SMTP servers
LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet \
- event-1.3e:${PORTSDIR}/devel/libevent
+ event-1.4:${PORTSDIR}/devel/libevent
GNU_CONFIGURE= YES
PLIST_FILES= bin/scanssh
diff --git a/security/spybye/Makefile b/security/spybye/Makefile
index 91c4830fbe00..a06c27da989a 100644
--- a/security/spybye/Makefile
+++ b/security/spybye/Makefile
@@ -7,13 +7,14 @@
PORTNAME= spybye
PORTVERSION= 0.3
+PORTREVISION= 1
CATEGORIES= security www
MASTER_SITES= http://www.monkey.org/~provos/
MAINTAINER= pauls@utdallas.edu
COMMENT= A web proxy to detect malware
-BUILD_DEPENDS= event_rpcgen.py:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
OPTIONS= CLAMAV "Enable CLAMAV support" off
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile
index b9b846b05f7a..b9fd507d674a 100644
--- a/security/stegdetect/Makefile
+++ b/security/stegdetect/Makefile
@@ -7,7 +7,7 @@
PORTNAME= stegdetect
PORTVERSION= 0.6
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= security
MASTER_SITES= http://www.outguess.org/ \
http://distfiles.master.finkmirrors.net/
@@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Automated tool for detecting steganographic content in JPEGs
.if !defined(WITHOUT_X11)
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
.endif
# Note: stegdetect includes a modified version of jpeg-6b linked statically
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index fb58b84e00fe..5a4d75489d65 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tor
DISTVERSION= 0.2.1.4-alpha
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://www.torproject.org/dist/ \
http://tor.cypherpunks.at/dist/ \
@@ -19,7 +20,7 @@ MAINTAINER= peter.thoenen@yahoo.com
COMMENT= An anonymizing overlay network for TCP
RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
GNU_CONFIGURE= yes
USE_OPENSSL= yes
diff --git a/security/tor/Makefile b/security/tor/Makefile
index e4a6257c5b99..ab7b287070d8 100644
--- a/security/tor/Makefile
+++ b/security/tor/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tor
PORTVERSION= 0.1.2.19
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security net
MASTER_SITES= http://www.torproject.org/dist/ \
http://mirror.onionland.org/dist/
@@ -17,7 +17,7 @@ MAINTAINER= nivo+kw+ports.bfa274@is-root.com
COMMENT= An anonymizing overlay network for TCP
RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
GNU_CONFIGURE= yes
USE_OPENSSL= yes
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