ports/131656: [PATCH] sysutils/duplicity: update to 0.5.08

Peter Schuller peter.schuller at infidyne.com
Fri Feb 13 19:30:03 UTC 2009


>Number:         131656
>Category:       ports
>Synopsis:       [PATCH] sysutils/duplicity: update to 0.5.08
>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:   Fri Feb 13 19:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     peter.schuller at infidyne.com
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD prometheus.scode.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Dec  3 01:00:41 CET
>Description:
- Update to 0.5.08

Port maintainer (vd at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77

Upstream changelog:

New in v0.5.08 (2009/02/02)
---------------------------
Turns out going backwards in the license is not as easy as
forwards.  Restoring GPLv3 license until consensus reached.


New in v0.5.07 (2009/01/31)
---------------------------
bug #25293: IOError: [Errno 22] Invalid argument
https://savannah.nongnu.org/bugs/?25293

bug #25379: sys.exit() causes traceback and should not
https://savannah.nongnu.org/bugs/?25379

bug #25403: 0.5.06 "manifests not equal, different volume numbers"
https://savannah.nongnu.org/bugs/?25403

patch #6729: New imap backend. Replaces current gmail backend
https://savannah.nongnu.org/patch/?6729

patch #6730: Fix timing out for SSH backend
https://savannah.nongnu.org/patch/?6730

patch #6733: Improve error handling in imapbackend.py
https://savannah.nongnu.org/patch/?6733

Increase default volume size (--volsize) to 25M from 5M.  This
reduces the number of volumes to accomodate larger backups.

Reworked patch 6701 to list collection one at a time rather than
writing all as one huge list.  Was causing memeory problems when
the collections got large.

Fix backendtest.py so that empty URL's in config.py cause the
backend test to be skipped rather than erroring.  Added notes
in config.py.tmpl explaining the change.

Add/update copyright statements in all distribution source files
and revert duplicity to GPL version 2 license.

Original fix to disallow use of ncftpput 3.2.0 mistyped the ErrorCode
used and resulted in an error rather than an explanation.
>How-To-Repeat:
>Fix:

--- duplicity-0.5.08.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/Makefile /usr/ports/sysutils/duplicity/Makefile
--- /usr/ports/sysutils/duplicity.orig/Makefile	2009-01-10 16:04:38.000000000 +0100
+++ /usr/ports/sysutils/duplicity/Makefile	2009-02-13 20:15:49.152013024 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	duplicity
-PORTVERSION=	0.5.06
+PORTVERSION=	0.5.08
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/distinfo /usr/ports/sysutils/duplicity/distinfo
--- /usr/ports/sysutils/duplicity.orig/distinfo	2009-01-10 16:04:38.000000000 +0100
+++ /usr/ports/sysutils/duplicity/distinfo	2009-02-13 20:15:56.878842746 +0100
@@ -1,3 +1,3 @@
-MD5 (duplicity-0.5.06.tar.gz) = 7363d8f1be770e0296c78badbffaa4b4
-SHA256 (duplicity-0.5.06.tar.gz) = 19670f05b8ba26847e10fc25f47c4b0752291351a20418faca656c601ec7510a
-SIZE (duplicity-0.5.06.tar.gz) = 179810
+MD5 (duplicity-0.5.08.tar.gz) = 84da35fa00eb4741e5ab5bade56c40cf
+SHA256 (duplicity-0.5.08.tar.gz) = 0903b70942271505782eaffb56f48c9cef25a0ad4068faae6e5fa15ef68c7988
+SIZE (duplicity-0.5.08.tar.gz) = 181262
diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/pkg-plist /usr/ports/sysutils/duplicity/pkg-plist
--- /usr/ports/sysutils/duplicity.orig/pkg-plist	2009-01-13 19:54:31.000000000 +0100
+++ /usr/ports/sysutils/duplicity/pkg-plist	2009-02-13 20:16:35.660989444 +0100
@@ -19,9 +19,9 @@
 %%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.py
 %%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.pyc
 %%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.pyo
-%%PYTHON_SITELIBDIR%%/duplicity/backends/gmailimapbackend.py
-%%PYTHON_SITELIBDIR%%/duplicity/backends/gmailimapbackend.pyc
-%%PYTHON_SITELIBDIR%%/duplicity/backends/gmailimapbackend.pyo
+%%PYTHON_SITELIBDIR%%/duplicity/backends/imapbackend.py
+%%PYTHON_SITELIBDIR%%/duplicity/backends/imapbackend.pyc
+%%PYTHON_SITELIBDIR%%/duplicity/backends/imapbackend.pyo
 %%PYTHON_SITELIBDIR%%/duplicity/backends/hsibackend.py
 %%PYTHON_SITELIBDIR%%/duplicity/backends/hsibackend.pyc
 %%PYTHON_SITELIBDIR%%/duplicity/backends/hsibackend.pyo
--- duplicity-0.5.08.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list