Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2009 21:30:13 +0200 (CEST)
From:      Peter Schuller <peter.schuller@infidyne.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/134761: [MAINTAINER] sysutils/duplicity: update to 0.5.18
Message-ID:  <20090520193013.A68D340C83C@prometheus.scode.org>
Resent-Message-ID: <200905201940.n4KJe1gI052287@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         134761
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/duplicity: update to 0.5.18
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 20 19:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     peter.schuller@infidyne.com
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD prometheus.scode.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Apr 29 20:02:26 CEST 2009
>Description:
- Update to 0.5.18
- Other than a partial bugfix, this version supports two new backends
  whose necessary dependencies are not currently available in
  ports. I'm having the port install them anyway to assist users that
  may wish to install the necessary dependencies manually; added
  pkg-message to inform users of the disability.

Added file(s):
- pkg-message

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- duplicity-0.5.18.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-05-10 20:30:58.000000000 +0200
+++ /usr/ports/sysutils/duplicity/Makefile	2009-05-20 21:11:49.236234976 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	duplicity
-PORTVERSION=	0.5.17
+PORTVERSION=	0.5.18
 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-05-10 20:30:58.000000000 +0200
+++ /usr/ports/sysutils/duplicity/distinfo	2009-05-20 21:12:10.452764960 +0200
@@ -1,3 +1,3 @@
-MD5 (duplicity-0.5.17.tar.gz) = a30f90816401bc3b5cd146e60b102481
-SHA256 (duplicity-0.5.17.tar.gz) = c3f03e2b795b4909f88480202c6f75a2213d1396f90a2793e2c62ffa38a21020
-SIZE (duplicity-0.5.17.tar.gz) = 210353
+MD5 (duplicity-0.5.18.tar.gz) = 77fcbe30b300450af17d811eec339765
+SHA256 (duplicity-0.5.18.tar.gz) = 5c2fcf661ed80c7e3a7d7f29bd5468321965e6f5ecf585d52c3ba05fbae31bd9
+SIZE (duplicity-0.5.18.tar.gz) = 212588
diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/pkg-message /usr/ports/sysutils/duplicity/pkg-message
--- /usr/ports/sysutils/duplicity.orig/pkg-message	1970-01-01 01:00:00.000000000 +0100
+++ /usr/ports/sysutils/duplicity/pkg-message	2009-05-20 21:25:32.888970028 +0200
@@ -0,0 +1,11 @@
+*************************************************************************
+* The following two backends are supported by duplicity itself,         *
+* but will require manual installation of their respective dependencies *
+* because they are not yet available in the ports tree:                 *
+*                                                                       *
+*   - The CloudFiles backend (for RackSpace's CloudFiles).              *
+*   - The tahoe backend for Tahoe-LAFS.                                 *
+*                                                                       *
+* Please refer to upstream duplicity documentation for information on   *
+* the use of these backends.                                            *
+*************************************************************************
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-03-27 07:54:19.000000000 +0100
+++ /usr/ports/sysutils/duplicity/pkg-plist	2009-05-20 21:20:02.493297173 +0200
@@ -19,6 +19,9 @@
 %%PYTHON_SITELIBDIR%%/duplicity/backends/botobackend.py
 %%PYTHON_SITELIBDIR%%/duplicity/backends/botobackend.pyc
 %%PYTHON_SITELIBDIR%%/duplicity/backends/botobackend.pyo
+%%PYTHON_SITELIBDIR%%/duplicity/backends/cloudfilesbackend.py
+%%PYTHON_SITELIBDIR%%/duplicity/backends/cloudfilesbackend.pyc
+%%PYTHON_SITELIBDIR%%/duplicity/backends/cloudfilesbackend.pyo
 %%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.py
 %%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.pyc
 %%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.pyo
@@ -37,6 +40,9 @@
 %%PYTHON_SITELIBDIR%%/duplicity/backends/sshbackend.py
 %%PYTHON_SITELIBDIR%%/duplicity/backends/sshbackend.pyc
 %%PYTHON_SITELIBDIR%%/duplicity/backends/sshbackend.pyo
+%%PYTHON_SITELIBDIR%%/duplicity/backends/tahoebackend.py
+%%PYTHON_SITELIBDIR%%/duplicity/backends/tahoebackend.pyc
+%%PYTHON_SITELIBDIR%%/duplicity/backends/tahoebackend.pyo
 %%PYTHON_SITELIBDIR%%/duplicity/backends/webdavbackend.py
 %%PYTHON_SITELIBDIR%%/duplicity/backends/webdavbackend.pyc
 %%PYTHON_SITELIBDIR%%/duplicity/backends/webdavbackend.pyo
--- duplicity-0.5.18.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?20090520193013.A68D340C83C>