diff options
author | mnag <mnag@FreeBSD.org> | 2007-04-07 02:28:46 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2007-04-07 02:28:46 +0800 |
commit | d7b3f13a8a349f53b07c853a397cd54d2db8d644 (patch) | |
tree | 617ae2c775c90461d9e61e7304de924532dc2428 /net/honeyd | |
parent | d1e50e932a0bc9392088d15ff46f0a9603f3a37d (diff) | |
download | freebsd-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/honeyd')
-rw-r--r-- | net/honeyd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |