svn commit: r516090 - head/sysutils/py-borgmatic

Vinícius Zavam egypcio at FreeBSD.org
Wed Oct 30 17:24:44 UTC 2019


Author: egypcio
Date: Wed Oct 30 17:24:44 2019
New Revision: 516090
URL: https://svnweb.freebsd.org/changeset/ports/516090

Log:
  sysutils/py-borgmatic: add missing dep. www/py-requests (upstream: 128ebf0)

Modified:
  head/sysutils/py-borgmatic/Makefile

Modified: head/sysutils/py-borgmatic/Makefile
==============================================================================
--- head/sysutils/py-borgmatic/Makefile	Wed Oct 30 16:59:58 2019	(r516089)
+++ head/sysutils/py-borgmatic/Makefile	Wed Oct 30 17:24:44 2019	(r516090)
@@ -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


More information about the svn-ports-head mailing list