diff options
author | jrm <jrm@FreeBSD.org> | 2016-11-15 03:13:39 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2016-11-15 03:13:39 +0800 |
commit | 5a802988ac5801f4d23cd7622ff18c88df629f24 (patch) | |
tree | a7a448d9c0afc01ed7d9417d5bfbc309a706720b /sysutils | |
parent | 8cfb2d4c6c88bf4f81366de4c6e13dff3d19a308 (diff) | |
download | freebsd-ports-graphics-5a802988ac5801f4d23cd7622ff18c88df629f24.tar.gz freebsd-ports-graphics-5a802988ac5801f4d23cd7622ff18c88df629f24.tar.zst freebsd-ports-graphics-5a802988ac5801f4d23cd7622ff18c88df629f24.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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/zap/Makefile | 2 | ||||
-rw-r--r-- | sysutils/zap/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/zap/Makefile b/sysutils/zap/Makefile index 1716d5c7206..39d5a36c109 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 2b966fc169a..f907d74ce85 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 |