aboutsummaryrefslogtreecommitdiff
path: root/net/tcptrace
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1999-09-09 19:22:27 +0000
committerBill Fenner <fenner@FreeBSD.org>1999-09-09 19:22:27 +0000
commit1509c393d059ef60beff02f3e652ae831ddeab50 (patch)
tree3aa812f6164a8c8a00df585a099cc02291845002 /net/tcptrace
parent68ac3ffad58a2ec54c5d751a02950da7c2758b05 (diff)
downloadports-1509c393d059ef60beff02f3e652ae831ddeab50.tar.gz
ports-1509c393d059ef60beff02f3e652ae831ddeab50.zip
Update to tcptrace 5.2.0
Notes
Notes: svn path=/head/; revision=21514
Diffstat (limited to 'net/tcptrace')
-rw-r--r--net/tcptrace/Makefile15
-rw-r--r--net/tcptrace/distinfo2
-rw-r--r--net/tcptrace/pkg-plist1
3 files changed, 11 insertions, 7 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile
index c312f90983f5..38bbf8c42d2d 100644
--- a/net/tcptrace/Makefile
+++ b/net/tcptrace/Makefile
@@ -1,28 +1,31 @@
# New ports collection makefile for: tcptrace
-# Version required: 5.1.0
+# Version required: 5.2.0
# Date created: 3 March 1997
# Whom: fenner
#
# $FreeBSD$
#
-DISTNAME= tcptrace.5.1.0
-PKGNAME= tcptrace-5.1.0
+DISTNAME= tcptrace.5.2.0
+PKGNAME= tcptrace-5.2.0
CATEGORIES= net
-MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.1.0/
+MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.2.0/
MAINTAINER= fenner@FreeBSD.org
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/tcptrace_5.1.0
+WRKSRC= ${WRKDIR}/tcptrace_5.2.0
ALL_TARGET= tcptrace
+MAN1= tcptrace.1
+
DOCFILES= ARGS BUGS CHANGES COPYRIGHT FAQ README README.mailing_list \
- README.modules README.tput_graphs WWW
+ README.modules README.tput_graphs WWW dot_tcptracerc.sample
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
.if !defined(NOPORTDOCS)
+ ${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
${MKDIR} ${PREFIX}/share/doc/tcptrace
.for file in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace
diff --git a/net/tcptrace/distinfo b/net/tcptrace/distinfo
index b123ab8d9f25..33db094921ad 100644
--- a/net/tcptrace/distinfo
+++ b/net/tcptrace/distinfo
@@ -1 +1 @@
-MD5 (tcptrace.5.1.0.tar.gz) = b2fe2d8f832fc291fab9e8f14d322912
+MD5 (tcptrace.5.2.0.tar.gz) = 1b8694ebddbb79faf61079250034ea70
diff --git a/net/tcptrace/pkg-plist b/net/tcptrace/pkg-plist
index 5bd5f10daff1..2bb6be877ac0 100644
--- a/net/tcptrace/pkg-plist
+++ b/net/tcptrace/pkg-plist
@@ -9,4 +9,5 @@ share/doc/tcptrace/README.mailing_list
share/doc/tcptrace/README.modules
share/doc/tcptrace/README.tput_graphs
share/doc/tcptrace/WWW
+share/doc/tcptrace/dot_tcptracerc.sample
@dirrm share/doc/tcptrace