svn commit: r459120 - in head/net-mgmt/nstat: . files

Steve Wills swills at FreeBSD.org
Mon Jan 15 21:42:39 UTC 2018


Author: swills
Date: Mon Jan 15 21:42:38 2018
New Revision: 459120
URL: https://svnweb.freebsd.org/changeset/ports/459120

Log:
  net-mgmt/nstat: update to new snapshot

Added:
  head/net-mgmt/nstat/distinfo   (contents, props changed)
Deleted:
  head/net-mgmt/nstat/files/
Modified:
  head/net-mgmt/nstat/Makefile   (contents, props changed)
  head/net-mgmt/nstat/pkg-descr   (contents, props changed)

Modified: head/net-mgmt/nstat/Makefile
==============================================================================
--- head/net-mgmt/nstat/Makefile	Mon Jan 15 21:35:10 2018	(r459119)
+++ head/net-mgmt/nstat/Makefile	Mon Jan 15 21:42:38 2018	(r459120)
@@ -2,24 +2,23 @@
 
 PORTNAME=	nstat
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
-MASTER_SITES=	# empty
-DISTFILES=	# empty
 
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Replacement for bw/netstat/vmstat/pcm-memory.x
 
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 RUN_DEPENDS=	pcm.x:sysutils/intel-pcm
 
-NO_FETCH=	yes
+USE_GITHUB=	yes
+GH_ACCOUNT=	gallatin
+GH_TAGNAME=	5839b41
 
 PLIST_FILES=	bin/nstat \
 		man/man1/nstat.1.gz
-
-do-extract:
-	@${MKDIR} ${WRKSRC}
-	@(cd ${FILESDIR} && ${CP} -R . ${WRKSRC})
 
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/bin

Added: head/net-mgmt/nstat/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/nstat/distinfo	Mon Jan 15 21:42:38 2018	(r459120)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1516051596
+SHA256 (gallatin-nstat-1.0-5839b41_GH0.tar.gz) = 1f43ce88e2a1b09a4369325e6761fa490a7a680ea20a8cedc0644c4023195ac8
+SIZE (gallatin-nstat-1.0-5839b41_GH0.tar.gz) = 5136

Modified: head/net-mgmt/nstat/pkg-descr
==============================================================================
--- head/net-mgmt/nstat/pkg-descr	Mon Jan 15 21:35:10 2018	(r459119)
+++ head/net-mgmt/nstat/pkg-descr	Mon Jan 15 21:42:38 2018	(r459120)
@@ -2,3 +2,5 @@ nstat is a replacement for the most frequently used pa
 (bw), and pmc-memory.x The advantage of using nstat is that it can run all in a
 single session, rather than having to use 3 terminal sessions to monitor a
 machine.
+
+WWW: https://github.com/gallatin/nstat


More information about the svn-ports-head mailing list