From wxs@atarininja.org  Thu Jun 21 17:16:00 2007
Return-Path: <wxs@atarininja.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 48BC216A400
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Jun 2007 17:16:00 +0000 (UTC)
	(envelope-from wxs@atarininja.org)
Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158])
	by mx1.freebsd.org (Postfix) with ESMTP id 287A313C4AD
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Jun 2007 17:15:59 +0000 (UTC)
	(envelope-from wxs@atarininja.org)
Received: by syn.atarininja.org (Postfix, from userid 1001)
	id 4CA5B5C2E; Thu, 21 Jun 2007 13:20:21 -0400 (EDT)
Message-Id: <20070621172021.4CA5B5C2E@syn.atarininja.org>
Date: Thu, 21 Jun 2007 13:20:21 -0400 (EDT)
From: Wesley Shields <wxs@atarininja.org>
Reply-To: Wesley Shields <wxs@atarininja.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER UPDATE]: Update net/honeyd
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         113919
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE]: Update net/honeyd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 21 17:20:03 GMT 2007
>Closed-Date:    Fri Jun 22 09:54:22 GMT 2007
>Last-Modified:  Fri Jun 22 10:00:08 GMT 2007
>Originator:     Wesley Shields
>Release:        FreeBSD 6.2-RELEASE-p5 amd64
>Organization:
>Environment:
System: FreeBSD syn.csh.rit.edu 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #7: Thu May 24 09:18:59 EDT 2007 root@syn.csh.rit.edu:/usr/obj/usr/src/sys/SMP amd64

>Description:
net/honeyd has a new version.  The attached patch updates the port and
removes the check for 4.x while I'm at it.  This also drops the dnsres
dependency since the port doesn't need it anymore.

>How-To-Repeat:
N/A

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/honeyd/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- Makefile	6 Apr 2007 18:28:44 -0000	1.28
+++ Makefile	21 Jun 2007 17:14:39 -0000
@@ -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 @@
 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 @@
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--with-libdnet=${LOCALBASE} \
 		--with-libevent=${LOCALBASE} \
-		--with-libdnsres=${LOCALBASE}
+		--mandir=${PREFIX}/man
 
 .if defined(WITH_PYTHON)
 USE_PYTHON=	2.4
@@ -39,10 +37,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500000
-LIB_DEPENDS+=	edit.6:${PORTSDIR}/devel/libedit
-.endif
-
 .if !defined(WITH_PYTHON)
 pre-everything::
 	@${ECHO_MSG} "===>"
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/honeyd/distinfo,v
retrieving revision 1.15
diff -u -r1.15 distinfo
--- distinfo	22 Nov 2006 20:30:25 -0000	1.15
+++ distinfo	21 Jun 2007 17:14:39 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/honeyd/pkg-plist,v
retrieving revision 1.7
diff -u -r1.7 pkg-plist
--- pkg-plist	29 Apr 2006 12:33:12 -0000	1.7
+++ pkg-plist	21 Jun 2007 17:14:39 -0000
@@ -1,6 +1,7 @@
 bin/honeyd
 bin/honeydctl
 bin/honeydstats
+bin/hsniff
 include/honeyd/debug.h
 include/honeyd/hooks.h
 include/honeyd/plugins.h
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Fri Jun 22 08:16:14 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113919 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Fri Jun 22 09:54:21 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113919 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113919: commit references a PR
Date: Fri, 22 Jun 2007 09:52:09 +0000 (UTC)

 rafan       2007-06-22 09:52:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/honeyd           Makefile distinfo pkg-plist 
   Log:
   - Update to 1.5c
   - Remove support for 4.x
   
   PR:              ports/113919
   Submitted by:    Wesley Shields <wxs at atarininja.org> (maintainer)
   
   Revision  Changes    Path
   1.29      +3 -9      ports/net/honeyd/Makefile
   1.16      +3 -3      ports/net/honeyd/distinfo
   1.8       +1 -0      ports/net/honeyd/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
