Date: Sun, 7 Sep 2008 01:15:27 +0200 (CEST) From: peter.schuller@infidyne.com To: FreeBSD-gnats-submit@FreeBSD.org Cc: vd@FreeBSD.org Subject: ports/127163: [PATCH] sysutils/rdiff-backup: update to 1.2.1 Message-ID: <20080906231527.C02EF23A28A@prometheus.scode.org> Resent-Message-ID: <200809062320.m86NK4oM000755@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 127163 >Category: ports >Synopsis: [PATCH] sysutils/rdiff-backup: update to 1.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 06 23:20:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: peter.schuller@infidyne.com >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD prometheus.scode.org 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Sat Sep 6 12:36:03 CEST >Description: - Update to 1.2.1 Port maintainer (vd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 Upstream ChangeLog: New in v1.2.1 (2008/08/24) --------------------------- Produce a new binary for Windows which includes the Python for Windows Extensions. Thanks to Shohn Trojacek for reporting the problem. Disable hardlinks by default when backup source or restore destination is on Windows. (Andrew Ferguson) Properly catch KeyboardInterrupt on Python 2.5. (Andrew Ferguson) Don't crash if a CacheIndexable tries to clear a non-existent cache entry, since the entry must already be cleared. (Andrew Ferguson) >How-To-Repeat: >Fix: --- rdiff-backup-1.2.1,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/rdiff-backup.orig/Makefile /usr/ports/sysutils/rdiff-backup/Makefile --- /usr/ports/sysutils/rdiff-backup.orig/Makefile 2008-08-15 14:23:00.000000000 +0200 +++ /usr/ports/sysutils/rdiff-backup/Makefile 2008-09-07 01:08:11.557528678 +0200 @@ -6,7 +6,7 @@ # PORTNAME= rdiff-backup -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SAVANNAH:S/$/:savannah/} \ diff -ruN --exclude=CVS /usr/ports/sysutils/rdiff-backup.orig/distinfo /usr/ports/sysutils/rdiff-backup/distinfo --- /usr/ports/sysutils/rdiff-backup.orig/distinfo 2008-08-15 14:23:00.000000000 +0200 +++ /usr/ports/sysutils/rdiff-backup/distinfo 2008-09-07 01:09:10.454473122 +0200 @@ -1,3 +1,3 @@ -MD5 (rdiff-backup-1.2.0.tar.gz) = 65597d2d1ce12efe9ab2fa20cd029e0c -SHA256 (rdiff-backup-1.2.0.tar.gz) = 2e9f8485f7dd662ec043e29101db4c80b83a56ef80a349d1f0bc7d73fc4e60fa -SIZE (rdiff-backup-1.2.0.tar.gz) = 187974 +MD5 (rdiff-backup-1.2.1.tar.gz) = 7f71157161e510a9302abe130801c067 +SHA256 (rdiff-backup-1.2.1.tar.gz) = 0dc352eb299a274bca6b606af1314bff6468142d6fe4edccb081b8711aa9975b +SIZE (rdiff-backup-1.2.1.tar.gz) = 189175 --- rdiff-backup-1.2.1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080906231527.C02EF23A28A>