Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2023 13:37:57 GMT
From:      Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 78eacb1e56cc - main - sysutils/py-borgmatic: update 1.5.24 to 1.8.2
Message-ID:  <202308281337.37SDbv4t078862@gitrepo.freebsd.org>

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

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

commit 78eacb1e56cc8f6d51fc4f29fc9245bd51140522
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2023-08-28 13:37:28 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2023-08-28 13:37:39 +0000

    sysutils/py-borgmatic: update 1.5.24 to 1.8.2
    
    Reviewed by:    egypcio
    Differential Revision:  https://reviews.freebsd.org/D41608
---
 sysutils/py-borgmatic/Makefile | 11 +++--------
 sysutils/py-borgmatic/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/sysutils/py-borgmatic/Makefile b/sysutils/py-borgmatic/Makefile
index d616bd2ee6fb..bae2019923a9 100644
--- a/sysutils/py-borgmatic/Makefile
+++ b/sysutils/py-borgmatic/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	borgmatic
-PORTVERSION=	1.5.24
-PORTREVISION=	2
+PORTVERSION=	1.8.2
 CATEGORIES=	sysutils python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +13,6 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}borgbackup>=0:archivers/py-borgbackup@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pykwalify>=0:textproc/py-pykwalify@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR}
 USES=		python
@@ -31,12 +29,9 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pkgutil-resolve-name>=1.3.10:devel/py-pkgut
 post-patch:
 	@cd ${WRKSRC} && \
 	  ${REINPLACE_CMD} -e 's|/etc/borgmatic|${PREFIX}/etc/borgmatic|g' \
-		borgmatic/commands/borgmatic.py \
-		borgmatic/commands/convert_config.py \
-		borgmatic/commands/generate_config.py \
 		borgmatic/config/collect.py \
-		borgmatic/config/convert.py \
 		borgmatic/config/schema.yaml \
-		tests/unit/config/test_collect.py
+		tests/unit/config/test_collect.py \
+		tests/unit/borg/test_create.py
 
 .include <bsd.port.post.mk>
diff --git a/sysutils/py-borgmatic/distinfo b/sysutils/py-borgmatic/distinfo
index 8d4963401903..a1e470218eae 100644
--- a/sysutils/py-borgmatic/distinfo
+++ b/sysutils/py-borgmatic/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1650022418
-SHA256 (borgmatic-1.5.24.tar.gz) = aef637e7e9a71942f289739c64bcbcd2a816cdb95a7bfc5f92f6495ce51c40e3
-SIZE (borgmatic-1.5.24.tar.gz) = 291853
+TIMESTAMP = 1693146263
+SHA256 (borgmatic-1.8.2.tar.gz) = e2a70eefbd8ae1af465f7bfa8cf16bb7342b1574c01143ea6945d757443ac206
+SIZE (borgmatic-1.8.2.tar.gz) = 396972



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