From owner-svn-ports-head@freebsd.org Mon Nov 14 19:13:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA172C416E0; Mon, 14 Nov 2016 19:13:40 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BAA11B86; Mon, 14 Nov 2016 19:13:40 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAEJDd5F041413; Mon, 14 Nov 2016 19:13:39 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAEJDdTd041411; Mon, 14 Nov 2016 19:13:39 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201611141913.uAEJDdTd041411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 14 Nov 2016 19:13:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426133 - head/sysutils/zap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2016 19:13:40 -0000 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