From nobody@FreeBSD.org  Thu Apr  7 11:17:41 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 58109106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Apr 2011 11:17:41 +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 2F4888FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Apr 2011 11:17:41 +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 p37BHeUu047801
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 7 Apr 2011 11:17:40 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p37BHePD047800;
	Thu, 7 Apr 2011 11:17:40 GMT
	(envelope-from nobody)
Message-Id: <201104071117.p37BHePD047800@red.freebsd.org>
Date: Thu, 7 Apr 2011 11:17:40 GMT
From: Ivan Dreckman <ivannashdreckman@fastmail.fm>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] sysutils/zxfer to 0.9.7
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         156247
>Category:       ports
>Synopsis:       [maintainer update] sysutils/zxfer to 0.9.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 07 11:20:12 UTC 2011
>Closed-Date:    Fri Apr 08 18:00:49 UTC 2011
>Last-Modified:  Fri Apr  8 18:10:09 UTC 2011
>Originator:     Ivan Dreckman
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
>Description:
update sysutils/zxfer to 0.9.7

Patches Makefile to be more portable with rsync dependency.
pkg-descr also trimmed a little.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN zxfer.orig/Makefile zxfer/Makefile
--- zxfer.orig/Makefile	2011-04-07 18:02:53.565497759 +1000
+++ zxfer/Makefile	2011-04-07 18:03:18.806083644 +1000
@@ -1,19 +1,19 @@
 # New ports collection makefile for:	zxfer
-# Date created:				02 April 2011
+# Date created:				07 April 2011
 # Whom:					Ivan Dreckman <ivannashdreckman@fastmail.fm>
 #
-# $FreeBSD: ports/sysutils/zxfer/Makefile,v 1.1 2011/04/04 15:03:51 dhn Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	zxfer
-PORTVERSION=	0.9.6
+PORTVERSION=	0.9.7
 CATEGORIES=	sysutils
 MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	ivannashdreckman@fastmail.fm
 COMMENT=	Easily and reliably transfer ZFS filesystems
 
-RUN_DEPENDS=	${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync
+RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync
 
 USE_BZIP2=	yes
 NO_BUILD=	yes
diff -ruN zxfer.orig/distinfo zxfer/distinfo
--- zxfer.orig/distinfo	2011-04-07 18:02:53.565497759 +1000
+++ zxfer/distinfo	2011-04-07 17:56:59.957819130 +1000
@@ -1,2 +1,2 @@
-SHA256 (zxfer-0.9.6.tar.bz2) = d64d08bdff513ebe391f8aa3361636a328670cb5179a36fedb1de144cc18c6f1
-SIZE (zxfer-0.9.6.tar.bz2) = 44871
+SHA256 (zxfer-0.9.7.tar.bz2) = 830bae13208e1a99db7bfa06c3d2fd5ef5476bb652b50ecee6c3a69b816a77ca
+SIZE (zxfer-0.9.7.tar.bz2) = 45062
diff -ruN zxfer.orig/pkg-descr zxfer/pkg-descr
--- zxfer.orig/pkg-descr	2011-04-07 18:02:53.565497759 +1000
+++ zxfer/pkg-descr	2011-04-07 17:46:42.776391043 +1000
@@ -1,7 +1,7 @@
 Zxfer is a fork of zfs-replicate. It allows the easy and reliable backup,
-restore or transfer of zfs filesystems, either locally or remotely.
+restore or transfer of ZFS filesystems, either locally or remotely.
 
-Zxfer has the following features:
+Some of the features zxfer has:
   * Written in sh with only one dependency, rsync. Rsync mode is not used
       in a typical restore, hence in that situation all you need is the 
       zxfer script, your backup and an install CD/DVD.
@@ -14,11 +14,11 @@
   * Override properties in the transfer, e.g. for archival purposes
       it is useful to override "copies" and "compression".
   * Create all filesystems on the destination as necessary.
-  * Write backup files to aid in automatically restoring the original
-      properties that have been overridden.
   * A comprehensive man page with examples.
   * Can be set to beep on error or when done, useful for long transfers.
   * Features an rsync mode for when two different snapshotting regimes are on
       source and destination, and zfs send/receive won't work.
 
+LICENSE: BSD
+
 WWW: http://www.zxfer.org


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Fri Apr 8 14:32:52 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156247 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Fri Apr 8 18:00:47 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156247: commit references a PR
Date: Fri,  8 Apr 2011 18:00:40 +0000 (UTC)

 dhn         2011-04-08 18:00:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/zxfer       Makefile distinfo pkg-descr 
   Log:
   - Update to 0.9.7
   
   PR:             ports/156247
   Submitted by:   Ivan Dreckman <ivannashdreckman@fastmail.fm> (maintainer)
   
   Revision  Changes    Path
   1.2       +3 -3      ports/sysutils/zxfer/Makefile
   1.2       +2 -2      ports/sysutils/zxfer/distinfo
   1.2       +4 -4      ports/sysutils/zxfer/pkg-descr
 _______________________________________________
 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:
