svn commit: r324402 - head/net-mgmt/darkstat
William Grzybowski
wg at FreeBSD.org
Thu Aug 8 17:08:40 UTC 2013
Author: wg
Date: Thu Aug 8 17:08:38 2013
New Revision: 324402
URL: http://svnweb.freebsd.org/changeset/ports/324402
Log:
net-mgmt/darkstat: update to 3.0.716
- Update to 3.0.716 [1]
- Set new upstream url (WWW)
- Trim Makefile header
- Remove MAKE_JOBS_SAFE (now default)
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Remove Author line and swtich from tab to space in pkg-descr
PR: ports/181139
Submitted by: Emil Mikulic <emikulic gmail.com> (maintainer)
Modified:
head/net-mgmt/darkstat/Makefile
head/net-mgmt/darkstat/distinfo
head/net-mgmt/darkstat/pkg-descr
Modified: head/net-mgmt/darkstat/Makefile
==============================================================================
--- head/net-mgmt/darkstat/Makefile Thu Aug 8 16:47:32 2013 (r324401)
+++ head/net-mgmt/darkstat/Makefile Thu Aug 8 17:08:38 2013 (r324402)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: darkstat
-# Date created: 24 February 2002
-# Whom: Anders Nordby <anders at FreeBSD.org>
-#
+# Created by: Anders Nordby <anders at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= darkstat
-PORTVERSION= 3.0.715
+PORTVERSION= 3.0.716
CATEGORIES= net-mgmt
MASTER_SITES= http://unix4lyfe.org/darkstat/
@@ -17,15 +13,19 @@ USE_RC_SUBR= darkstat
USE_BZIP2= yes
GNU_CONFIGURE= yes
-MAKE_JOBS_SAFE= yes
-MAN8= darkstat.8
+MAN8= darkstat.8
PORTDOCS= AUTHORS INSTALL README
PLIST_FILES= sbin/darkstat
-.if !defined(NOPORTDOCS)
+
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
post-install:
@${INSTALL} -d ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.include <bsd.port.mk>
Modified: head/net-mgmt/darkstat/distinfo
==============================================================================
--- head/net-mgmt/darkstat/distinfo Thu Aug 8 16:47:32 2013 (r324401)
+++ head/net-mgmt/darkstat/distinfo Thu Aug 8 17:08:38 2013 (r324402)
@@ -1,2 +1,2 @@
-SHA256 (darkstat-3.0.715.tar.bz2) = 4926944ee1baee032d0d20a5425b13b471625aa8a05177011f3da3c3df833439
-SIZE (darkstat-3.0.715.tar.bz2) = 110881
+SHA256 (darkstat-3.0.716.tar.bz2) = 282ca0d8ef2eefa7fd2cef2a88384b5a449cee73601552cce8b37e13619784c9
+SIZE (darkstat-3.0.716.tar.bz2) = 112318
Modified: head/net-mgmt/darkstat/pkg-descr
==============================================================================
--- head/net-mgmt/darkstat/pkg-descr Thu Aug 8 16:47:32 2013 (r324401)
+++ head/net-mgmt/darkstat/pkg-descr Thu Aug 8 17:08:38 2013 (r324402)
@@ -3,5 +3,4 @@ and smaller than ntop, it uses libpcap t
Web page reports of statistics such as data transferred by host, port, and
protocol. It also has a neat bandwidth usage graph.
-Author: Emil Mikulic <emil at cs.rmit.edu.au>
-WWW: http://dmr.ath.cx/net/darkstat/
+WWW: http://unix4lyfe.org/darkstat/
More information about the svn-ports-all
mailing list