summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/py-barman/Makefile4
-rw-r--r--databases/py-barman/PLIST14
-rw-r--r--databases/py-barman/distinfo12
-rw-r--r--databases/py-barman/patches/patch-barman_utils.py8
4 files changed, 25 insertions, 13 deletions
diff --git a/databases/py-barman/Makefile b/databases/py-barman/Makefile
index 657c7679299..fb69efe88f9 100644
--- a/databases/py-barman/Makefile
+++ b/databases/py-barman/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2015/10/20 08:42:43 fhajny Exp $
+# $NetBSD: Makefile,v 1.7 2016/03/04 16:55:45 fhajny Exp $
-DISTNAME= barman-1.5.0
+DISTNAME= barman-1.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pgbarman/}
diff --git a/databases/py-barman/PLIST b/databases/py-barman/PLIST
index 3d7abfdbfe6..b9c99992ba5 100644
--- a/databases/py-barman/PLIST
+++ b/databases/py-barman/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/10/20 08:42:43 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/03/04 16:55:45 fhajny Exp $
bin/barman
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -44,9 +44,18 @@ ${PYSITELIB}/barman/lockfile.pyo
${PYSITELIB}/barman/output.py
${PYSITELIB}/barman/output.pyc
${PYSITELIB}/barman/output.pyo
+${PYSITELIB}/barman/postgres.py
+${PYSITELIB}/barman/postgres.pyc
+${PYSITELIB}/barman/postgres.pyo
+${PYSITELIB}/barman/process.py
+${PYSITELIB}/barman/process.pyc
+${PYSITELIB}/barman/process.pyo
${PYSITELIB}/barman/recovery_executor.py
${PYSITELIB}/barman/recovery_executor.pyc
${PYSITELIB}/barman/recovery_executor.pyo
+${PYSITELIB}/barman/remote_status.py
+${PYSITELIB}/barman/remote_status.pyc
+${PYSITELIB}/barman/remote_status.pyo
${PYSITELIB}/barman/retention_policies.py
${PYSITELIB}/barman/retention_policies.pyc
${PYSITELIB}/barman/retention_policies.pyo
@@ -59,6 +68,9 @@ ${PYSITELIB}/barman/utils.pyo
${PYSITELIB}/barman/version.py
${PYSITELIB}/barman/version.pyc
${PYSITELIB}/barman/version.pyo
+${PYSITELIB}/barman/wal_archiver.py
+${PYSITELIB}/barman/wal_archiver.pyc
+${PYSITELIB}/barman/wal_archiver.pyo
${PYSITELIB}/barman/xlog.py
${PYSITELIB}/barman/xlog.pyc
${PYSITELIB}/barman/xlog.pyo
diff --git a/databases/py-barman/distinfo b/databases/py-barman/distinfo
index d9e4f2c63f5..a3043aa88d8 100644
--- a/databases/py-barman/distinfo
+++ b/databases/py-barman/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2015/11/04 17:41:16 agc Exp $
+$NetBSD: distinfo,v 1.7 2016/03/04 16:55:45 fhajny Exp $
-SHA1 (barman-1.5.0.tar.gz) = 9833e9023b011fbd87d3c68ad867683c8acbc356
-RMD160 (barman-1.5.0.tar.gz) = d2e81a588f2135efe7785b910e91d77cade49106
-SHA512 (barman-1.5.0.tar.gz) = 7b9501277868b141f3813a545fe5463a1f7cddb0d4aaeb6c13a21aa969ced4a0a53a38ecb6e091b84c0174dae0593235cb8b586bdd244b30776273030cdfc1e8
-Size (barman-1.5.0.tar.gz) = 128132 bytes
-SHA1 (patch-barman_utils.py) = 30723ff650fcbe0c1cf5108424d997bf96898fd4
+SHA1 (barman-1.6.0.tar.gz) = 580403f8ae63e096050ff0ae5840285d791814aa
+RMD160 (barman-1.6.0.tar.gz) = 7ed0b8983107dc9bc457eb03c55c4feee4e28d66
+SHA512 (barman-1.6.0.tar.gz) = 2f214fd85b19a098e5e16f32f781c6af1ab18d369b40afbbda118b4e7663beec8cdb44482171f7195a17c48949cc0f6fdec0eafda1b33add159e4e6144ddda4a
+Size (barman-1.6.0.tar.gz) = 157048 bytes
+SHA1 (patch-barman_utils.py) = 725e8d6b4531dbfcb1e75d25059fc4af5744d49d
diff --git a/databases/py-barman/patches/patch-barman_utils.py b/databases/py-barman/patches/patch-barman_utils.py
index 5af25ff4e6e..4214fc23bba 100644
--- a/databases/py-barman/patches/patch-barman_utils.py
+++ b/databases/py-barman/patches/patch-barman_utils.py
@@ -1,9 +1,9 @@
-$NetBSD: patch-barman_utils.py,v 1.1 2015/06/09 15:06:39 fhajny Exp $
+$NetBSD: patch-barman_utils.py,v 1.2 2016/03/04 16:55:45 fhajny Exp $
Make portable for non-glibc platforms too.
---- barman/utils.py.orig 2015-04-17 13:05:38.000000000 +0000
+--- barman/utils.py.orig 2016-02-22 08:01:31.000000000 +0000
+++ barman/utils.py
-@@ -239,7 +239,7 @@ def fsync_dir(dir_path):
+@@ -253,7 +253,7 @@ def fsync_dir(dir_path):
:param str dir_path: The directory to sync
:raise OSError: If fail opening the directory
"""
@@ -11,4 +11,4 @@ Make portable for non-glibc platforms too.
+ dir_fd = os.open(dir_path, os.O_RDONLY)
try:
os.fsync(dir_fd)
- except OSError, e:
+ except OSError as e: