- Update to 0.7.11

- Pass maintainership to submitter

PR:		216366
Submitted by:	dbaio@bsd.com.br
This commit is contained in:
Wen Heping
2017-03-03 07:11:34 +00:00
parent a4ca6bb944
commit 95eee101fb
3 changed files with 18 additions and 15 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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)
@@ -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'],