diff options
author | sem <sem@FreeBSD.org> | 2004-08-17 06:12:20 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-08-17 06:12:20 +0000 |
commit | 752a03be329f6b8bbf8fbc7ef6b1b0ed9c35e65c (patch) | |
tree | 2caeb6226307a4315ebb905b8480dd1056ec1329 /net | |
parent | fd44c3f054226ce07e6240de503ed478a3e4e526 (diff) | |
download | FreeBSD-ports-752a03be329f6b8bbf8fbc7ef6b1b0ed9c35e65c.zip FreeBSD-ports-752a03be329f6b8bbf8fbc7ef6b1b0ed9c35e65c.tar.gz |
Repocopy net/trafshow -> net/trafshow4
Back out net/trafshow to 3.1.
PR: ports/70428
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/trafshow/Makefile | 5 | ||||
-rw-r--r-- | net/trafshow/distinfo | 4 | ||||
-rw-r--r-- | net/trafshow3/Makefile | 5 | ||||
-rw-r--r-- | net/trafshow3/distinfo | 4 |
5 files changed, 11 insertions, 8 deletions
diff --git a/net/Makefile b/net/Makefile index bfa0249..8a0d7cc 100644 --- a/net/Makefile +++ b/net/Makefile @@ -709,6 +709,7 @@ SUBDIR += tptest SUBDIR += traceroute SUBDIR += trafshow + SUBDIR += trafshow4 SUBDIR += tramp SUBDIR += tramp-emacs20 SUBDIR += trickle diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index 88c7a90..07b9641 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -6,7 +6,8 @@ # PORTNAME= trafshow -PORTVERSION= 4.0 +PORTVERSION= 3.1 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= ftp://ftp.sasknow.com/pub/trafshow/ \ ftp://ftp.nsk.su/pub/RinetSoftware/ @@ -19,7 +20,7 @@ COMMENT= Full screen visualization of network traffic .if defined(WITH_TRAFSHOW_SLANG) || \ (exists(${LOCALBASE}/lib/libslang.a) && !defined(WITHOUT_TRAFSHOW_SLANG)) -LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang .else .if ${OSVERSION} < 400010 LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses diff --git a/net/trafshow/distinfo b/net/trafshow/distinfo index d6e5626f..c7c38be 100644 --- a/net/trafshow/distinfo +++ b/net/trafshow/distinfo @@ -1,2 +1,2 @@ -MD5 (trafshow-4.0.tgz) = 994355d6ba98d96ce06db9c92ae41669 -SIZE (trafshow-4.0.tgz) = 76376 +MD5 (trafshow-3.1.tgz) = 085b99f160002a269b358aab1c5004f0 +SIZE (trafshow-3.1.tgz) = 72342 diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile index 88c7a90..07b9641 100644 --- a/net/trafshow3/Makefile +++ b/net/trafshow3/Makefile @@ -6,7 +6,8 @@ # PORTNAME= trafshow -PORTVERSION= 4.0 +PORTVERSION= 3.1 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= ftp://ftp.sasknow.com/pub/trafshow/ \ ftp://ftp.nsk.su/pub/RinetSoftware/ @@ -19,7 +20,7 @@ COMMENT= Full screen visualization of network traffic .if defined(WITH_TRAFSHOW_SLANG) || \ (exists(${LOCALBASE}/lib/libslang.a) && !defined(WITHOUT_TRAFSHOW_SLANG)) -LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang .else .if ${OSVERSION} < 400010 LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses diff --git a/net/trafshow3/distinfo b/net/trafshow3/distinfo index d6e5626f..c7c38be 100644 --- a/net/trafshow3/distinfo +++ b/net/trafshow3/distinfo @@ -1,2 +1,2 @@ -MD5 (trafshow-4.0.tgz) = 994355d6ba98d96ce06db9c92ae41669 -SIZE (trafshow-4.0.tgz) = 76376 +MD5 (trafshow-3.1.tgz) = 085b99f160002a269b358aab1c5004f0 +SIZE (trafshow-3.1.tgz) = 72342 |