diff options
| author | Wen Heping <wen@FreeBSD.org> | 2017-03-03 07:11:34 +0000 |
|---|---|---|
| committer | Wen Heping <wen@FreeBSD.org> | 2017-03-03 07:11:34 +0000 |
| commit | 95eee101fbebf3f51351f2f7014e546c6fec15df (patch) | |
| tree | ace05dcbb8d97ea81ac6bcd689aa6f0a33da94b3 /sysutils/duplicity | |
| parent | www/firefox: update to 52.0 (rc2) (diff) | |
- Update to 0.7.11
- Pass maintainership to submitter
PR: 216366
Submitted by: dbaio@bsd.com.br
Diffstat (limited to 'sysutils/duplicity')
| -rw-r--r-- | sysutils/duplicity/Makefile | 7 | ||||
| -rw-r--r-- | sysutils/duplicity/distinfo | 6 | ||||
| -rw-r--r-- | sysutils/duplicity/files/patch-setup.py | 20 |
3 files changed, 18 insertions, 15 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 94635485f7c8..6a14fc140d79 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -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 diff --git a/sysutils/duplicity/distinfo b/sysutils/duplicity/distinfo index 17b1a01ce564..9a1380838763 100644 --- a/sysutils/duplicity/distinfo +++ b/sysutils/duplicity/distinfo @@ -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 diff --git a/sysutils/duplicity/files/patch-setup.py b/sysutils/duplicity/files/patch-setup.py index 7a0d521f135f..50bf6b25470f 100644 --- a/sysutils/duplicity/files/patch-setup.py +++ b/sysutils/duplicity/files/patch-setup.py @@ -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'], |
