From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 12 02:00:32 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93A5E37B401 for ; Sat, 12 Apr 2003 02:00:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF2A43FDD for ; Sat, 12 Apr 2003 02:00:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3C90VUp047736 for ; Sat, 12 Apr 2003 02:00:31 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3C90V9Y047735; Sat, 12 Apr 2003 02:00:31 -0700 (PDT) Date: Sat, 12 Apr 2003 02:00:31 -0700 (PDT) Message-Id: <200304120900.h3C90V9Y047735@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Dominic Marks Subject: Re: ports/50837: Maintainer Update: net/honeyd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dominic Marks List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 09:00:32 -0000 The following reply was made to PR ports/50837; it has been noted by GNATS. From: Dominic Marks To: freebsd-gnats-submit@freebsd.org, foxfair@freebsd.org, dom@cus.org.uk Cc: Subject: Re: ports/50837: Maintainer Update: net/honeyd Date: Sat, 12 Apr 2003 09:53:45 +0100 Hey, Heres an updated diff: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/honeyd/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2003/04/12 03:19:54 1.6 +++ Makefile 2003/04/12 08:48:00 @@ -2,13 +2,13 @@ # Date created: 16/04/2002 # Whom: Dominic Marks # -# $FreeBSD: ports/net/honeyd/Makefile,v 1.6 2003/04/12 03:19:54 foxfair Exp $ +# $FreeBSD: ports/net/honeyd/Makefile,v 1.5 2003/02/21 13:14:43 knu Exp $ # PORTNAME= honeyd -PORTVERSION= 0.4a +PORTVERSION= 0.5 CATEGORIES= net -MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ +MASTER_SITES= http://niels.xtdnet.nl/honeyd/ MAINTAINER= d.marks@student.umist.ac.uk COMMENT= A utility to simualte services and hosts on a virtual network host @@ -17,6 +17,7 @@ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ --with-libevent=${LOCALBASE} \ --with-pcap Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/honeyd/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2003/04/12 03:19:54 1.3 +++ distinfo 2003/04/12 08:48:00 @@ -1 +1 @@ -MD5 (honeyd-0.4a.tar.gz) = f821b0791bd512cc9c4cdd421b5c867c +MD5 (honeyd-0.5.tar.gz) = 3aec5101f44ef21b29c213496d92c1c1 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/honeyd/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2002/06/23 08:58:04 1.1 +++ pkg-plist 2003/04/12 08:48:00 @@ -1 +1,10 @@ bin/honeyd +share/honeyd/README +share/honeyd/nmap.assoc +share/honeyd/nmap.prints +share/honeyd/xprobe2.conf +share/honeyd/config.sample +@dirrm share/honeyd +lib/honeyd/libhoneyd.so +@dirrm lib/honeyd + -- Dominic