diff options
author | kjc <kjc@FreeBSD.org> | 1999-04-12 10:25:24 +0000 |
---|---|---|
committer | kjc <kjc@FreeBSD.org> | 1999-04-12 10:25:24 +0000 |
commit | 28606a2e29d11982663347b90299042f9d356539 (patch) | |
tree | bbdb50b903405dc3d82030096df4b3a036805544 /net/ttt | |
parent | ff9b9936ac6287582a43c301a110df12521d0596 (diff) | |
download | FreeBSD-ports-28606a2e29d11982663347b90299042f9d356539.zip FreeBSD-ports-28606a2e29d11982663347b90299042f9d356539.tar.gz |
update: ttt-1.3 -> ttt-1.4
Diffstat (limited to 'net/ttt')
-rw-r--r-- | net/ttt/Makefile | 6 | ||||
-rw-r--r-- | net/ttt/distinfo | 2 | ||||
-rw-r--r-- | net/ttt/pkg-descr | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index e50b7c3..a7b654e 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -3,17 +3,17 @@ # Date created: 22 September 1998 # Whom: Kenjiro Cho <kjc@csl.sony.co.jp> # -# $Id: Makefile,v 1.12 1998/10/14 03:01:15 jseger Exp $ +# $Id: Makefile,v 1.13 1998/10/28 12:39:25 kjc Exp $ # -DISTNAME= ttt-1.3 +DISTNAME= ttt-1.4 CATEGORIES= net tk80 MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ MAINTAINER= kjc@csl.sony.co.jp # the tcl/tk LIB_DEPENDS has to match that of ports/x11-toolkits/blt. -LIB_DEPENDS= BLT.2:${PORTSDIR}/x11-toolkits/blt \ +LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt \ tcl80.1:${PORTSDIR}/lang/tcl80 \ tk80.1:${PORTSDIR}/x11-toolkits/tk80 diff --git a/net/ttt/distinfo b/net/ttt/distinfo index e9f7b79..f0d4884 100644 --- a/net/ttt/distinfo +++ b/net/ttt/distinfo @@ -1 +1 @@ -MD5 (ttt-1.3.tar.gz) = 046f08ac2a976b0ea07913251910c645 +MD5 (ttt-1.4.tar.gz) = e66ee9a16aef3047c6bb4d738a1ffdbe diff --git a/net/ttt/pkg-descr b/net/ttt/pkg-descr index a138478..ba5359b 100644 --- a/net/ttt/pkg-descr +++ b/net/ttt/pkg-descr @@ -1,7 +1,7 @@ - TTT: Tele Traffic Tapper (version 1.3) + TTT: Tele Traffic Tapper (version 1.4) - 98/09/22 + 99/04/12 ttt is yet another decendant of tcpdump but it is capable of real-time, graphical, and remote traffic-monitoring. ttt won't replace tcpdump, |