FreeBSD Bugzilla – Attachment 99474 Details for
Bug 138552
[MAINTAINER] sysutils/duplicity: update to 0.5.20
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
duplicity-0.5.20.patch
duplicity-0.5.20.patch (text/plain), 3.71 KB, created by
Peter Schuller
on 2009-09-05 20:00:14 UTC
(
hide
)
Description:
duplicity-0.5.20.patch
Filename:
MIME Type:
Creator:
Peter Schuller
Created:
2009-09-05 20:00:14 UTC
Size:
3.71 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/Makefile /usr/ports/sysutils/duplicity/Makefile >--- /usr/ports/sysutils/duplicity.orig/Makefile 2009-07-13 19:30:11.000000000 +0200 >+++ /usr/ports/sysutils/duplicity/Makefile 2009-09-05 20:40:26.087076310 +0200 >@@ -6,10 +6,9 @@ > # > > PORTNAME= duplicity >-PORTVERSION= 0.5.18 >+PORTVERSION= 0.5.20 > CATEGORIES= sysutils >-MASTER_SITES= ${MASTER_SITE_SAVANNAH} >-MASTER_SITE_SUBDIR= ${PORTNAME} >+MASTER_SITES= http://launchpad.net/duplicity/stable/${PORTVERSION}/+download/ > > MAINTAINER= peter.schuller@infidyne.com > COMMENT= Untrusted backup using rsync algorithm >@@ -18,6 +17,9 @@ > RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ > ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3 > >+# fetch claims "Moved temporarily" without this - why? (inspired by deskutils/gtg) >+FETCH_ARGS= -pRr >+ > CONFLICTS= duplicity-devel-[0-9]* > > USE_PYTHON= 2.4+ >@@ -29,7 +31,7 @@ > > DOCFILES= CHANGELOG \ > COPYING \ >- CVS-README \ >+ REPO-README \ > LOG-README \ > README \ > tarfile-LICENSE >diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/distinfo /usr/ports/sysutils/duplicity/distinfo >--- /usr/ports/sysutils/duplicity.orig/distinfo 2009-05-22 23:53:08.000000000 +0200 >+++ /usr/ports/sysutils/duplicity/distinfo 2009-09-05 20:30:57.811333600 +0200 >@@ -1,3 +1,3 @@ >-MD5 (duplicity-0.5.18.tar.gz) = 77fcbe30b300450af17d811eec339765 >-SHA256 (duplicity-0.5.18.tar.gz) = 5c2fcf661ed80c7e3a7d7f29bd5468321965e6f5ecf585d52c3ba05fbae31bd9 >-SIZE (duplicity-0.5.18.tar.gz) = 212588 >+MD5 (duplicity-0.5.20.tar.gz) = 90ff195d27127c5e1fad7bd384990ef6 >+SHA256 (duplicity-0.5.20.tar.gz) = 91028bbd1bd9aa08063a91954df1d566c934be9185f4a20e150d52ec23c818f6 >+SIZE (duplicity-0.5.20.tar.gz) = 217742 >diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/files/patch-setup.py /usr/ports/sysutils/duplicity/files/patch-setup.py >--- /usr/ports/sysutils/duplicity.orig/files/patch-setup.py 2009-01-10 16:04:38.000000000 +0100 >+++ /usr/ports/sysutils/duplicity/files/patch-setup.py 2009-09-05 20:37:03.061460051 +0200 >@@ -1,6 +1,6 @@ >---- setup.py.orig 2009-01-09 16:05:11.000000000 +0200 >-+++ setup.py 2009-01-10 16:06:40.000000000 +0200 >-@@ -12,6 +12,10 @@ >+--- setup.py.orig 2009-09-05 20:36:52.972675012 +0200 >++++ setup.py 2009-09-05 20:36:55.996611410 +0200 >+@@ -31,6 +31,10 @@ > > incdir_list = libdir_list = None > >@@ -11,7 +11,7 @@ > if os.name == 'posix': > LIBRSYNC_DIR = os.environ.get('LIBRSYNC_DIR', '') > args = sys.argv[:] >-@@ -23,16 +27,9 @@ >+@@ -42,16 +46,9 @@ > incdir_list = [os.path.join(LIBRSYNC_DIR, 'include')] > libdir_list = [os.path.join(LIBRSYNC_DIR, 'lib')] > >@@ -21,7 +21,7 @@ > 'rdiffdir.1']), > - ('share/doc/duplicity-%s' % version_string, > - ['COPYING', >-- 'CVS-README', >+- 'REPO-README', > - 'LOG-README', > - 'README', > - 'tarfile-LICENSE', >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-05-22 23:53:08.000000000 +0200 >+++ /usr/ports/sysutils/duplicity/pkg-plist 2009-09-05 20:42:00.794033118 +0200 >@@ -128,11 +128,14 @@ > @dirrm %%PYTHON_SITELIBDIR%%/duplicity > %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG > %%PORTDOCS%%%%DOCSDIR%%/COPYING >-%%PORTDOCS%%%%DOCSDIR%%/CVS-README >+%%PORTDOCS%%%%DOCSDIR%%/REPO-README > %%PORTDOCS%%%%DOCSDIR%%/LOG-README > %%PORTDOCS%%%%DOCSDIR%%/README > %%PORTDOCS%%%%DOCSDIR%%/tarfile-LICENSE > %%PORTDOCS%%@dirrm %%DOCSDIR%% >+share/locale/en_GB/LC_MESSAGES/duplicity.mo >+share/locale/eo/LC_MESSAGES/duplicity.mo > share/locale/io/LC_MESSAGES/duplicity.mo >+share/locale/zh_CN/LC_MESSAGES/duplicity.mo > @dirrmtry share/locale/io/LC_MESSAGES > @dirrmtry share/locale/io
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 138552
: 99474
Working