aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zap
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2017-01-04 18:10:24 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2017-01-04 18:10:24 +0000
commit53b4130f2af3627d01df7e001affbe3113b61973 (patch)
tree81b81e7bc199ec9963656026eefffce0f5c07c0e /sysutils/zap
parent5018a5f75773d5dc7c492a02fcdb0adbb74bdccc (diff)
downloadports-53b4130f2af3627d01df7e001affbe3113b61973.tar.gz
ports-53b4130f2af3627d01df7e001affbe3113b61973.zip
sysutils/zap: Update to version 0.6.1.
Changes in version 0.6.0: - Add remote replication support. - Rework command options to be similar to the zfs command. Changes in version 0.6.1: - Fix incorrect replication example in the documentation. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9043
Notes
Notes: svn path=/head/; revision=430583
Diffstat (limited to 'sysutils/zap')
-rw-r--r--sysutils/zap/Makefile6
-rw-r--r--sysutils/zap/distinfo6
-rw-r--r--sysutils/zap/pkg-message6
3 files changed, 11 insertions, 7 deletions
diff --git a/sysutils/zap/Makefile b/sysutils/zap/Makefile
index 39d5a36c1090..ead5da21396f 100644
--- a/sysutils/zap/Makefile
+++ b/sysutils/zap/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= zap
-PORTVERSION= 0.5.0
+PORTVERSION= 0.6.1
CATEGORIES= sysutils
MAINTAINER= jrm@FreeBSD.org
@@ -20,7 +20,7 @@ PORTDOCS= README.org
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/zap ${STAGEDIR}${PREFIX}/bin
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.org ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>
diff --git a/sysutils/zap/distinfo b/sysutils/zap/distinfo
index f907d74ce856..8be14032849e 100644
--- a/sysutils/zap/distinfo
+++ b/sysutils/zap/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479097395
-SHA256 (Jehops-zap-0.5.0_GH0.tar.gz) = 40d2b44187bbc5bf5a859b5d60ef383714b6a42741083d566c53d3bc3dd63b36
-SIZE (Jehops-zap-0.5.0_GH0.tar.gz) = 3821
+TIMESTAMP = 1483551920
+SHA256 (Jehops-zap-0.6.1_GH0.tar.gz) = f4f85fdd7c3470be29c8c4f8935141d6f330eda7051493ca639a31aca73c484c
+SIZE (Jehops-zap-0.6.1_GH0.tar.gz) = 6253
diff --git a/sysutils/zap/pkg-message b/sysutils/zap/pkg-message
index d81410e21649..23fe7def80a0 100644
--- a/sysutils/zap/pkg-message
+++ b/sysutils/zap/pkg-message
@@ -1,3 +1,7 @@
=============================================================
-WARNING: The command line arguments changed in version 0.3.0!
+WARNING!
+
+The command line arguments and the format of zap snapshot
+names changed in version 0.6.0! The name change means you
+will have to manually clean up old zap snapshots.
=============================================================