diff options
author | linimon <linimon@FreeBSD.org> | 2004-02-08 15:32:41 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-02-08 15:32:41 +0800 |
commit | 68d27ced742b7a38b4a25821b7b1ee30b034823c (patch) | |
tree | 3bcb8ad3736b4c2b89fb2c7c7fbd41ad668ff4b5 /sysutils | |
parent | 90cd14bce2f372d03a899611baddce2debc4f84a (diff) | |
download | freebsd-ports-gnome-68d27ced742b7a38b4a25821b7b1ee30b034823c.tar.gz freebsd-ports-gnome-68d27ced742b7a38b4a25821b7b1ee30b034823c.tar.zst freebsd-ports-gnome-68d27ced742b7a38b4a25821b7b1ee30b034823c.zip |
Update to 1.1.0. See ChangeLog for complete details. Note:
+------------------------------------------------------------------------------
+UPGRADE NOTICE (Important)
+------------------------------------------------------------------------------
+ If you are upgrading from a previous version of rsnapshot, please be aware
+ of the following differences:
+
+ - The first backup interval must have a value of at least 2 if more than
+ one backup interval is defined.
+
+ - rsnapshot now returns 1 on errors (instead of -1). rsnapshot still
+ returns 0 on success.
+
+------------------------------------------------------------------------------
PR: ports/62341
Submitted by: Ralf van Dooren <r.vdooren@snow.nl> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rsnapshot/Makefile | 3 | ||||
-rw-r--r-- | sysutils/rsnapshot/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/rsnapshot/Makefile b/sysutils/rsnapshot/Makefile index d7ee5543f473..eb18eb23856e 100644 --- a/sysutils/rsnapshot/Makefile +++ b/sysutils/rsnapshot/Makefile @@ -6,13 +6,14 @@ # PORTNAME= rsnapshot -PORTVERSION= 1.0.9 +PORTVERSION= 1.1.0 CATEGORIES= sysutils MASTER_SITES= http://www.rsnapshot.org/downloads/ MAINTAINER= r.vdooren@snow.nl COMMENT= Filesystem snapshot utility based on rsync(1) +BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync USE_PERL5= yes diff --git a/sysutils/rsnapshot/distinfo b/sysutils/rsnapshot/distinfo index 9f406947f5c6..2d60cd589a31 100644 --- a/sysutils/rsnapshot/distinfo +++ b/sysutils/rsnapshot/distinfo @@ -1 +1 @@ -MD5 (rsnapshot-1.0.9.tar.gz) = 6005631fdd4fc7a760e755c737622708 +MD5 (rsnapshot-1.1.0.tar.gz) = 27ed7e226f094e91cebe4f9300878315 |