git: 0ede68d9ff72 - main - sysutils/py-borgmatic: add 'devel/py-jsonschema' to RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Feb 2022 13:07:55 UTC
The branch main has been updated by egypcio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0ede68d9ff7279838b25072b476f7c6ffbcb5e22
commit 0ede68d9ff7279838b25072b476f7c6ffbcb5e22
Author: Vinícius Zavam <egypcio@FreeBSD.org>
AuthorDate: 2022-02-05 13:05:11 +0000
Commit: Vinícius Zavam <egypcio@FreeBSD.org>
CommitDate: 2022-02-05 13:05:11 +0000
sysutils/py-borgmatic: add 'devel/py-jsonschema' to RUN_DEPENDS
testport OK: 12,13,HEAD
Reported by: des@
---
sysutils/py-borgmatic/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sysutils/py-borgmatic/Makefile b/sysutils/py-borgmatic/Makefile
index 1c989204caec..f745671de110 100644
--- a/sysutils/py-borgmatic/Makefile
+++ b/sysutils/py-borgmatic/Makefile
@@ -1,5 +1,6 @@
PORTNAME= borgmatic
PORTVERSION= 1.5.22
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +12,7 @@ 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}