From 0e7ce8115589ce799693145187205f8237a40577 Mon Sep 17 00:00:00 2001 From: dteske Date: Tue, 29 May 2018 21:26:31 +0000 Subject: 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 --- sysutils/dwatch-gource/Makefile | 2 +- sysutils/dwatch-gource/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sysutils') diff --git a/sysutils/dwatch-gource/Makefile b/sysutils/dwatch-gource/Makefile index 3c2c2eb4fcf8..8dc6f0373b1d 100644 --- a/sysutils/dwatch-gource/Makefile +++ b/sysutils/dwatch-gource/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dwatch-gource -DISTVERSION= 0.7 +DISTVERSION= 0.8 CATEGORIES= sysutils MAINTAINER= dteske@FreeBSD.org diff --git a/sysutils/dwatch-gource/distinfo b/sysutils/dwatch-gource/distinfo index feaa3167779d..5972863cf56c 100644 --- a/sysutils/dwatch-gource/distinfo +++ b/sysutils/dwatch-gource/distinfo @@ -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 -- cgit