summaryrefslogtreecommitdiff
path: root/net-mgmt/tcpreplay
diff options
context:
space:
mode:
authorScott Mace <smace@FreeBSD.org>2002-11-22 22:17:12 +0000
committerScott Mace <smace@FreeBSD.org>2002-11-22 22:17:12 +0000
commit9f166e71a4fd9cd4cf038fe3604332334651f21c (patch)
tree68c4d4518d808fbaeb7207d3534710034c50da19 /net-mgmt/tcpreplay
parentAdd privoxy 3.0.0, privoxy is a web proxy with advanced filtering (diff)
Upgrade to beta5
Notes
Notes: svn path=/head/; revision=70771
Diffstat (limited to 'net-mgmt/tcpreplay')
-rw-r--r--net-mgmt/tcpreplay/Makefile4
-rw-r--r--net-mgmt/tcpreplay/distinfo2
-rw-r--r--net-mgmt/tcpreplay/files/patch-Makefile.in10
3 files changed, 9 insertions, 7 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile
index e96e01751afc..bf5afb30e2cf 100644
--- a/net-mgmt/tcpreplay/Makefile
+++ b/net-mgmt/tcpreplay/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= tcpreplay
-PORTVERSION= 1.3.b2
-DISTNAME= tcpreplay-1.3-beta2
+PORTVERSION= 1.3.b5
+DISTNAME= tcpreplay-1.3-beta5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net-mgmt/tcpreplay/distinfo b/net-mgmt/tcpreplay/distinfo
index 968e4129fc59..7d6889e92a2a 100644
--- a/net-mgmt/tcpreplay/distinfo
+++ b/net-mgmt/tcpreplay/distinfo
@@ -1 +1 @@
-MD5 (tcpreplay-1.3-beta2.tar.gz) = 219ee380a1bf837d3b0e16d128980a1d
+MD5 (tcpreplay-1.3-beta5.tar.gz) = 4fe82b88abbf140bed9ad13b602fe984
diff --git a/net-mgmt/tcpreplay/files/patch-Makefile.in b/net-mgmt/tcpreplay/files/patch-Makefile.in
index be7e61e24724..647a0e50c16e 100644
--- a/net-mgmt/tcpreplay/files/patch-Makefile.in
+++ b/net-mgmt/tcpreplay/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig Tue Oct 8 13:11:49 2002
-+++ Makefile.in Wed Oct 9 18:33:21 2002
-@@ -10,8 +10,10 @@
+--- Makefile.in.orig Wed Nov 6 23:33:09 2002
++++ Makefile.in Fri Nov 22 16:18:50 2002
+@@ -10,8 +10,11 @@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
DEFS = @DEFS@
@@ -10,10 +10,11 @@
+TLIBS = @LIBS@ @LNETLIB@
+CLIBS = @LIBS@
+PLIBS = @LIBS@ @LNETLIB@ @REDBLACKLIB@
++
INSTALL = @INSTALL@
-@@ -29,30 +31,23 @@
+@@ -29,31 +32,24 @@
.c.o:
$(CC) $(CFLAGS) $(INCS) -c $*.c
@@ -40,6 +41,7 @@
clean:
rm -f *.o *core $(BINARIES)
- cd libredblack && make clean
+ cd test && make clean
distclean: clean
rm -f Makefile config.h config.status config.cache config.log *~