summaryrefslogtreecommitdiff
path: root/net/tcptrace
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2002-11-21 18:23:05 +0000
committerBill Fenner <fenner@FreeBSD.org>2002-11-21 18:23:05 +0000
commitccca375163f186214f0c1ae97ac60b1d1e3d7d90 (patch)
treec065b612d6fc698e4f67885f3d4ca345c0cfc0a6 /net/tcptrace
parentFix a bug I introduced in the last commit. (diff)
Upgrade to 6.3.2
Notes
Notes: svn path=/head/; revision=70685
Diffstat (limited to 'net/tcptrace')
-rw-r--r--net/tcptrace/Makefile9
-rw-r--r--net/tcptrace/distinfo2
-rw-r--r--net/tcptrace/files/patch-ab13
-rw-r--r--net/tcptrace/pkg-plist6
4 files changed, 11 insertions, 19 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile
index fd00e337a1ae..bddfd793875c 100644
--- a/net/tcptrace/Makefile
+++ b/net/tcptrace/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= tcptrace
-PORTVERSION= 6.0.0b2
+PORTVERSION= 6.3.2
CATEGORIES= net ipv6
MASTER_SITES= http://www.tcptrace.org/download/
-DISTNAME= tcptrace.${PORTVERSION}
MAINTAINER= fenner@FreeBSD.org
@@ -19,11 +18,13 @@ ALL_TARGET= tcptrace
MAN1= tcptrace.1
DOCFILES= ARGS CHANGES COPYING COPYRIGHT FAQ README README.mailing_list \
- README.modules README.tput_graphs THANKS WWW \
- dot_tcptracerc.sample
+ README.modules README.tline_graphs README.tput_graphs \
+ README.version README.xpl2gpl THANKS WWW \
+ dot_tcptracerc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/xpl2gpl ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
${MKDIR} ${PREFIX}/share/doc/tcptrace
diff --git a/net/tcptrace/distinfo b/net/tcptrace/distinfo
index 6f3a89c42df8..c707609df8c9 100644
--- a/net/tcptrace/distinfo
+++ b/net/tcptrace/distinfo
@@ -1 +1 @@
-MD5 (tcptrace.6.0.0b2.tar.gz) = 4d84b7ad0aeb94449b62e1dd77f0ea68
+MD5 (tcptrace-6.3.2.tar.gz) = 849e955d1e1a57ece61b4efcb524f84a
diff --git a/net/tcptrace/files/patch-ab b/net/tcptrace/files/patch-ab
deleted file mode 100644
index 31de76718aa8..000000000000
--- a/net/tcptrace/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-/usr/bin/diff --ignore-matching-lines=.*{$Id:|$Header:}.* -u tcptrace.h.orig tcptrace.h
---- tcptrace.h.orig Fri Mar 9 17:30:34 2001
-+++ tcptrace.h Fri Mar 9 17:31:08 2001
-@@ -681,7 +680,9 @@
- #define IPTOS_CE 0x01 /* Experienced Congestion */
-
- #define TH_ECN_ECHO 0x02 /* Used by receiver to echo CE bit */
-+#ifndef TH_CWR
- #define TH_CWR 0x01 /* Congestion Window Reduced */
-+#endif
-
-
-
diff --git a/net/tcptrace/pkg-plist b/net/tcptrace/pkg-plist
index 01d62418fbc7..d6a0ae40b60e 100644
--- a/net/tcptrace/pkg-plist
+++ b/net/tcptrace/pkg-plist
@@ -1,4 +1,5 @@
bin/tcptrace
+bin/xpl2gpl
share/doc/tcptrace/ARGS
share/doc/tcptrace/CHANGES
share/doc/tcptrace/COPYING
@@ -7,8 +8,11 @@ share/doc/tcptrace/FAQ
share/doc/tcptrace/README
share/doc/tcptrace/README.mailing_list
share/doc/tcptrace/README.modules
+share/doc/tcptrace/README.tline_graphs
share/doc/tcptrace/README.tput_graphs
+share/doc/tcptrace/README.version
+share/doc/tcptrace/README.xpl2gpl
share/doc/tcptrace/THANKS
share/doc/tcptrace/WWW
-share/doc/tcptrace/dot_tcptracerc.sample
+share/doc/tcptrace/dot_tcptracerc
@dirrm share/doc/tcptrace