[Midnightbsd-cvs] mports [16733] trunk/sysutils/zfstools: zfstools 0.3.2

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 30 14:22:08 EDT 2014


Revision: 16733
          http://svnweb.midnightbsd.org/mports/?rev=16733
Author:   laffer1
Date:     2014-08-30 14:22:07 -0400 (Sat, 30 Aug 2014)
Log Message:
-----------
zfstools 0.3.2

Modified Paths:
--------------
    trunk/sysutils/zfstools/Makefile
    trunk/sysutils/zfstools/distinfo
    trunk/sysutils/zfstools/files/pkg-message.in

Modified: trunk/sysutils/zfstools/Makefile
===================================================================
--- trunk/sysutils/zfstools/Makefile	2014-08-30 16:26:43 UTC (rev 16732)
+++ trunk/sysutils/zfstools/Makefile	2014-08-30 18:22:07 UTC (rev 16733)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	zfstools
-PORTVERSION=	0.3.1
+PORTVERSION=	0.3.2
 CATEGORIES=	sysutils ruby
 MASTER_SITES=	GH \
 		http://mirror.shatow.net/freebsd/${PORTNAME}/
@@ -10,10 +10,11 @@
 COMMENT=	OpenSolaris-compatible auto snapshotting for ZFS
 
 LICENSE=	bsd2
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	bdrewery
-GH_COMMIT=	24d02f9
+GH_COMMIT=	6794ec1
 GH_TAGNAME=	v${DISTVERSION}
 
 USE_RUBY=	yes

Modified: trunk/sysutils/zfstools/distinfo
===================================================================
--- trunk/sysutils/zfstools/distinfo	2014-08-30 16:26:43 UTC (rev 16732)
+++ trunk/sysutils/zfstools/distinfo	2014-08-30 18:22:07 UTC (rev 16733)
@@ -1,2 +1,2 @@
-SHA256 (zfstools-0.3.1.tar.gz) = 4a6f60555ddc0f24b889f9aa633dfb732cee0e6ca737fdc96e1b0b07bb947ca4
-SIZE (zfstools-0.3.1.tar.gz) = 10959
+SHA256 (zfstools-0.3.2.tar.gz) = 00cd9d6dc8553b9447935fec626888e78441bc57f86bde45778265fccf496169
+SIZE (zfstools-0.3.2.tar.gz) = 10997

Modified: trunk/sysutils/zfstools/files/pkg-message.in
===================================================================
--- trunk/sysutils/zfstools/files/pkg-message.in	2014-08-30 16:26:43 UTC (rev 16732)
+++ trunk/sysutils/zfstools/files/pkg-message.in	2014-08-30 18:22:07 UTC (rev 16733)
@@ -1,5 +1,6 @@
 To enable automatic snapshots, place lines such as these into /etc/crontab:
 
+    PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin
     15,30,45 * * * * root %%PREFIX%%/sbin/zfs-auto-snapshot frequent  4
     0        * * * * root %%PREFIX%%/sbin/zfs-auto-snapshot hourly   24
     7        0 * * * root %%PREFIX%%/sbin/zfs-auto-snapshot daily     7
@@ -14,4 +15,12 @@
 
     zfs set com.sun:auto-snapshot=true DATASET
 
+Children datasets can be disabled for snapshot with:
+
+    zfs set com.sun:auto-snapshot=false DATASET
+
+Or for specific intervals:
+
+    zfs set com.sun:auto-snapshot:frequent=false DATASET
+
 See website and command usage output for further details.



More information about the Midnightbsd-cvs mailing list