Date: Mon, 3 Jun 2019 19:41:44 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> To: =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r503359 - head/sysutils/py-borgmatic Message-ID: <6ccb20a1-deee-99f5-e766-499fab0ab14a@FreeBSD.org> In-Reply-To: <201906030847.x538lINK059592@repo.freebsd.org> References: <201906030847.x538lINK059592@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 3/06/2019 6:47 pm, VinÃcius Zavam wrote: > 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} > > Is quarterly affected?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6ccb20a1-deee-99f5-e766-499fab0ab14a>