Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2015 13:40:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387605 - head/net-mgmt/darkstat
Message-ID:  <201505271340.t4RDejiZ096435@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed May 27 13:40:45 2015
New Revision: 387605
URL: https://svnweb.freebsd.org/changeset/ports/387605

Log:
  - Update to 3.0.719
  
  Changes:
  
  - Implement tracking of remote ports: shows which ports the host is making outgoing connections to. Long time feature request.
  - Bugfix: when the capture interface goes down, exit instead of busy-looping forever.
  - Fix "clock error" due to machine reboot.
  - SIGUSR1 now resets the time and bytes reported on the graphs page.
  - Account for all IP protocols.
  - Change the default ports_max to only twice the default ports_keep.
  
  PR:		200425
  Submitted by:	emikulic@gmail.com (maintainer)

Modified:
  head/net-mgmt/darkstat/Makefile
  head/net-mgmt/darkstat/distinfo

Modified: head/net-mgmt/darkstat/Makefile
==============================================================================
--- head/net-mgmt/darkstat/Makefile	Wed May 27 13:35:50 2015	(r387604)
+++ head/net-mgmt/darkstat/Makefile	Wed May 27 13:40:45 2015	(r387605)
@@ -2,16 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	darkstat
-PORTVERSION=	3.0.718
+PORTVERSION=	3.0.719
 CATEGORIES=	net-mgmt
-MASTER_SITES=	http://unix4lyfe.org/darkstat/
+MASTER_SITES=	https://unix4lyfe.org/darkstat/
 
 MAINTAINER=	emikulic@gmail.com
 COMMENT=	Network statistics gatherer and reporter
 
 USE_RC_SUBR=	darkstat
 
-USES=	tar:bzip2
+USES=		tar:bzip2
 GNU_CONFIGURE=	yes
 
 PORTDOCS=	AUTHORS INSTALL README

Modified: head/net-mgmt/darkstat/distinfo
==============================================================================
--- head/net-mgmt/darkstat/distinfo	Wed May 27 13:35:50 2015	(r387604)
+++ head/net-mgmt/darkstat/distinfo	Wed May 27 13:40:45 2015	(r387605)
@@ -1,2 +1,2 @@
-SHA256 (darkstat-3.0.718.tar.bz2) = 682f3e53f4e89ea6ad08236b4225a5e0859428299765d8d995374cd7fa22adff
-SIZE (darkstat-3.0.718.tar.bz2) = 116044
+SHA256 (darkstat-3.0.719.tar.bz2) = aeaf909585f7f43dc032a75328fdb62114e58405b06a92a13c0d3653236dedd7
+SIZE (darkstat-3.0.719.tar.bz2) = 117695



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