diff options
author | Scott Mace <smace@FreeBSD.org> | 2002-11-22 22:17:12 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 2002-11-22 22:17:12 +0000 |
commit | 9f166e71a4fd9cd4cf038fe3604332334651f21c (patch) | |
tree | 68c4d4518d808fbaeb7207d3534710034c50da19 /net-mgmt | |
parent | 00578bf8ecd6fc92a0d54fd0c4598c9833e3f660 (diff) | |
download | ports-9f166e71a4fd9cd4cf038fe3604332334651f21c.tar.gz ports-9f166e71a4fd9cd4cf038fe3604332334651f21c.zip |
Notes
Diffstat (limited to 'net-mgmt')
-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 *~ |