aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zxfer
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2011-04-08 18:00:32 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2011-04-08 18:00:32 +0000
commit8a6beb387a51f66cc6ca86f1eaf566105cea937f (patch)
treea909415077493fa5cad36d3d7aadda253cb2262e /sysutils/zxfer
parentb6ca6fce5fb144b0f08706ce9e5b3d99bb814384 (diff)
downloadports-8a6beb387a51f66cc6ca86f1eaf566105cea937f.tar.gz
ports-8a6beb387a51f66cc6ca86f1eaf566105cea937f.zip
- Update to 0.9.7
PR: ports/156247 Submitted by: Ivan Dreckman <ivannashdreckman@fastmail.fm> (maintainer)
Notes
Notes: svn path=/head/; revision=272407
Diffstat (limited to 'sysutils/zxfer')
-rw-r--r--sysutils/zxfer/Makefile6
-rw-r--r--sysutils/zxfer/distinfo4
-rw-r--r--sysutils/zxfer/pkg-descr8
3 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/zxfer/Makefile b/sysutils/zxfer/Makefile
index 7222ddc0afb7..ebc9a6cd8c20 100644
--- a/sysutils/zxfer/Makefile
+++ b/sysutils/zxfer/Makefile
@@ -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$
#
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 --git a/sysutils/zxfer/distinfo b/sysutils/zxfer/distinfo
index 878b2be8dba2..7cbb1e6d96fd 100644
--- a/sysutils/zxfer/distinfo
+++ b/sysutils/zxfer/distinfo
@@ -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 --git a/sysutils/zxfer/pkg-descr b/sysutils/zxfer/pkg-descr
index a698092ed2fa..6a1c5f033133 100644
--- a/sysutils/zxfer/pkg-descr
+++ b/sysutils/zxfer/pkg-descr
@@ -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 @@ Zxfer has the following features:
* 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