From 728dc1186761f9c43b4ba383c428dab4114685f8 Mon Sep 17 00:00:00 2001 From: wg Date: Thu, 8 Aug 2013 17:08:38 +0000 Subject: 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 (maintainer) --- net-mgmt/darkstat/Makefile | 20 ++++++++++---------- net-mgmt/darkstat/distinfo | 4 ++-- net-mgmt/darkstat/pkg-descr | 3 +-- 3 files changed, 13 insertions(+), 14 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/darkstat/Makefile b/net-mgmt/darkstat/Makefile index 2431a2c6cf37..d4b37f954b96 100644 --- a/net-mgmt/darkstat/Makefile +++ b/net-mgmt/darkstat/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: darkstat -# Date created: 24 February 2002 -# Whom: Anders Nordby -# +# Created by: Anders Nordby # $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 + +.if ${PORT_OPTIONS:MDOCS} post-install: @${INSTALL} -d ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif .include diff --git a/net-mgmt/darkstat/distinfo b/net-mgmt/darkstat/distinfo index 9d819e8d0ab6..d91d260806b5 100644 --- a/net-mgmt/darkstat/distinfo +++ b/net-mgmt/darkstat/distinfo @@ -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 diff --git a/net-mgmt/darkstat/pkg-descr b/net-mgmt/darkstat/pkg-descr index d6e3af34548b..745ce9cf2aa9 100644 --- a/net-mgmt/darkstat/pkg-descr +++ b/net-mgmt/darkstat/pkg-descr @@ -3,5 +3,4 @@ and smaller than ntop, it uses libpcap to capture network traffic and serves up 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 -WWW: http://dmr.ath.cx/net/darkstat/ +WWW: http://unix4lyfe.org/darkstat/ -- cgit