aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-borgmatic
diff options
context:
space:
mode:
authorVinícius Zavam <egypcio@FreeBSD.org>2019-10-30 17:24:44 +0000
committerVinícius Zavam <egypcio@FreeBSD.org>2019-10-30 17:24:44 +0000
commit3e8d0fab197fa55f7d3fd07e8702d4fed3c59eef (patch)
tree64cad556632b8fb256cf84a7974234bd17a917d6 /sysutils/py-borgmatic
parent22dbcf5a659412774ad54e927e0d2ab1a5f04a2c (diff)
downloadports-3e8d0fab197fa55f7d3fd07e8702d4fed3c59eef.tar.gz
ports-3e8d0fab197fa55f7d3fd07e8702d4fed3c59eef.zip
sysutils/py-borgmatic: add missing dep. www/py-requests (upstream: 128ebf0)
Notes
Notes: svn path=/head/; revision=516090
Diffstat (limited to 'sysutils/py-borgmatic')
-rw-r--r--sysutils/py-borgmatic/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/py-borgmatic/Makefile b/sysutils/py-borgmatic/Makefile
index 41da783971d0..37c7dd66834b 100644
--- a/sysutils/py-borgmatic/Makefile
+++ b/sysutils/py-borgmatic/Makefile
@@ -2,6 +2,7 @@
PORTNAME= borgmatic
PORTVERSION= 1.3.26
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,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}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:3.6