ports/57108: [PATCH] net/arpd: update to 0.2

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


>Number:         57108
>Category:       ports
>Synopsis:       [PATCH] net/arpd: update to 0.2
>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:20:01 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.2
- MASTER_SITES changed
- files/patch-configure is not needed anymore
- MAINTAINER resetted to ports@ (see ports/56935)

I'm willing to take maintainership as well

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

--- arpd-0.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/arpd/Makefile /home/yb/tmp/ports/net/arpd/Makefile
--- /usr/ports/net/arpd/Makefile	Fri Feb 21 22:45:50 2003
+++ /home/yb/tmp/ports/net/arpd/Makefile	Mon Sep 22 22:59:02 2003
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	arpd
-PORTVERSION=	0.1
+PORTVERSION=	0.2
 CATEGORIES=	net
-MASTER_SITES=	http://www.citi.umich.edu/u/provos/honeyd/
+MASTER_SITES=	http://niels.xtdnet.nl/honeyd/
 
-MAINTAINER=	dominc_marks at btinternet.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A daemon to service arp replies
 
 BUILD_DEPENDS=	${LOCALBASE}/include/dnet.h:${PORTSDIR}/net/libdnet \
@@ -18,9 +18,6 @@
 RUN_DEPENDS=	${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \
 		${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
 
-CONFIGURE_ARGS=	--with-libdnet=${LOCALBASE} \
-		--with-libevent=${LOCALBASE} \
-		--with-pcap
 GNU_CONFIGURE=	yes
 WRKSRC=	${WRKDIR}/${PORTNAME}
 
diff -ruN --exclude=CVS /usr/ports/net/arpd/distinfo /home/yb/tmp/ports/net/arpd/distinfo
--- /usr/ports/net/arpd/distinfo	Sat Sep 20 15:50:35 2003
+++ /home/yb/tmp/ports/net/arpd/distinfo	Sat Sep 20 16:00:39 2003
@@ -1 +1 @@
-MD5 (arpd-0.1.tar.gz) = 046ca68db6d69d874fda4bcea6c552de
+MD5 (arpd-0.2.tar.gz) = e2911fa9de1b92ef50deda1489ae944d
diff -ruN --exclude=CVS /usr/ports/net/arpd/files/patch-configure /home/yb/tmp/ports/net/arpd/files/patch-configure
--- /usr/ports/net/arpd/files/patch-configure	Sun Nov 24 06:35:21 2002
+++ /home/yb/tmp/ports/net/arpd/files/patch-configure	Thu Jan  1 01:00:00 1970
@@ -1,12 +0,0 @@
---- configure.orig	Sun Nov 24 16:32:01 2002
-+++ configure	Sun Nov 24 16:32:36 2002
-@@ -1273,8 +1273,7 @@
-      ;;
-   *)
-      echo "$ac_t""$withval" 1>&6
--     if test -f $withval/include/event.h -a -f
--     $withval/lib/libevent.a; then
-+     if test -f $withval/include/event.h -a -f $withval/lib/libevent.a; then
-         owd=`pwd`
-         if cd $withval; then withval=`pwd`; cd $owd; fi
-         EVENTINC="-I$withval/include"
--- arpd-0.2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list