svn commit: r397004 - head/sysutils/zfs-stats-lite

Devin Teske dteske at FreeBSD.org
Tue Sep 15 16:38:47 UTC 2015


Author: dteske (src committer)
Date: Tue Sep 15 16:38:46 2015
New Revision: 397004
URL: https://svnweb.freebsd.org/changeset/ports/397004

Log:
  Bump to version 1.2: fix printf formatting error
  
  PR:		ports/200260
  Differential Revision:	https://reviews.freebsd.org/D3663
  Submitted by:	Joseph Mingrone <jrm at ftfl.ca>
  Reviewed by:	feld
  Approved by:	feld

Modified:
  head/sysutils/zfs-stats-lite/Makefile
  head/sysutils/zfs-stats-lite/distinfo

Modified: head/sysutils/zfs-stats-lite/Makefile
==============================================================================
--- head/sysutils/zfs-stats-lite/Makefile	Tue Sep 15 16:29:08 2015	(r397003)
+++ head/sysutils/zfs-stats-lite/Makefile	Tue Sep 15 16:38:46 2015	(r397004)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zfs-stats-lite
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://druidbsd.sourceforge.net/download/
 

Modified: head/sysutils/zfs-stats-lite/distinfo
==============================================================================
--- head/sysutils/zfs-stats-lite/distinfo	Tue Sep 15 16:29:08 2015	(r397003)
+++ head/sysutils/zfs-stats-lite/distinfo	Tue Sep 15 16:38:46 2015	(r397004)
@@ -1,2 +1,2 @@
-SHA256 (zfs-stats-lite-1.1.tar.gz) = 492f01698f2c7743cf8849003c7a8cb65ea5f1e67f3453850485138932291078
-SIZE (zfs-stats-lite-1.1.tar.gz) = 7343
+SHA256 (zfs-stats-lite-1.2.tar.gz) = 2671eed519aabe096f6480988c9513a4e5963b00195c88d76fa089755227f634
+SIZE (zfs-stats-lite-1.2.tar.gz) = 7637


More information about the svn-ports-all mailing list