- Update to 1.5c
- Remove support for 4.x PR: ports/113919 Submitted by: Wesley Shields <wxs at atarininja.org> (maintainer)
This commit is contained in:
parent
79d71806c8
commit
28c0742ec0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194054
@ -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} "===>"
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/honeyd
|
||||
bin/honeydctl
|
||||
bin/honeydstats
|
||||
bin/hsniff
|
||||
include/honeyd/debug.h
|
||||
include/honeyd/hooks.h
|
||||
include/honeyd/plugins.h
|
||||
|
Loading…
Reference in New Issue
Block a user