svn commit: r509892 - head/net-mgmt/darkstat
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Aug 26 09:02:40 UTC 2019
Author: amdmi3
Date: Mon Aug 26 09:02:39 2019
New Revision: 509892
URL: https://svnweb.freebsd.org/changeset/ports/509892
Log:
- Add LICENSE
- Pet portlint
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
Modified:
head/net-mgmt/darkstat/Makefile
head/net-mgmt/darkstat/pkg-descr
Modified: head/net-mgmt/darkstat/Makefile
==============================================================================
--- head/net-mgmt/darkstat/Makefile Mon Aug 26 09:00:47 2019 (r509891)
+++ head/net-mgmt/darkstat/Makefile Mon Aug 26 09:02:39 2019 (r509892)
@@ -9,17 +9,20 @@ MASTER_SITES= https://unix4lyfe.org/darkstat/
MAINTAINER= emikulic at gmail.com
COMMENT= Network statistics gatherer and reporter
-USE_RC_SUBR= darkstat
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING.GPL
USES= tar:bzip2
GNU_CONFIGURE= yes
+USE_RC_SUBR= darkstat
+
PORTDOCS= AUTHORS INSTALL README
PLIST_FILES= sbin/darkstat man/man8/darkstat.8.gz
OPTIONS_DEFINE= DOCS
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
Modified: head/net-mgmt/darkstat/pkg-descr
==============================================================================
--- head/net-mgmt/darkstat/pkg-descr Mon Aug 26 09:00:47 2019 (r509891)
+++ head/net-mgmt/darkstat/pkg-descr Mon Aug 26 09:02:39 2019 (r509892)
@@ -3,4 +3,4 @@ and smaller than ntop, it uses libpcap to capture netw
Web page reports of statistics such as data transferred by host, port, and
protocol. It also has a neat bandwidth usage graph.
-WWW: http://unix4lyfe.org/darkstat/
+WWW: https://unix4lyfe.org/darkstat/
More information about the svn-ports-all
mailing list