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

Vinícius Zavam egypcio at FreeBSD.org
Mon Jun 3 08:47:19 UTC 2019


Author: egypcio
Date: Mon Jun  3 08:47:18 2019
New Revision: 503359
URL: https://svnweb.freebsd.org/changeset/ports/503359

Log:
  sysutils/py-borgmatic: add missing running dep, devel/py-colorama
  
  Approved by:	mentors (implicit)

Modified:
  head/sysutils/py-borgmatic/Makefile

Modified: head/sysutils/py-borgmatic/Makefile
==============================================================================
--- head/sysutils/py-borgmatic/Makefile	Mon Jun  3 08:39:07 2019	(r503358)
+++ head/sysutils/py-borgmatic/Makefile	Mon Jun  3 08:47:18 2019	(r503359)
@@ -2,6 +2,7 @@
 
 PORTNAME=	borgmatic
 PORTVERSION=	1.3.5
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +13,7 @@ COMMENT=	Wrapper script for Borg backup software
 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}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR}
 


More information about the svn-ports-head mailing list