ports/156247: [maintainer update] sysutils/zxfer to 0.9.7

Ivan Dreckman ivannashdreckman at fastmail.fm
Thu Apr 7 11:20:12 UTC 2011


>Number:         156247
>Category:       ports
>Synopsis:       [maintainer update] sysutils/zxfer to 0.9.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 07 11:20:12 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list