summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2016-05-24 19:10:46 +0000
committerbsiegert <bsiegert@pkgsrc.org>2016-05-24 19:10:46 +0000
commitbb27678f5d5a3a9f57e53f9d597ccc91b422a042 (patch)
tree10a990a4cbe78d63cb65c6a918d64e0dd402c9e2 /sysutils
parentad7f4a856d9fc0679fc854c0b4c6247543582dce (diff)
downloadpkgsrc-bb27678f5d5a3a9f57e53f9d597ccc91b422a042.tar.gz
Update duplicity to 0.7.07.1. From Frederic Fauberteau in PR pkg/51061.
New in v0.7.07.1 (2016/04/19) --------------------------- * Fixed bug #1568677 duplicity fails to use existing S3 bucket in boto backend - bug introduced by incomplete fix of bug #1296793 - simplified setting of bucket locations * Fixed bug #1569523 get_bucket unknown keyword location and my_location name error - bug introduced in improper fix of bug #1568677 - gotta love those inconsistent APIs * Fixed bug #1571134 incompatible with python-oauth2client version 2.x and #1558155 PyDrive backend broken, needs update to oauth2client library - used patch from https://bugs.debian.org/820725 but made changes to allow the user to continue using the old version * Fixed bug #1570293 duplicity is very slow due to excessive fsync - removed flush() after write. - revert to previous version
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/duplicity/Makefile9
-rw-r--r--sysutils/duplicity/PLIST12
-rw-r--r--sysutils/duplicity/distinfo10
-rw-r--r--sysutils/duplicity/options.mk8
4 files changed, 18 insertions, 21 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile
index 345137b4871..838d3de2491 100644
--- a/sysutils/duplicity/Makefile
+++ b/sysutils/duplicity/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2016/04/18 17:49:20 bsiegert Exp $
+# $NetBSD: Makefile,v 1.34 2016/05/24 19:10:46 bsiegert Exp $
-DISTNAME= duplicity-0.7.07
+DISTNAME= duplicity-0.7.07.1
CATEGORIES= sysutils net
MASTER_SITES= http://code.launchpad.net/duplicity/0.7-series/${PKGVERSION_NOREV}/+download/
@@ -18,6 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-lockfile>=0.9.1:../../devel/py-lockfile
REPLACE_PYTHON+= bin/duplicity \
bin/rdiffdir
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.6.22
+EGG_NAME= ${DISTNAME:S/07/7/}
SUBST_CLASSES+= fix-paths
SUBST_STAGE.fix-paths= pre-configure
@@ -31,12 +32,10 @@ SUBST_STAGE.gpgpath= pre-configure
SUBST_FILES.gpgpath= duplicity/gpginterface.py
SUBST_VARS.gpgpath= GPGPATH
-# XXX in 0.6.21, doc files are mode 0600
-#post-extract:
-# cd ${WRKSRC} && ${CHMOD} go+r *
# XXX in 0.7.07, executable bit set on duplicity.1
post-extract:
${CHMOD} -x ${WRKSRC}/bin/duplicity.1
+ ${CHMOD} go+r ${WRKSRC}/bin/*.1
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
diff --git a/sysutils/duplicity/PLIST b/sysutils/duplicity/PLIST
index c4ba042c2dc..42976376297 100644
--- a/sysutils/duplicity/PLIST
+++ b/sysutils/duplicity/PLIST
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.14 2016/04/18 17:49:20 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.15 2016/05/24 19:10:46 bsiegert Exp $
bin/duplicity
bin/rdiffdir
-${PYSITELIB}/duplicity-0.7.7-py2.7.egg-info/PKG-INFO
-${PYSITELIB}/duplicity-0.7.7-py2.7.egg-info/SOURCES.txt
-${PYSITELIB}/duplicity-0.7.7-py2.7.egg-info/dependency_links.txt
-${PYSITELIB}/duplicity-0.7.7-py2.7.egg-info/requires.txt
-${PYSITELIB}/duplicity-0.7.7-py2.7.egg-info/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/duplicity/__init__.py
${PYSITELIB}/duplicity/__init__.pyc
${PYSITELIB}/duplicity/__init__.pyo
diff --git a/sysutils/duplicity/distinfo b/sysutils/duplicity/distinfo
index e08464e63d7..e7c3987e8cc 100644
--- a/sysutils/duplicity/distinfo
+++ b/sysutils/duplicity/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.20 2016/04/18 17:49:20 bsiegert Exp $
+$NetBSD: distinfo,v 1.21 2016/05/24 19:10:46 bsiegert Exp $
-SHA1 (duplicity-0.7.07.tar.gz) = 9a1d35add7a4a35464bed3bfda23df14c1774058
-RMD160 (duplicity-0.7.07.tar.gz) = ec62dfc8daa015d7aade3f100ef48eac13bc6b01
-SHA512 (duplicity-0.7.07.tar.gz) = 9bc626e7a3913d5e511e6e70534fb5803eab3b1bdc80c99f3cb54740b05efd3eae26fd0fcadab433fe912a6b5fca4ed564b1551e3126d36ddafd003325b23a7c
-Size (duplicity-0.7.07.tar.gz) = 1538252 bytes
+SHA1 (duplicity-0.7.07.1.tar.gz) = 2aa0bea171a02cb074d86145dcf9c9328867e7c8
+RMD160 (duplicity-0.7.07.1.tar.gz) = 31fa6c10928376729dc413ed3d677c76bc6997d9
+SHA512 (duplicity-0.7.07.1.tar.gz) = 363266232763791bac9e84a9e345dda6ffa278a89597a094540088e12e47b56cb2459f72073c0020b77504514149b1ccb9bed7a67e516443a674975954f49129
+Size (duplicity-0.7.07.1.tar.gz) = 1539310 bytes
SHA1 (patch-aa) = f1210f703dccf759f234846a3139ce98063011cb
diff --git a/sysutils/duplicity/options.mk b/sysutils/duplicity/options.mk
index 93bce0659a4..be0f48ce836 100644
--- a/sysutils/duplicity/options.mk
+++ b/sysutils/duplicity/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2016/04/18 17:49:20 bsiegert Exp $
+# $NetBSD: options.mk,v 1.2 2016/05/24 19:10:46 bsiegert Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.duplicity
PKG_SUPPORTED_OPTIONS= gnupg2
@@ -7,10 +7,8 @@ PKG_SUPPORTED_OPTIONS= gnupg2
.if !empty(PKG_OPTIONS:Mgnupg2)
DEPENDS+= gnupg2-[0-9]*:../../security/gnupg2
-EVAL_PREFIX= GNUPG2_PREFIX=gnupg2
-GPGPATH= ${GNUPG2_PREFIX}/bin/gpg2
+GPGPATH= ${PREFIX}/bin/gpg2
.else
DEPENDS+= gnupg>=1.0.0:../../security/gnupg
-EVAL_PREFIX= GNUPG_PREFIX=gnupg
-GPGPATH= ${GNUPG_PREFIX}/bin/gpg
+GPGPATH= ${PREFIX}/bin/gpg
.endif