pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/rdiff-backup Update rdiff-backup to 0.12.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea06442f2d42
branches:  trunk
changeset: 477103:ea06442f2d42
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Jun 26 19:16:58 2004 +0000

description:
Update rdiff-backup to 0.12.7

Ok'ed wiz@/snj@/davids (at) idiom.com

>From the CHANGELOG:

New in v0.12.7 (??????????)
---------------------------

Altered file selection when restoring so excluded files will not be
deleted from the target dir.  The old behavior was technically
intended and documented but not very convenient.  Thanks to Oliver
Kaltenecker for bug report.

Fixed error when --restrict path given with trailing backslash.  Bug
report by Åke Brännström.

Backported regress fix from 0.13.x.  Bug noticed by Alan Horn.

Added error-correcting fsync suggestion by Antoine Perdaens.
rdiff-backup may work better with NFS now.

Fix for regress warning code:  rdiff-backup should warn you if you are
trying to back up a directory into itself.

diffstat:

 sysutils/rdiff-backup/Makefile |  13 +++++++------
 sysutils/rdiff-backup/distinfo |   6 +++---
 2 files changed, 10 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 75623c8757ae -r ea06442f2d42 sysutils/rdiff-backup/Makefile
--- a/sysutils/rdiff-backup/Makefile    Sat Jun 26 19:07:25 2004 +0000
+++ b/sysutils/rdiff-backup/Makefile    Sat Jun 26 19:16:58 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2004/04/18 23:31:59 snj Exp $
+# $NetBSD: Makefile,v 1.12 2004/06/26 19:16:58 adrianp Exp $
 #
 
-DISTNAME=      rdiff-backup-0.12.6
+DISTNAME=      rdiff-backup-0.12.7
 CATEGORIES=    sysutils net
 MASTER_SITES=  http://rdiff-backup.stanford.edu/
 
@@ -13,10 +13,11 @@
 PYTHON_VERSIONS_ACCEPTED= 22 22pth 23 23pth
 USE_BUILDLINK3=                yes
 
-post-patch:
-       ${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
-               < ${WRKSRC}/setup.py > ${WRKSRC}/setup.py.tmp && \
-               ${MV} ${WRKSRC}/setup.py.tmp ${WRKSRC}/setup.py
+SUBST_CLASSES=         path
+SUBST_STAGE.path=      post-patch
+SUBST_FILES.path=      setup.py
+SUBST_SED.path=                -e "s|%%LOCALBASE%%|${LOCALBASE}|g"
+SUBST_MESSAGE.path=    "Fixing paths."
 
 BUILDLINK_DEPENDS.librsync=    librsync>=0.9.6
 
diff -r 75623c8757ae -r ea06442f2d42 sysutils/rdiff-backup/distinfo
--- a/sysutils/rdiff-backup/distinfo    Sat Jun 26 19:07:25 2004 +0000
+++ b/sysutils/rdiff-backup/distinfo    Sat Jun 26 19:16:58 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2003/12/12 21:58:58 jmmv Exp $
+$NetBSD: distinfo,v 1.7 2004/06/26 19:16:58 adrianp Exp $
 
-SHA1 (rdiff-backup-0.12.6.tar.gz) = ce1f26cedfc096e71950799486bfa2b6adb55ae2
-Size (rdiff-backup-0.12.6.tar.gz) = 124554 bytes
+SHA1 (rdiff-backup-0.12.7.tar.gz) = a4d184352ed8ade0888ae29bab3408fae1034607
+Size (rdiff-backup-0.12.7.tar.gz) = 125781 bytes
 SHA1 (patch-ab) = f6811affdb6c5dda7857ddfeb5965fd6a15ea63e



Home | Main Index | Thread Index | Old Index