svn commit: r430583 - head/sysutils/zap

Joseph Mingrone jrm at FreeBSD.org
Wed Jan 4 18:10:25 UTC 2017


Author: jrm
Date: Wed Jan  4 18:10:24 2017
New Revision: 430583
URL: https://svnweb.freebsd.org/changeset/ports/430583

Log:
  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

Modified:
  head/sysutils/zap/Makefile
  head/sysutils/zap/distinfo
  head/sysutils/zap/pkg-message

Modified: head/sysutils/zap/Makefile
==============================================================================
--- head/sysutils/zap/Makefile	Wed Jan  4 18:06:30 2017	(r430582)
+++ head/sysutils/zap/Makefile	Wed Jan  4 18:10:24 2017	(r430583)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	zap
-PORTVERSION=	0.5.0
+PORTVERSION=	0.6.1
 CATEGORIES=	sysutils
 
 MAINTAINER=	jrm at 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>

Modified: head/sysutils/zap/distinfo
==============================================================================
--- head/sysutils/zap/distinfo	Wed Jan  4 18:06:30 2017	(r430582)
+++ head/sysutils/zap/distinfo	Wed Jan  4 18:10:24 2017	(r430583)
@@ -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

Modified: head/sysutils/zap/pkg-message
==============================================================================
--- head/sysutils/zap/pkg-message	Wed Jan  4 18:06:30 2017	(r430582)
+++ head/sysutils/zap/pkg-message	Wed Jan  4 18:10:24 2017	(r430583)
@@ -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.
 =============================================================


More information about the svn-ports-all mailing list