diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-22 09:52:01 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-22 09:52:01 +0000 |
commit | 28c0742ec061397cfcd0d2c73e1d97bdb6818e1e (patch) | |
tree | f5bb5b3d284b4e060fbcb5078e2b95e941630076 /net/honeyd | |
parent | 79d71806c8348af6b7d04ab896032b0b6f539bb6 (diff) | |
download | ports-28c0742ec061397cfcd0d2c73e1d97bdb6818e1e.tar.gz ports-28c0742ec061397cfcd0d2c73e1d97bdb6818e1e.zip |
Notes
Diffstat (limited to 'net/honeyd')
-rw-r--r-- | net/honeyd/Makefile | 12 | ||||
-rw-r--r-- | net/honeyd/distinfo | 6 | ||||
-rw-r--r-- | net/honeyd/pkg-plist | 1 |
3 files changed, 7 insertions, 12 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 335f1cda5bb2..c6803d1c79a3 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= honeyd -PORTVERSION= 1.5b -PORTREVISION= 2 +PORTVERSION= 1.5c CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ http://niels.xtdnet.nl/honeyd/ @@ -16,8 +15,7 @@ MAINTAINER= wxs@atarininja.org COMMENT= Simulate virtual network hosts (honeypots) LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent \ - dnet.1:${PORTSDIR}/net/libdnet \ - dnsres.0:${PORTSDIR}/devel/libdnsres + dnet.1:${PORTSDIR}/net/libdnet BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre USE_LDCONFIG= yes @@ -25,7 +23,7 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ --with-libevent=${LOCALBASE} \ - --with-libdnsres=${LOCALBASE} + --mandir=${MANPREFIX}/man .if defined(WITH_PYTHON) USE_PYTHON= 2.4 @@ -39,10 +37,6 @@ MAN8= honeyd.8 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -LIB_DEPENDS+= edit.6:${PORTSDIR}/devel/libedit -.endif - .if !defined(WITH_PYTHON) pre-everything:: @${ECHO_MSG} "===>" diff --git a/net/honeyd/distinfo b/net/honeyd/distinfo index 5244cc74e5f4..af5f3e188132 100644 --- a/net/honeyd/distinfo +++ b/net/honeyd/distinfo @@ -1,3 +1,3 @@ -MD5 (honeyd-1.5b.tar.gz) = fe571133c9b65c5e1dca57515122ab62 -SHA256 (honeyd-1.5b.tar.gz) = 2f00ebdac4c47b157b076e255bd757a6ef7b7f043cc499493d1c0f9e458527a5 -SIZE (honeyd-1.5b.tar.gz) = 881787 +MD5 (honeyd-1.5c.tar.gz) = 9887b44333e380a2205f64fa245cb727 +SHA256 (honeyd-1.5c.tar.gz) = 3186d542085b7b4b67d168ee0eb872c2c46dd3e98846a775c9f196e94c80916d +SIZE (honeyd-1.5c.tar.gz) = 915465 diff --git a/net/honeyd/pkg-plist b/net/honeyd/pkg-plist index 5bfd2651acf3..8d5c76236b07 100644 --- a/net/honeyd/pkg-plist +++ b/net/honeyd/pkg-plist @@ -1,6 +1,7 @@ bin/honeyd bin/honeydctl bin/honeydstats +bin/hsniff include/honeyd/debug.h include/honeyd/hooks.h include/honeyd/plugins.h |