diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-04-13 00:30:31 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-04-13 00:30:31 +0800 |
commit | 8e12e49123abd2c8577878bc5055c8d169f17088 (patch) | |
tree | bbc6b71f25e2015bd48526bc0dffbaef15d2b2be /net | |
parent | 979cdafd8c99721e392e089fd2b9da8942595749 (diff) | |
download | freebsd-ports-gnome-8e12e49123abd2c8577878bc5055c8d169f17088.tar.gz freebsd-ports-gnome-8e12e49123abd2c8577878bc5055c8d169f17088.tar.zst freebsd-ports-gnome-8e12e49123abd2c8577878bc5055c8d169f17088.zip |
MAINTAINER update: honeyd v0.5
Diffstat (limited to 'net')
-rw-r--r-- | net/honeyd/Makefile | 5 | ||||
-rw-r--r-- | net/honeyd/distinfo | 2 | ||||
-rw-r--r-- | net/honeyd/pkg-plist | 9 |
3 files changed, 13 insertions, 3 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index be6a18430c6c..5cc7d5240f07 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -6,9 +6,9 @@ # PORTNAME= honeyd -PORTVERSION= 0.4a +PORTVERSION= 0.5 CATEGORIES= net -MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ +MASTER_SITES= http://niels.xtdnet.nl/honeyd/ MAINTAINER= d.marks@student.umist.ac.uk COMMENT= A utility to simualte services and hosts on a virtual network host @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ --with-libevent=${LOCALBASE} \ --with-pcap diff --git a/net/honeyd/distinfo b/net/honeyd/distinfo index 335b12759351..939918b289a0 100644 --- a/net/honeyd/distinfo +++ b/net/honeyd/distinfo @@ -1 +1 @@ -MD5 (honeyd-0.4a.tar.gz) = f821b0791bd512cc9c4cdd421b5c867c +MD5 (honeyd-0.5.tar.gz) = 3aec5101f44ef21b29c213496d92c1c1 diff --git a/net/honeyd/pkg-plist b/net/honeyd/pkg-plist index 6db871d89a3a..d61651edef4a 100644 --- a/net/honeyd/pkg-plist +++ b/net/honeyd/pkg-plist @@ -1 +1,10 @@ bin/honeyd +share/honeyd/README +share/honeyd/nmap.assoc +share/honeyd/nmap.prints +share/honeyd/xprobe2.conf +share/honeyd/config.sample +@dirrm share/honeyd +lib/honeyd/libhoneyd.so +@dirrm lib/honeyd + |