Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2019 21:48:06 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516844 - head/net/trafshow
Message-ID:  <201911052148.xA5Lm6Fg040447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Tue Nov  5 21:48:06 2019
New Revision: 516844
URL: https://svnweb.freebsd.org/changeset/ports/516844

Log:
  net/trafshow: Update MAINTAINER, WWW, add LICENSE
  
  - Add LICENSE
  - Update WWW
  - Pass maintainership to submitter
  - Pet portclippy while here
  
  PR:		241315
  Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
  Approved by:	tz (mentor, implicit)

Modified:
  head/net/trafshow/Makefile
  head/net/trafshow/pkg-descr

Modified: head/net/trafshow/Makefile
==============================================================================
--- head/net/trafshow/Makefile	Tue Nov  5 21:38:26 2019	(r516843)
+++ head/net/trafshow/Makefile	Tue Nov  5 21:48:06 2019	(r516844)
@@ -3,21 +3,23 @@
 
 PORTNAME=	trafshow
 PORTVERSION=	5.2.3
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ \
 		ftp://ftp.nsk.su/pub/RinetSoftware/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Full screen visualization of network traffic
 
-CONFLICTS=	trafshow-4.* trafshow3-*
+LICENSE=	BSD2CLAUSE
 
 USES=		ncurses tar:tgz
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	PTHREAD_LIBS="-lpthread"
 ALL_TARGET=	trafshow
+
+CONFLICTS=	trafshow-4.* trafshow3-*
 
 OPTIONS_DEFINE=	IPV6
 IPV6_CFLAGS=	-DINET6

Modified: head/net/trafshow/pkg-descr
==============================================================================
--- head/net/trafshow/pkg-descr	Tue Nov  5 21:38:26 2019	(r516843)
+++ head/net/trafshow/pkg-descr	Tue Nov  5 21:48:06 2019	(r516844)
@@ -1,6 +1,6 @@
-TrafShow continuously displays the information regarding packet
+TrafShow continuously displays information regarding the packet
 traffic on the configured network interface that matches the boolean
 expression. It periodically sorts and updates this information. It
 may be useful for locating suspicious network traffic on the net.
 
-WWW: http://soft.risp.ru/trafshow/index_en.shtml
+WWW: https://BSDforge.com/projects/net/trafshow



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911052148.xA5Lm6Fg040447>