summaryrefslogtreecommitdiff
path: root/net/arpd
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-26 07:49:36 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-26 07:49:36 +0000
commit1c7189de36dc1347394b788eb17358d02978d129 (patch)
tree0e952f0880e1e25b6f247645cb5a0dfa8e7faedc /net/arpd
parentupdate lang/dylan: 2.3.10 -> 2.3.11 (diff)
- Update to version 0.2
- Change MASTER_SITES - Give maintainership to submitter PR: 57108 Submitted by: Yann Berthier <yb@sainte-barbe.org>
Notes
Notes: svn path=/head/; revision=89428
Diffstat (limited to 'net/arpd')
-rw-r--r--net/arpd/Makefile9
-rw-r--r--net/arpd/distinfo2
-rw-r--r--net/arpd/files/patch-configure12
3 files changed, 4 insertions, 19 deletions
diff --git a/net/arpd/Makefile b/net/arpd/Makefile
index 9873b4a2091d..c6a22571e865 100644
--- a/net/arpd/Makefile
+++ b/net/arpd/Makefile
@@ -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@btinternet.com
+MAINTAINER= yb@sainte-barbe.org
COMMENT= A daemon to service arp replies
BUILD_DEPENDS= ${LOCALBASE}/include/dnet.h:${PORTSDIR}/net/libdnet \
@@ -18,9 +18,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/dnet.h:${PORTSDIR}/net/libdnet \
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 --git a/net/arpd/distinfo b/net/arpd/distinfo
index af3d4490a3ee..3eac5decdd09 100644
--- a/net/arpd/distinfo
+++ b/net/arpd/distinfo
@@ -1 +1 @@
-MD5 (arpd-0.1.tar.gz) = 046ca68db6d69d874fda4bcea6c552de
+MD5 (arpd-0.2.tar.gz) = e2911fa9de1b92ef50deda1489ae944d
diff --git a/net/arpd/files/patch-configure b/net/arpd/files/patch-configure
deleted file mode 100644
index f6bb92c25878..000000000000
--- a/net/arpd/files/patch-configure
+++ /dev/null
@@ -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"