diff options
author | dteske <dteske@FreeBSD.org> | 2018-05-31 01:49:07 +0800 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2018-05-31 01:49:07 +0800 |
commit | f3b6e8c7998fe66011c15759b7cc98dbef3ddb06 (patch) | |
tree | 6038ce5e14d9c4e58896690706a51efcff9eaa30 | |
parent | 17f95eacdffc98337aac03eccb6b864c58b334b7 (diff) | |
download | freebsd-ports-gnome-f3b6e8c7998fe66011c15759b7cc98dbef3ddb06.tar.gz freebsd-ports-gnome-f3b6e8c7998fe66011c15759b7cc98dbef3ddb06.tar.zst freebsd-ports-gnome-f3b6e8c7998fe66011c15759b7cc98dbef3ddb06.zip |
sysutils/dwatch-gource: Update to 0.9
All profiles:
+ Abstract multiple occurrences of raw profile
+ Unbreak -d option
proc profile:
+ Rename _RAWLOGFILE to _RAW_LOGFILE for consistency
vfs profile:
+ Remove extraneous whitespace
+ Fix output flushing
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Sponsored by: Smule, Inc.
Differential Revision: https://reviews.freebsd.org/D15612
-rw-r--r-- | sysutils/dwatch-gource/Makefile | 2 | ||||
-rw-r--r-- | sysutils/dwatch-gource/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/dwatch-gource/Makefile b/sysutils/dwatch-gource/Makefile index 8dc6f0373b1d..87cef0018b2b 100644 --- a/sysutils/dwatch-gource/Makefile +++ b/sysutils/dwatch-gource/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dwatch-gource -DISTVERSION= 0.8 +DISTVERSION= 0.9 CATEGORIES= sysutils MAINTAINER= dteske@FreeBSD.org diff --git a/sysutils/dwatch-gource/distinfo b/sysutils/dwatch-gource/distinfo index 5972863cf56c..76d26bc74281 100644 --- a/sysutils/dwatch-gource/distinfo +++ b/sysutils/dwatch-gource/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1527622158 -SHA256 (FrauBSD-dwatch-gource-0.8_GH0.tar.gz) = adedb8a631e05e345e21f7b7817bcc3f03f3793c8e67a41f433944e365b8d8cf -SIZE (FrauBSD-dwatch-gource-0.8_GH0.tar.gz) = 12458 +TIMESTAMP = 1527632333 +SHA256 (FrauBSD-dwatch-gource-0.9_GH0.tar.gz) = cfe61481bbbc054984ad5e8f8d98c92fbe2511efab0dac255655fecd439ce838 +SIZE (FrauBSD-dwatch-gource-0.9_GH0.tar.gz) = 12481 |