diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-06-26 19:16:58 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-06-26 19:16:58 +0000 |
commit | add76b7e37147fad5218073ed9b9b3c3bbdb4e0c (patch) | |
tree | c04f50feda99a4a75751fd04138d891ca361650b /sysutils/rdiff-backup | |
parent | 0f6c4471a75bdcbd73217adf6d2d3944c0ada991 (diff) | |
download | pkgsrc-add76b7e37147fad5218073ed9b9b3c3bbdb4e0c.tar.gz |
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 (limited to 'sysutils/rdiff-backup')
-rw-r--r-- | sysutils/rdiff-backup/Makefile | 13 | ||||
-rw-r--r-- | sysutils/rdiff-backup/distinfo | 6 |
2 files changed, 10 insertions, 9 deletions
diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile index f668c0ac905..76ea033bb66 100644 --- a/sysutils/rdiff-backup/Makefile +++ b/sysutils/rdiff-backup/Makefile @@ -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 @@ PYDISTUTILSPKG= yes 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 --git a/sysutils/rdiff-backup/distinfo b/sysutils/rdiff-backup/distinfo index a62851b5f9f..a58d101b1ed 100644 --- a/sysutils/rdiff-backup/distinfo +++ b/sysutils/rdiff-backup/distinfo @@ -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 |