diff options
author | smace <smace@FreeBSD.org> | 2002-11-23 06:17:12 +0800 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 2002-11-23 06:17:12 +0800 |
commit | 3d7827b35309b293d5f9ec4b49d14804d4fdc298 (patch) | |
tree | a339ecc106c0c9bf180de14466e846206706a398 /net-mgmt/tcpreplay | |
parent | 9a3336aaa0b83f0d0861f0a1191b5586e4a4263c (diff) | |
download | freebsd-ports-gnome-3d7827b35309b293d5f9ec4b49d14804d4fdc298.tar.gz freebsd-ports-gnome-3d7827b35309b293d5f9ec4b49d14804d4fdc298.tar.zst freebsd-ports-gnome-3d7827b35309b293d5f9ec4b49d14804d4fdc298.zip |
Upgrade to beta5
Diffstat (limited to 'net-mgmt/tcpreplay')
-rw-r--r-- | net-mgmt/tcpreplay/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/files/patch-Makefile.in | 10 |
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 *~ |