From 2ec9a0998a65ed55d5f4605af14642ea2538ba6c Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Sat, 19 Jul 1997 19:43:53 +0000 Subject: Upgrade to tcptrace 4.0.2 --- net/tcptrace/Makefile | 22 ++++++++++++---------- net/tcptrace/distinfo | 2 +- net/tcptrace/pkg-plist | 3 +++ 3 files changed, 16 insertions(+), 11 deletions(-) (limited to 'net') diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index 87cb24930392..5e39e09182e2 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,28 +1,30 @@ # New ports collection makefile for: tcptrace -# Version required: 3.2.5 +# Version required: 4.0.2 # Date created: 3 March 1997 # Whom: fenner # -# $Id: Makefile,v 1.1.1.1 1997/03/06 02:18:51 asami Exp $ +# $Id: Makefile,v 1.2 1997/04/30 03:18:07 asami Exp $ # -DISTNAME= tcptrace-3.2.5 +DISTNAME= tcptrace-4.0.2 CATEGORIES= net -# this site uncompresses the file AND sends it with a .gz suffix -#MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/ -MASTER_SITES= ${MASTER_SITE_LOCAL} -DISTFILES= tcptrace_3.2.5.tar.gz +MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/4.0.2/ +DISTFILES= tcptrace.tar.gz MAINTAINER= fenner@FreeBSD.ORG -NO_WRKSUBDIR= yes -ALL_TARGET= depend tcptrace +WRKSRC= ${WRKDIR}/tcptrace +ALL_TARGET= tcptrace + +DOCFILES= COPYRIGHT README README.tput_graphs post-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/tcptrace - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tcptrace +.for file in ${DOCFILES} + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace +.endfor .endif .include diff --git a/net/tcptrace/distinfo b/net/tcptrace/distinfo index 9c40ff1a3b5c..84f3f61af98b 100644 --- a/net/tcptrace/distinfo +++ b/net/tcptrace/distinfo @@ -1 +1 @@ -MD5 (tcptrace_3.2.5.tar.gz) = 9d9c35b048ed0b0a30a9adafb98c289f +MD5 (tcptrace.tar.gz) = 6e23d8585ba8c939cac4863fd7e39876 diff --git a/net/tcptrace/pkg-plist b/net/tcptrace/pkg-plist index df6fdd2ae2fd..3dfba5bbe47b 100644 --- a/net/tcptrace/pkg-plist +++ b/net/tcptrace/pkg-plist @@ -1,2 +1,5 @@ bin/tcptrace +share/doc/tcptrace/COPYRIGHT share/doc/tcptrace/README +share/doc/tcptrace/README.tput_graphs +@dirrm share/doc/tcptrace -- cgit v1.2.3