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

Devin Teske dteske at FreeBSD.org
Wed May 30 17:49:08 UTC 2018


Author: dteske
Date: Wed May 30 17:49:07 2018
New Revision: 471140
URL: https://svnweb.freebsd.org/changeset/ports/471140

Log:
  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

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

Modified: head/sysutils/dwatch-gource/Makefile
==============================================================================
--- head/sysutils/dwatch-gource/Makefile	Wed May 30 17:47:30 2018	(r471139)
+++ head/sysutils/dwatch-gource/Makefile	Wed May 30 17:49:07 2018	(r471140)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dwatch-gource
-DISTVERSION=	0.8
+DISTVERSION=	0.9
 CATEGORIES=	sysutils
 
 MAINTAINER=	dteske at FreeBSD.org

Modified: head/sysutils/dwatch-gource/distinfo
==============================================================================
--- head/sysutils/dwatch-gource/distinfo	Wed May 30 17:47:30 2018	(r471139)
+++ head/sysutils/dwatch-gource/distinfo	Wed May 30 17:49:07 2018	(r471140)
@@ -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


More information about the svn-ports-all mailing list