Date: Sat, 12 Apr 2003 02:00:31 -0700 (PDT) From: Dominic Marks <dom@cus.org.uk> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/50837: Maintainer Update: net/honeyd Message-ID: <200304120900.h3C90V9Y047735@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/50837; it has been noted by GNATS. From: Dominic Marks <dom@cus.org.uk> 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 <d.marks@student.umist.ac.uk> # -# $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 <dom at cus.org.uk> <d.marks at student.umist.ac.uk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304120900.h3C90V9Y047735>