FreeBSD Bugzilla – Attachment 179291 Details for
Bug 216366
sysutils/duplicity: Update to 0.7.11, Take MAINTAINER'ship
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
duplicity-0.7.11-v02.patch
duplicity-0.7.11-v02.patch (text/plain), 3.15 KB, created by
Danilo G. Baio
on 2017-01-24 20:31:21 UTC
(
hide
)
Description:
duplicity-0.7.11-v02.patch
Filename:
MIME Type:
Creator:
Danilo G. Baio
Created:
2017-01-24 20:31:21 UTC
Size:
3.15 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 432381) >+++ Makefile (working copy) >@@ -2,13 +2,16 @@ > # $FreeBSD$ > > PORTNAME= duplicity >-PORTVERSION= 0.7.10 >+PORTVERSION= 0.7.11 > CATEGORIES= sysutils > MASTER_SITES= http://launchpad.net/duplicity/0.7-series/${PORTVERSION}/+download/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= dbaio@bsd.com.br > COMMENT= Backup tool that uses librsync and GnuPG > >+LICENSE= GPLv2+ >+LICENSE_FILE= ${WRKSRC}/COPYING >+ > LIB_DEPENDS= librsync.so:net/librsync2 > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0:devel/py-lockfile > >Index: distinfo >=================================================================== >--- distinfo (revision 432381) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1475352375 >-SHA256 (duplicity-0.7.10.tar.gz) = 485fef15526d163c061e00ec08de216cf7d652e67d41de5dc3bed9fb42214842 >-SIZE (duplicity-0.7.10.tar.gz) = 1543523 >+TIMESTAMP = 1485014296 >+SHA256 (duplicity-0.7.11.tar.gz) = b047a1590a1f5bb3974643ad2cc9dfdd32f61adbf2c1989191fb12cb59c2ec07 >+SIZE (duplicity-0.7.11.tar.gz) = 1550197 >Index: files/patch-setup.py >=================================================================== >--- files/patch-setup.py (revision 432381) >+++ files/patch-setup.py (working copy) >@@ -1,4 +1,4 @@ >---- setup.py.orig 2016-08-20 19:13:49 UTC >+--- setup.py.orig 2016-12-31 16:33:12 UTC > +++ setup.py > @@ -23,7 +23,6 @@ > import sys >@@ -18,7 +18,7 @@ > > if os.name == 'posix': > LIBRSYNC_DIR = os.environ.get('LIBRSYNC_DIR', '') >-@@ -47,15 +49,9 @@ if os.name == 'posix': >+@@ -47,16 +49,10 @@ if os.name == 'posix': > incdir_list = [os.path.join(LIBRSYNC_DIR, 'include')] > libdir_list = [os.path.join(LIBRSYNC_DIR, 'lib')] > >@@ -32,14 +32,15 @@ > - 'README-REPO', > - 'README-LOG', > - 'CHANGELOG']), >- ] >+- ] >++ ] > > top_dir = os.path.dirname(os.path.abspath(__file__)) >-@@ -69,48 +65,9 @@ for root, dirs, files in os.walk(os.path >- ('share/locale/%s/LC_MESSAGES' % lang, >+ assert os.path.exists(os.path.join(top_dir, "po")), "Missing 'po' directory." >+@@ -70,46 +66,9 @@ for root, dirs, files in os.walk(os.path > ["po/%s/duplicity.mo" % lang])) > >-- >+ > -class TestCommand(test): > - > - def run(self): >@@ -80,11 +81,10 @@ > - if self.build_lib != top_dir: > - testing_dir = os.path.join(self.build_lib, 'testing') > - os.system("rm -rf %s" % testing_dir) >-- >- install.run(self) > >+ install.run(self) > >-@@ -177,11 +134,7 @@ setup(name="duplicity", >+@@ -177,11 +136,7 @@ setup(name="duplicity", > url="http://duplicity.nongnu.org/index.html", > packages=['duplicity', > 'duplicity.backends', >@@ -97,7 +97,7 @@ > package_dir={"duplicity": "duplicity", > "duplicity.backends": "duplicity/backends", }, > ext_modules=[Extension("duplicity._librsync", >-@@ -192,10 +145,7 @@ setup(name="duplicity", >+@@ -192,10 +147,7 @@ setup(name="duplicity", > scripts=['bin/rdiffdir', 'bin/duplicity'], > data_files=data_files, > install_requires=['lockfile'],
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 216366
:
179209
| 179291