From nobody@FreeBSD.org  Sun Jun  5 09:30:55 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 14EE3106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  5 Jun 2011 09:30:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id C58748FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  5 Jun 2011 09:30:54 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p559Usd6008651
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 5 Jun 2011 09:30:54 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p559UrG9008650;
	Sun, 5 Jun 2011 09:30:53 GMT
	(envelope-from nobody)
Message-Id: <201106050930.p559UrG9008650@red.freebsd.org>
Date: Sun, 5 Jun 2011 09:30:53 GMT
From: Aldis Berjoza <aldis@bsdroot.lv>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] sysutils/zfsnap update to v1.10.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         157621
>Category:       ports
>Synopsis:       [PATCH] sysutils/zfsnap update to v1.10.0
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    tdb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 05 09:40:07 UTC 2011
>Closed-Date:    Sun Jun 05 12:47:03 UTC 2011
>Last-Modified:  Sun Jun  5 12:50:06 UTC 2011
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
>Description:
Update zfSnap to v1.10.0

This update bring new command line switch -zpool28fix which will turn on workaround for zpool v28 zfs destroy -r bug

About this bug:
http://www.freebsd.org/cgi/getmsg.cgi?fetch=26590+30792+/usr/local/www/db/text/2011/freebsd-fs/20110327.freebsd-fs
http://www.freebsd.org/cgi/getmsg.cgi?fetch=326330+329407+/usr/local/www/db/text/2011/freebsd-fs/20110508.freebsd-fs
http://www.freebsd.org/cgi/getmsg.cgi?fetch=392420+397429+/usr/local/www/db/text/2011/freebsd-current/20110327.freebsd-current
http://www.freebsd.org/cgi/getmsg.cgi?fetch=63397+70918+/usr/local/www/db/text/2011/freebsd-current/20110320.freebsd-current
http://www.freebsd.org/cgi/getmsg.cgi?fetch=52098+59772+/usr/local/www/db/text/2011/freebsd-current/20110320.freebsd-current

For more info:
https://wiki.bsdroot.lv/zfsnap#generic_options

P.S.
Maybe info about -zpool28fix should be included in UPDATING?
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN zfsnap.bak/Makefile zfsnap/Makefile
--- zfsnap.bak/Makefile	2011-06-05 12:14:21.679589036 +0300
+++ zfsnap/Makefile	2011-06-05 12:15:09.664704456 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	zfsnap
-PORTVERSION=	1.9.4
+PORTVERSION=	1.10.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://files.bsdroot.lv/my/FreeBSD/distfiles/
 DISTNAME=	zfSnap-${PORTVERSION}
@@ -16,7 +16,7 @@
 
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/zfSnap-${REV}
-REV=		55cdedfce678
+REV=		cc881751ad16
 
 PERIODICDIR?=	${PREFIX}/etc/periodic
 PLIST_SUB+=	PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}"
diff -ruN zfsnap.bak/distinfo zfsnap/distinfo
--- zfsnap.bak/distinfo	2011-06-05 12:14:21.670587792 +0300
+++ zfsnap/distinfo	2011-06-05 12:16:34.577772832 +0300
@@ -1,2 +1,2 @@
-SHA256 (zfSnap-1.9.4.tar.gz) = 759220693320aba671aadfc302b2b3e4959fb787e02017512d894c840040b8e2
-SIZE (zfSnap-1.9.4.tar.gz) = 4988
+SHA256 (zfSnap-1.10.0.tar.gz) = 69fef45b676533355fbf7e0f438316a19e0e0a0a91ffbc130de24645df20bda3
+SIZE (zfSnap-1.10.0.tar.gz) = 5234


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tdb 
Responsible-Changed-By: tdb 
Responsible-Changed-When: Sun Jun 5 11:29:25 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157621 
State-Changed-From-To: open->closed 
State-Changed-By: tdb 
State-Changed-When: Sun Jun 5 12:47:00 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157621 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157621: commit references a PR
Date: Sun,  5 Jun 2011 12:46:49 +0000 (UTC)

 tdb         2011-06-05 12:46:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     .                    UPDATING 
     sysutils/zfsnap      Makefile distinfo 
   Log:
   - Update zfSnap to 1.10.0
   
   This includes a workaround for use with zpool v28. See UPDATING for
   more information.
   
   PR:             ports/157621
   Submitted by:   Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
   
   Revision  Changes    Path
   1.1071    +14 -1     ports/UPDATING
   1.17      +2 -2      ports/sysutils/zfsnap/Makefile
   1.17      +2 -2      ports/sysutils/zfsnap/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
