Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2016 19:13:39 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426133 - head/sysutils/zap
Message-ID:  <201611141913.uAEJDdTd041411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Mon Nov 14 19:13:39 2016
New Revision: 426133
URL: https://svnweb.freebsd.org/changeset/ports/426133

Log:
  sysutils/zap: Update to version 0.5.0
  
  Changelog:
  - Use getops for option handling.
  - Create snapshots again when a scrub is in progress.
  - Let the -r flag be specified for individual datasets.
    - To handle parsing the '-r' flags, the create function was broken off
      into two functions: create_parse() and create(). create() creates one
      snapshot per call.
  - Created helper functions pool_ok and pool_scrub.
  - Minor changes to warning messages.
  - POSIX sh does not support local, so initialize variables intended to be
    local to a function.
  
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D8511

Modified:
  head/sysutils/zap/Makefile
  head/sysutils/zap/distinfo

Modified: head/sysutils/zap/Makefile
==============================================================================
--- head/sysutils/zap/Makefile	Mon Nov 14 19:13:00 2016	(r426132)
+++ head/sysutils/zap/Makefile	Mon Nov 14 19:13:39 2016	(r426133)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	zap
-PORTVERSION=	0.4.1
+PORTVERSION=	0.5.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	jrm@FreeBSD.org

Modified: head/sysutils/zap/distinfo
==============================================================================
--- head/sysutils/zap/distinfo	Mon Nov 14 19:13:00 2016	(r426132)
+++ head/sysutils/zap/distinfo	Mon Nov 14 19:13:39 2016	(r426133)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1472132223
-SHA256 (Jehops-zap-0.4.1_GH0.tar.gz) = be8e84af10e3d79f2c941e2428e3d4dcdf16ebddb17a110d4ef539c76ce8794b
-SIZE (Jehops-zap-0.4.1_GH0.tar.gz) = 3221
+TIMESTAMP = 1479097395
+SHA256 (Jehops-zap-0.5.0_GH0.tar.gz) = 40d2b44187bbc5bf5a859b5d60ef383714b6a42741083d566c53d3bc3dd63b36
+SIZE (Jehops-zap-0.5.0_GH0.tar.gz) = 3821



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611141913.uAEJDdTd041411>