From owner-svn-ports-head@freebsd.org Wed Jul 12 01:20:54 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CB8BDAFD6A; Wed, 12 Jul 2017 01:20:54 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46C0C72D9A; Wed, 12 Jul 2017 01:20:54 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6C1KrAO090160; Wed, 12 Jul 2017 01:20:53 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6C1KrRs090157; Wed, 12 Jul 2017 01:20:53 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201707120120.v6C1KrRs090157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Wed, 12 Jul 2017 01:20:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445559 - in head/sysutils/duplicity: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/sysutils/duplicity: . files X-SVN-Commit-Revision: 445559 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2017 01:20:54 -0000 Author: dbaio Date: Wed Jul 12 01:20:53 2017 New Revision: 445559 URL: https://svnweb.freebsd.org/changeset/ports/445559 Log: sysutils/duplicity: Update to 0.7.13.1 Changed RUN_DEPENDS from devel/py-lockfile to devel/py-fasteners: Fixed bug #1320641 and others regarding lockfile - swap from lockfile to fasteners module - use an fcntl() style lock for process lock of duplicity cache - lockfile will now clear if duplicity is killed or crashes See the changelog file for more information. Changes: http://www.nongnu.org/duplicity/CHANGELOG Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11548 Modified: head/sysutils/duplicity/Makefile head/sysutils/duplicity/distinfo head/sysutils/duplicity/files/patch-setup.py Modified: head/sysutils/duplicity/Makefile ============================================================================== --- head/sysutils/duplicity/Makefile Wed Jul 12 01:12:39 2017 (r445558) +++ head/sysutils/duplicity/Makefile Wed Jul 12 01:20:53 2017 (r445559) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= duplicity -PORTVERSION= 0.7.12 -PORTREVISION= 1 +PORTVERSION= 0.7.13.1 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/duplicity/0.7-series/${PORTVERSION}/+download/ @@ -14,7 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= librsync.so:net/librsync2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0:devel/py-lockfile +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fasteners>=0:devel/py-fasteners USES= python:2 USE_PYTHON= autoplist distutils Modified: head/sysutils/duplicity/distinfo ============================================================================== --- head/sysutils/duplicity/distinfo Wed Jul 12 01:12:39 2017 (r445558) +++ head/sysutils/duplicity/distinfo Wed Jul 12 01:20:53 2017 (r445559) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491052275 -SHA256 (duplicity-0.7.12.tar.gz) = 11cbad44a90891af1bf9e294260ba7c21a1660ccd3ab2c6e736ba74ac5cf0fe6 -SIZE (duplicity-0.7.12.tar.gz) = 1552442 +TIMESTAMP = 1499458687 +SHA256 (duplicity-0.7.13.1.tar.gz) = adb8668fb10e0b0f91cb77f758d02c02bf5c02e6c4835904a82cbdab6db4bef2 +SIZE (duplicity-0.7.13.1.tar.gz) = 1553736 Modified: head/sysutils/duplicity/files/patch-setup.py ============================================================================== --- head/sysutils/duplicity/files/patch-setup.py Wed Jul 12 01:12:39 2017 (r445558) +++ head/sysutils/duplicity/files/patch-setup.py Wed Jul 12 01:20:53 2017 (r445559) @@ -1,4 +1,4 @@ ---- setup.py.orig 2016-12-31 16:33:12 UTC +--- setup.py.orig 2017-06-15 18:48:07 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,16 +49,10 @@ if os.name == 'posix': +@@ -47,15 +49,9 @@ if os.name == 'posix': incdir_list = [os.path.join(LIBRSYNC_DIR, 'include')] libdir_list = [os.path.join(LIBRSYNC_DIR, 'lib')] @@ -32,11 +32,9 @@ - 'README-REPO', - 'README-LOG', - 'CHANGELOG']), -- ] -+ ] + ] top_dir = os.path.dirname(os.path.abspath(__file__)) - 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])) @@ -100,8 +98,8 @@ @@ -192,10 +147,7 @@ setup(name="duplicity", scripts=['bin/rdiffdir', 'bin/duplicity'], data_files=data_files, - install_requires=['lockfile'], -- tests_require=['lockfile', 'mock', 'pexpect'], + install_requires=['fasteners'], +- tests_require=['fasteners', 'mock', 'pexpect'], - test_suite='testing', - cmdclass={'test': TestCommand, - 'install': InstallCommand,