diff options
author | rafan <rafan@FreeBSD.org> | 2007-06-22 17:52:01 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-06-22 17:52:01 +0800 |
commit | 4e2e4b2ab7a5ae714423156635ce6db95014bbb6 (patch) | |
tree | 70606caa43b1684f8d2eeffd4a7caf353aef825c /net | |
parent | f7bd526e6bc76bd0940b30e0101c4e3c517b7f06 (diff) | |
download | freebsd-ports-gnome-4e2e4b2ab7a5ae714423156635ce6db95014bbb6.tar.gz freebsd-ports-gnome-4e2e4b2ab7a5ae714423156635ce6db95014bbb6.tar.zst freebsd-ports-gnome-4e2e4b2ab7a5ae714423156635ce6db95014bbb6.zip |
- Update to 1.5c
- Remove support for 4.x
PR: ports/113919
Submitted by: Wesley Shields <wxs at atarininja.org> (maintainer)
Diffstat (limited to 'net')
-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 |