diff options
author | dhn <dhn@FreeBSD.org> | 2011-04-09 02:00:32 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-04-09 02:00:32 +0800 |
commit | 6b52a23c6217bb2fb041be13968a13ea6c428b2f (patch) | |
tree | 80605fcaa41fc8bb15c6c1abccc1ab55bc11cc76 /sysutils | |
parent | 3803aafd01f04d1563c8cf8f03ffdadd156e8d39 (diff) | |
download | freebsd-ports-gnome-6b52a23c6217bb2fb041be13968a13ea6c428b2f.tar.gz freebsd-ports-gnome-6b52a23c6217bb2fb041be13968a13ea6c428b2f.tar.zst freebsd-ports-gnome-6b52a23c6217bb2fb041be13968a13ea6c428b2f.zip |
- Update to 0.9.7
PR: ports/156247
Submitted by: Ivan Dreckman <ivannashdreckman@fastmail.fm> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/zxfer/Makefile | 6 | ||||
-rw-r--r-- | sysutils/zxfer/distinfo | 4 | ||||
-rw-r--r-- | sysutils/zxfer/pkg-descr | 8 |
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 |