svn commit: r471114 - head/sysutils/dwatch-gource

Devin Teske dteske at FreeBSD.org
Tue May 29 21:26:32 UTC 2018


Author: dteske
Date: Tue May 29 21:26:31 2018
New Revision: 471114
URL: https://svnweb.freebsd.org/changeset/ports/471114

Log:
  sysutils/dwatch-gource: Update to 0.8
  
  In the network visualization code:
  + Deprecate pre-scan for existing network connections
  + Add tcp:::state-change to catch tcpdrop
  + Add missing probe ID to fbt::soreceive_dgram:entry
  
  Reviewed by:	mat (mentor)
  Approved by:	mat (mentor)
  Sponsored by:	Smule, Inc.
  Differential Revision:	https://reviews.freebsd.org/D15608

Modified:
  head/sysutils/dwatch-gource/Makefile
  head/sysutils/dwatch-gource/distinfo

Modified: head/sysutils/dwatch-gource/Makefile
==============================================================================
--- head/sysutils/dwatch-gource/Makefile	Tue May 29 21:25:44 2018	(r471113)
+++ head/sysutils/dwatch-gource/Makefile	Tue May 29 21:26:31 2018	(r471114)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dwatch-gource
-DISTVERSION=	0.7
+DISTVERSION=	0.8
 CATEGORIES=	sysutils
 
 MAINTAINER=	dteske at FreeBSD.org

Modified: head/sysutils/dwatch-gource/distinfo
==============================================================================
--- head/sysutils/dwatch-gource/distinfo	Tue May 29 21:25:44 2018	(r471113)
+++ head/sysutils/dwatch-gource/distinfo	Tue May 29 21:26:31 2018	(r471114)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527486735
-SHA256 (FrauBSD-dwatch-gource-0.7_GH0.tar.gz) = 73061a73c27694c6152f934b538e10fc5c638bfab43aa56f932ca494f12ce24e
-SIZE (FrauBSD-dwatch-gource-0.7_GH0.tar.gz) = 12450
+TIMESTAMP = 1527622158
+SHA256 (FrauBSD-dwatch-gource-0.8_GH0.tar.gz) = adedb8a631e05e345e21f7b7817bcc3f03f3793c8e67a41f433944e365b8d8cf
+SIZE (FrauBSD-dwatch-gource-0.8_GH0.tar.gz) = 12458


More information about the svn-ports-all mailing list