From yb@hsc.fr  Mon Sep 22 13:58:35 2003
Return-Path: <yb@hsc.fr>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5364416A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Sep 2003 13:58:35 -0700 (PDT)
Received: from itesec.hsc.fr (itesec.hsc.fr [192.70.106.33])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2F68F43FE3
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Sep 2003 13:58:34 -0700 (PDT)
	(envelope-from yb@hsc.fr)
Received: from taz.hsc.fr (taz.hsc.fr [192.70.106.75])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(Client CN "taz.hsc.fr", Issuer "HSC CA" (verified OK))
	by itesec.hsc.fr (Postfix) with ESMTP id 7EB6520F92
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Sep 2003 22:58:32 +0200 (CEST)
Received: by taz.hsc.fr (Postfix, from userid 1000)
	id CDDA1232; Mon, 22 Sep 2003 22:58:27 +0200 (CEST)
Message-Id: <20030922205827.CDDA1232@taz.hsc.fr>
Date: Mon, 22 Sep 2003 22:58:27 +0200 (CEST)
From: Yann Berthier <yb@sainte-barbe.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] net/honeyd: update to 0.6a, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 22 14:00:30 PDT 2003
>Closed-Date:    Fri Sep 26 00:45:05 PDT 2003
>Last-Modified:  Fri Sep 26 00:45:05 PDT 2003
>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@btinternet.com
-COMMENT=	A utility to simualte services and hosts on a virtual network host
+MAINTAINER=	ports@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
+@dirrm include/honeyd
--- honeyd-0.6a.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Fri Sep 26 00:45:00 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57107 
>Unformatted:
