aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zap
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2016-11-14 19:13:39 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2016-11-14 19:13:39 +0000
commit380a187d40dcedbad41b2b9b30e30ce72c1f4c17 (patch)
treea7a448d9c0afc01ed7d9417d5bfbc309a706720b /sysutils/zap
parent8ffe50895a4c9b26058d3a728e0b68304c2c8b25 (diff)
downloadports-380a187d40dcedbad41b2b9b30e30ce72c1f4c17.tar.gz
ports-380a187d40dcedbad41b2b9b30e30ce72c1f4c17.zip
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
Notes
Notes: svn path=/head/; revision=426133
Diffstat (limited to 'sysutils/zap')
-rw-r--r--sysutils/zap/Makefile2
-rw-r--r--sysutils/zap/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/zap/Makefile b/sysutils/zap/Makefile
index 1716d5c72068..39d5a36c1090 100644
--- a/sysutils/zap/Makefile
+++ b/sysutils/zap/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= zap
-PORTVERSION= 0.4.1
+PORTVERSION= 0.5.0
CATEGORIES= sysutils
MAINTAINER= jrm@FreeBSD.org
diff --git a/sysutils/zap/distinfo b/sysutils/zap/distinfo
index 2b966fc169aa..f907d74ce856 100644
--- a/sysutils/zap/distinfo
+++ b/sysutils/zap/distinfo
@@ -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