aboutsummaryrefslogtreecommitdiff
path: root/net/arping
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-01-03 13:27:37 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-01-03 13:27:37 +0000
commit7f4dc2e557da2fa42544967ee0e787c8d845f034 (patch)
tree9a735f6f7452436f38e5e0cb2f5065bd7bfddf46 /net/arping
parentd01eb803e658c86e0c39c36819f3dc91cb4d0403 (diff)
downloadports-7f4dc2e557da2fa42544967ee0e787c8d845f034.tar.gz
ports-7f4dc2e557da2fa42544967ee0e787c8d845f034.zip
Update to 1.04
Notes
Notes: svn path=/head/; revision=72401
Diffstat (limited to 'net/arping')
-rw-r--r--net/arping/Makefile2
-rw-r--r--net/arping/distinfo2
-rw-r--r--net/arping/files/patch-aa14
3 files changed, 9 insertions, 9 deletions
diff --git a/net/arping/Makefile b/net/arping/Makefile
index 666db964c38a..62d37a3f71dd 100644
--- a/net/arping/Makefile
+++ b/net/arping/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= arping
-PORTVERSION= 1.00
+PORTVERSION= 1.04
CATEGORIES= net
MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/ \
ftp://ftp.cerias.purdue.edu/pub/tools/unix/netutils/arping/
diff --git a/net/arping/distinfo b/net/arping/distinfo
index 6a9944765c20..f31a034afb05 100644
--- a/net/arping/distinfo
+++ b/net/arping/distinfo
@@ -1 +1 @@
-MD5 (arping-1.00.tar.gz) = 41f9034d6647ba4d30074811486177a8
+MD5 (arping-1.04.tar.gz) = 9f331d7280e42c179703ea7d3e921751
diff --git a/net/arping/files/patch-aa b/net/arping/files/patch-aa
index 1391893d99ff..a8e1510ec080 100644
--- a/net/arping/files/patch-aa
+++ b/net/arping/files/patch-aa
@@ -1,15 +1,15 @@
---- Makefile.orig Fri Jun 7 00:37:19 2002
-+++ Makefile Fri Jun 7 00:37:41 2002
-@@ -8,7 +8,7 @@
- FREEBSD=0
+--- Makefile.orig Sun Nov 18 19:25:43 2001
++++ Makefile Sun Sep 29 22:46:11 2002
+@@ -9,7 +9,7 @@
+ MACOSX=0
# explicit pcap include dir is for redhat which is fux0red
--CFLAGS=-g -I/usr/local/include -L/usr/local/lib -DUSE_NETIF=$(USE_NETIF) -DOPENBSD=$(OPENBSD) -DLINUX=$(LINUX) -DSOLARIS=$(SOLARIS) -DFREEBSD=$(FREEBSD) -I/usr/include/pcap
-+CFLAGS+=-g -I/usr/local/include -L/usr/local/lib -DUSE_NETIF=$(USE_NETIF) -DOPENBSD=$(OPENBSD) -DLINUX=$(LINUX) -DSOLARIS=$(SOLARIS) -DFREEBSD=$(FREEBSD) -I/usr/include/pcap
+-CFLAGS=-g -I/usr/local/include -L/usr/local/lib -DUSE_NETIF=$(USE_NETIF) -DOPENBSD=$(OPENBSD) -DLINUX=$(LINUX) -DSOLARIS=$(SOLARIS) -DFREEBSD=$(FREEBSD) -DMACOSX=$(MACOSX) -I/usr/include/pcap
++CFLAGS+=-g -I/usr/local/include -L/usr/local/lib -DUSE_NETIF=$(USE_NETIF) -DOPENBSD=$(OPENBSD) -DLINUX=$(LINUX) -DSOLARIS=$(SOLARIS) -DFREEBSD=$(FREEBSD) -DMACOSX=$(MACOSX) -I/usr/include/pcap
usage:
@echo
-@@ -41,11 +41,11 @@
+@@ -45,11 +45,11 @@
all: $(TARGETS)
arping.o: arping.c