aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2007-04-07 02:28:46 +0800
committermnag <mnag@FreeBSD.org>2007-04-07 02:28:46 +0800
commitd7b3f13a8a349f53b07c853a397cd54d2db8d644 (patch)
tree617ae2c775c90461d9e61e7304de924532dc2428 /net
parentd1e50e932a0bc9392088d15ff46f0a9603f3a37d (diff)
downloadfreebsd-ports-gnome-d7b3f13a8a349f53b07c853a397cd54d2db8d644.tar.gz
freebsd-ports-gnome-d7b3f13a8a349f53b07c853a397cd54d2db8d644.tar.zst
freebsd-ports-gnome-d7b3f13a8a349f53b07c853a397cd54d2db8d644.zip
- Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.
Diffstat (limited to 'net')
-rw-r--r--net/arpd/Makefile4
-rw-r--r--net/honeyd/Makefile4
-rw-r--r--net/nylon/Makefile3
-rw-r--r--net/openospfd-devel/Makefile4
-rw-r--r--net/openospfd/Makefile4
-rw-r--r--net/plb/Makefile4
-rw-r--r--net/trickle/Makefile4
-rw-r--r--net/vomit/Makefile4
8 files changed, 16 insertions, 15 deletions
diff --git a/net/arpd/Makefile b/net/arpd/Makefile
index d41082cd4d2b..b69283d6d86e 100644
--- a/net/arpd/Makefile
+++ b/net/arpd/Makefile
@@ -7,14 +7,14 @@
PORTNAME= arpd
PORTVERSION= 0.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://niels.xtdnet.nl/honeyd/
MAINTAINER= yb@bashibuzuk.net
COMMENT= A daemon to service arp replies
-LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent \
+LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent \
dnet.1:${PORTSDIR}/net/libdnet
GNU_CONFIGURE= yes
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile
index d350f0cd8638..335f1cda5bb2 100644
--- a/net/honeyd/Makefile
+++ b/net/honeyd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= honeyd
PORTVERSION= 1.5b
-PORTREVISION= 1
+PORTREVISION= 2
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@atarininja.org
COMMENT= Simulate virtual network hosts (honeypots)
-LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent \
+LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent \
dnet.1:${PORTSDIR}/net/libdnet \
dnsres.0:${PORTSDIR}/devel/libdnsres
BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre
diff --git a/net/nylon/Makefile b/net/nylon/Makefile
index 583e662dd137..abadbbe06c04 100644
--- a/net/nylon/Makefile
+++ b/net/nylon/Makefile
@@ -8,13 +8,14 @@
PORTNAME= nylon
PORTVERSION= 1.21
+PORTREVISION= 1
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.2a:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent
USE_RC_SUBR= nylon.sh
diff --git a/net/openospfd-devel/Makefile b/net/openospfd-devel/Makefile
index 0f2910b65cd6..78635b4e2ad5 100644
--- a/net/openospfd-devel/Makefile
+++ b/net/openospfd-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openospfd-devel
PORTVERSION= ${SNAPSHOT}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenOSPFD/:openbsd \
${MASTER_SITE_LOCAL:S/$/:freebsd/g}
@@ -20,7 +20,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tgz
MAINTAINER= flz@FreeBSD.org
COMMENT= Free implementation of the Open Shortest Path First Protocol
-LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent
CONFLICTS= zebra-0* quagga-0*
diff --git a/net/openospfd/Makefile b/net/openospfd/Makefile
index 0f2910b65cd6..78635b4e2ad5 100644
--- a/net/openospfd/Makefile
+++ b/net/openospfd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openospfd-devel
PORTVERSION= ${SNAPSHOT}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenOSPFD/:openbsd \
${MASTER_SITE_LOCAL:S/$/:freebsd/g}
@@ -20,7 +20,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tgz
MAINTAINER= flz@FreeBSD.org
COMMENT= Free implementation of the Open Shortest Path First Protocol
-LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent
CONFLICTS= zebra-0* quagga-0*
diff --git a/net/plb/Makefile b/net/plb/Makefile
index 884bef1a0920..1b1531d0e290 100644
--- a/net/plb/Makefile
+++ b/net/plb/Makefile
@@ -7,14 +7,14 @@
PORTNAME= plb
PORTVERSION= 0.3
-PORTREVISION= 2
+PORTREVISION= 3
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.2a:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc
diff --git a/net/trickle/Makefile b/net/trickle/Makefile
index 2f9a692e346c..dff46a6e6adf 100644
--- a/net/trickle/Makefile
+++ b/net/trickle/Makefile
@@ -7,14 +7,14 @@
PORTNAME= trickle
PORTVERSION= 1.06
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net
MASTER_SITES= http://monkey.org/~marius/trickle/
MAINTAINER= mezz@FreeBSD.org
COMMENT= Lightweight, portable bandwidth shaper
-LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
diff --git a/net/vomit/Makefile b/net/vomit/Makefile
index eabfd629b8e1..d6331b796a2c 100644
--- a/net/vomit/Makefile
+++ b/net/vomit/Makefile
@@ -7,14 +7,14 @@
PORTNAME= vomit
PORTVERSION= 0.2c
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net security
MASTER_SITES= http://vomit.xtdnet.nl/
MAINTAINER= ports@FreeBSD.org
COMMENT= Voice over misconfigured internet telephones
-LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent \
+LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent \
dnet.1:${PORTSDIR}/net/libdnet
GNU_CONFIGURE= yes