diff options
author | kjc <kjc@FreeBSD.org> | 2000-12-21 12:01:40 +0000 |
---|---|---|
committer | kjc <kjc@FreeBSD.org> | 2000-12-21 12:01:40 +0000 |
commit | a53662a735cc4e637a5050c127867789f9fb18b2 (patch) | |
tree | be5735058c777239d4a18126099eb8716de428c4 | |
parent | 06160451839d3a8cf9b78459f385ff13d52311cc (diff) | |
download | FreeBSD-ports-a53662a735cc4e637a5050c127867789f9fb18b2.zip FreeBSD-ports-a53662a735cc4e637a5050c127867789f9fb18b2.tar.gz |
update from ttt-1.5 to ttt-1.6.
LIB_DEPENDS changed from blt-2.4s to blt-2.4u.
-rw-r--r-- | net/ttt/Makefile | 18 | ||||
-rw-r--r-- | net/ttt/distinfo | 2 | ||||
-rw-r--r-- | net/ttt/pkg-descr | 4 |
3 files changed, 7 insertions, 17 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 35e9ca4..1bf8485 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -6,29 +6,19 @@ # PORTNAME= ttt -PORTVERSION= 1.5 -CATEGORIES= net tk82 ipv6 +PORTVERSION= 1.6 +CATEGORIES= net tk83 ipv6 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= BLT24.2:${PORTSDIR}/x11-toolkits/blt \ - tcl82.1:${PORTSDIR}/lang/tcl82 \ - tk82.1:${PORTSDIR}/x11-toolkits/tk82 + tcl83.1:${PORTSDIR}/lang/tcl83 \ + tk83.1:${PORTSDIR}/x11-toolkits/tk83 GNU_CONFIGURE= yes INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 -post-install: - @if [ ! -c /dev/bpf1 ]; then \ - ${ECHO} "*********************************************************";\ - ${ECHO} "* W a r n i n g *";\ - ${ECHO} "* TTT needs Berkeley packet filter (bpf). *";\ - ${ECHO} "* To use TTT, your kernel must be rebuilt with bpf, and *";\ - ${ECHO} "* make bpf devices on /dev directory. *";\ - ${ECHO} "*********************************************************";\ - fi - .include <bsd.port.mk> diff --git a/net/ttt/distinfo b/net/ttt/distinfo index f8af6d2..89b0bd5 100644 --- a/net/ttt/distinfo +++ b/net/ttt/distinfo @@ -1 +1 @@ -MD5 (ttt-1.5.tar.gz) = cce0d861864f6cee3e2cbcc9e4491570 +MD5 (ttt-1.6.tar.gz) = 5333bc89283d3f7a0de257ef0c1802f7 diff --git a/net/ttt/pkg-descr b/net/ttt/pkg-descr index 67c7fdb..0cf4921 100644 --- a/net/ttt/pkg-descr +++ b/net/ttt/pkg-descr @@ -1,7 +1,7 @@ - TTT: Tele Traffic Tapper (version 1.5) + TTT: Tele Traffic Tapper (version 1.6) - 2000/06/09 + 2000/12/21 ttt is yet another decendant of tcpdump but it is capable of real-time, graphical, and remote traffic-monitoring. ttt won't replace tcpdump, |