Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2010 15:01:06 GMT
From:      Aldis Berjoza <aldis@bsdroot.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/149239: [PATCH] update sysutils/zfSnap to v1.1.7
Message-ID:  <201008031501.o73F16oL016603@www.freebsd.org>
Resent-Message-ID: <201008031510.o73FA2FA016285@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         149239
>Category:       ports
>Synopsis:       [PATCH] update sysutils/zfSnap to v1.1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 03 15:10:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
>Description:
Update zfSnap to v1.1.7
Improve pkg-descr
change WWW

What's new?
* add -n switch
* code cleanup & bug fixes
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ru zfSnap.old/Makefile zfSnap/Makefile
--- zfSnap.old/Makefile	2010-08-03 17:36:43.552697069 +0300
+++ zfSnap/Makefile	2010-08-03 17:55:04.441441466 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	zfSnap
-PORTVERSION=	1.1
+PORTVERSION=	1.1.7
 CATEGORIES=	sysutils
 MASTER_SITES=	http://files.bsdroot.lv/FreeBSD/distfiles/
 
diff -ru zfSnap.old/distinfo zfSnap/distinfo
--- zfSnap.old/distinfo	2010-08-03 17:36:43.552697069 +0300
+++ zfSnap/distinfo	2010-08-03 17:55:04.441441466 +0300
@@ -1,3 +1,3 @@
-MD5 (zfSnap-1.1.tar.gz) = 82c34e42c5d1dba7cc42b2a53cd83787
-SHA256 (zfSnap-1.1.tar.gz) = fe957b76f188af1a78bee6d72a41b8e0e8bb6d3b664204c31b5ff504af106e0f
-SIZE (zfSnap-1.1.tar.gz) = 1833
+MD5 (zfSnap-1.1.7.tar.gz) = 60538c3617f6cb6459234bddfb9c3560
+SHA256 (zfSnap-1.1.7.tar.gz) = ad0d37f28f95feb3110b770ba8651d2a01b0240a28248844cd780aa6a424157b
+SIZE (zfSnap-1.1.7.tar.gz) = 1757
diff -ru zfSnap.old/pkg-descr zfSnap/pkg-descr
--- zfSnap.old/pkg-descr	2010-08-03 17:36:43.553713678 +0300
+++ zfSnap/pkg-descr	2010-08-03 17:55:04.442465338 +0300
@@ -1,7 +1,12 @@
-zfSnap is very simple sh script to make periodic zfs snapshots with cron.
-It will also delete old snapshots.
+zfSnap is simple sh script to make rolling zfs snapshots with cron. Main
+advantage of zfSnap is that it's written in %100 pure /bin/sh, doesn't
+require any additional software to run, and is simple to use.
 
-WWW: http://aldis.git.bsdroot.lv/zfSnap
+zfSnap keeps all information about snapshot in snapshot name. zfs snapshot
+names are in form: Timestamp--TTL where timestamp is date and time of
+snapshot creation and TTL is Time To Live in human readable form.
+
+WWW: http://wiki.bsdroot.lv/zfsnap
 
 -- Aldis Berjoza
 <aldis@bsdroot.lv>


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008031501.o73F16oL016603>