diff options
author | fenner <fenner@FreeBSD.org> | 1999-09-10 03:22:27 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-09-10 03:22:27 +0800 |
commit | fc908ce2128260e98b21f6faf25e77805b5d1869 (patch) | |
tree | d7d6193260eedd55558c328c9e094f7ee7e378e3 /net/tcptrace | |
parent | fb12490ff18dc85afe76f0682440634df29245f3 (diff) | |
download | freebsd-ports-gnome-fc908ce2128260e98b21f6faf25e77805b5d1869.tar.gz freebsd-ports-gnome-fc908ce2128260e98b21f6faf25e77805b5d1869.tar.zst freebsd-ports-gnome-fc908ce2128260e98b21f6faf25e77805b5d1869.zip |
Update to tcptrace 5.2.0
Diffstat (limited to 'net/tcptrace')
-rw-r--r-- | net/tcptrace/Makefile | 15 | ||||
-rw-r--r-- | net/tcptrace/distinfo | 2 | ||||
-rw-r--r-- | net/tcptrace/pkg-plist | 1 |
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 |