ports/57107: [PATCH] net/honeyd: update to 0.6a, take maintainership

Yann Berthier yb at sainte-barbe.org
Mon Sep 22 21:00:32 UTC 2003


>Number:         57107
>Category:       ports
>Synopsis:       [PATCH] net/honeyd: update to 0.6a, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 22 14:00:30 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Yann Berthier
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD taz.hsc.fr 5.1-CURRENT FreeBSD 5.1-CURRENT #67: Thu Aug 14 15:11:04 CEST 2003
>Description:
- Update to 0.6a
- make portlint happy
- add include files to the plist
- change MAINTAINER field to ports@ as requested by the former maintainer,
Dominic Marks (PR ports/56935)

Note: i'm willing to take maintainership

Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:

--- honeyd-0.6a.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/honeyd/Makefile /home/yb/tmp/ports/net/honeyd/Makefile
--- /usr/ports/net/honeyd/Makefile	Tue Jun 24 14:22:41 2003
+++ /home/yb/tmp/ports/net/honeyd/Makefile	Mon Sep 22 22:45:13 2003
@@ -6,21 +6,22 @@
 #
 
 PORTNAME=	honeyd
-PORTVERSION=	0.5
+PORTVERSION=	0.6a
 CATEGORIES=	net
 MASTER_SITES=	http://niels.xtdnet.nl/honeyd/
 
-MAINTAINER=	dominic.marks at btinternet.com
-COMMENT=	A utility to simualte services and hosts on a virtual network host
+MAINTAINER=	ports at FreeBSD.org
+COMMENT=	A utility to simulate services and hosts on a virtual network host
 
 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_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--with-libdnet=${LOCALBASE} \
 		--with-libevent=${LOCALBASE} \
 		--with-pcap
+INSTALLS_SHLIB=	yes
 MAN8=		honeyd.8
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/net/honeyd/distinfo /home/yb/tmp/ports/net/honeyd/distinfo
--- /usr/ports/net/honeyd/distinfo	Sat Apr 12 21:23:59 2003
+++ /home/yb/tmp/ports/net/honeyd/distinfo	Sat Sep 20 15:31:33 2003
@@ -1 +1 @@
-MD5 (honeyd-0.5.tar.gz) = 3aec5101f44ef21b29c213496d92c1c1
+MD5 (honeyd-0.6a.tar.gz) = d8743bde540db637a7cd7a19214a8265
diff -ruN --exclude=CVS /usr/ports/net/honeyd/pkg-plist /home/yb/tmp/ports/net/honeyd/pkg-plist
--- /usr/ports/net/honeyd/pkg-plist	Sat Apr 12 21:23:59 2003
+++ /home/yb/tmp/ports/net/honeyd/pkg-plist	Mon Sep 22 22:26:11 2003
@@ -7,4 +7,8 @@
 @dirrm share/honeyd
 lib/honeyd/libhoneyd.so
 @dirrm lib/honeyd
-
+include/honeyd/hooks.h
+include/honeyd/plugins.h
+include/honeyd/plugins_config.h
+include/honeyd/debug.h
+ at dirrm include/honeyd
--- honeyd-0.6a.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list