diff options
author | clement <clement@FreeBSD.org> | 2004-04-17 07:15:46 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-17 07:15:46 +0800 |
commit | a3d70fad3b8a99c153eee35518458736cb9e520e (patch) | |
tree | aca9dc4f03b8763337a3542fb71cac0a738054df /net | |
parent | e26f5b0197f53a9a8a7888627f84ac8687ed7707 (diff) | |
download | freebsd-ports-gnome-a3d70fad3b8a99c153eee35518458736cb9e520e.tar.gz freebsd-ports-gnome-a3d70fad3b8a99c153eee35518458736cb9e520e.tar.zst freebsd-ports-gnome-a3d70fad3b8a99c153eee35518458736cb9e520e.zip |
- Update to 0.8a
PR: 65639
Submitted by: Yann Berthier <yb@sainte-barbe.org> (maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/honeyd/Makefile | 3 | ||||
-rw-r--r-- | net/honeyd/distinfo | 4 | ||||
-rw-r--r-- | net/honeyd/pkg-plist | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 106c7bdb8652..1a1576953878 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= honeyd -PORTVERSION= 0.8 +PORTVERSION= 0.8a CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ http://niels.xtdnet.nl/honeyd/ @@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --with-python CONFIGURE_ARGS+= --without-python .endif +MAN1= honeydctl.1 MAN8= honeyd.8 .if !defined(WITH_PYTHON) diff --git a/net/honeyd/distinfo b/net/honeyd/distinfo index 34de95a8cc55..4149eb6b6fa4 100644 --- a/net/honeyd/distinfo +++ b/net/honeyd/distinfo @@ -1,2 +1,2 @@ -MD5 (honeyd-0.8.tar.gz) = d8d3692176d2f78841f7a3384ccb0b73 -SIZE (honeyd-0.8.tar.gz) = 440264 +MD5 (honeyd-0.8a.tar.gz) = 4f34e78484abc8c162aa14e37e84f9a0 +SIZE (honeyd-0.8a.tar.gz) = 509944 diff --git a/net/honeyd/pkg-plist b/net/honeyd/pkg-plist index e846a8bb0113..783dc079dc39 100644 --- a/net/honeyd/pkg-plist +++ b/net/honeyd/pkg-plist @@ -1,5 +1,6 @@ @comment $FreeBSD$ bin/honeyd +bin/honeydctl include/honeyd/debug.h include/honeyd/hooks.h include/honeyd/plugins.h @@ -12,7 +13,9 @@ lib/honeyd/libhoneyd.so %%DATADIR%%/nmap.prints %%DATADIR%%/xprobe2.conf %%DATADIR%%/config.sample +%%DATADIR%%/config.ethernet %%DATADIR%%/pf.os +%%DATADIR%%/scripts/mydoom.pl %%DATADIR%%/scripts/proxy.pl %%DATADIR%%/scripts/router-telnet.pl %%DATADIR%%/scripts/smtp.pl |