mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Upgrade to 6.3.2
This commit is contained in:
parent
31edb9a4f8
commit
ccca375163
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70685
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tcptrace.6.0.0b2.tar.gz) = 4d84b7ad0aeb94449b62e1dd77f0ea68
|
||||
MD5 (tcptrace-6.3.2.tar.gz) = 849e955d1e1a57ece61b4efcb524f84a
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user