diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-01-02 23:43:03 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-01-02 23:43:03 +0000 |
commit | 5265c7a7989d783a5dbb5702c8d38f65b5e445b4 (patch) | |
tree | 8631e411d49297f4cf6dbca9150c3e0ac079219a /net/honeyd | |
parent | d259acf7f19d38f367e914afbbed0606e094d468 (diff) | |
download | ports-5265c7a7989d783a5dbb5702c8d38f65b5e445b4.tar.gz ports-5265c7a7989d783a5dbb5702c8d38f65b5e445b4.zip |
- Bump PORTREVISION since devel/libevent are updated.
Notes
Notes:
svn path=/head/; revision=204872
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 f2c6fbb3b333..26c93c74192a 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -7,7 +7,7 @@ PORTNAME= honeyd PORTVERSION= 1.5c -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.3d:${PORTSDIR}/devel/libevent \ +LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent \ dnet.1:${PORTSDIR}/net/libdnet BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre |