Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2023 07:58:39 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ef0b134c2447 - main - databases/pgbarman: update to 3.6.0
Message-ID:  <202306170758.35H7wdmg076176@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ef0b134c2447161613c8ec224a6da64398845e08

commit ef0b134c2447161613c8ec224a6da64398845e08
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2023-06-17 07:53:23 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2023-06-17 07:58:34 +0000

    databases/pgbarman: update to 3.6.0
    
    Increase minimum python version to 3.8 -- upstream claims support for
    3.6 -- 3.10, but dependencies (devel/py-argcomplete) require 3.8+
    
    Changes:        https://github.com/EnterpriseDB/barman/blob/release/3.6.0/NEWS
    Reported by:    portscout
---
 databases/pgbarman/Makefile |  4 ++--
 databases/pgbarman/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/databases/pgbarman/Makefile b/databases/pgbarman/Makefile
index 00b15d9f4bf9..0490cbc5fea4 100644
--- a/databases/pgbarman/Makefile
+++ b/databases/pgbarman/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		barman
 DISTVERSIONPREFIX=	release/
-DISTVERSION=		3.5.0
+DISTVERSION=		3.6.0
 CATEGORIES=		databases
 PKGNAMEPREFIX=		pg
 PKGNAMESUFFIX=		${PYTHON_PKGNAMESUFFIX}
@@ -16,7 +16,7 @@ RUN_DEPENDS=	rsync:net/rsync									\
 		${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}		\
 		${PYTHON_PKGNAMEPREFIX}argcomplete>0:devel/py-argcomplete@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		python:3.8+
 USE_PYTHON=	autoplist distutils
 
 USE_GITHUB=	yes
diff --git a/databases/pgbarman/distinfo b/databases/pgbarman/distinfo
index 3a474c987d84..a21329edd5fd 100644
--- a/databases/pgbarman/distinfo
+++ b/databases/pgbarman/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1680344753
-SHA256 (barman-3.5.0-manual.pdf) = a7ca86a73343fd2943079118ae80ca1e579a2c8a1c451c459764f8c5dbb2ef6b
-SIZE (barman-3.5.0-manual.pdf) = 1176933
-SHA256 (EnterpriseDB-barman-release-3.5.0_GH0.tar.gz) = fcd882235db2ff4212febc9774c05a9f01bac5233b398646250cf27cdea59314
-SIZE (EnterpriseDB-barman-release-3.5.0_GH0.tar.gz) = 1761249
+TIMESTAMP = 1686981109
+SHA256 (barman-3.6.0-manual.pdf) = d6ec1a3926439ab5f099110dcc72e979f157bd046e4ccb9c925079892199966a
+SIZE (barman-3.6.0-manual.pdf) = 1181326
+SHA256 (EnterpriseDB-barman-release-3.6.0_GH0.tar.gz) = 6ac5f99862c4436f6718638c02e1d9a180375de1411cc6127adae993ef0b544b
+SIZE (EnterpriseDB-barman-release-3.6.0_GH0.tar.gz) = 1782343



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306170758.35H7wdmg076176>