From 070647f038bd51d7398d95f5f5325c554a8a234e Mon Sep 17 00:00:00 2001 From: araujo Date: Tue, 1 Aug 2017 05:11:13 +0000 Subject: - Add devel/py3-verboselogs as dependency. - Bump PORTREVISION. --- sysutils/py3-iocage/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/py3-iocage/Makefile b/sysutils/py3-iocage/Makefile index 1fd0118dce15..b301dc70b649 100644 --- a/sysutils/py3-iocage/Makefile +++ b/sysutils/py3-iocage/Makefile @@ -2,6 +2,7 @@ PORTNAME= iocage PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py3-pytest-runn RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py3-click \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.10.0:misc/py3-tqdm \ ${PYTHON_PKGNAMEPREFIX}coloredlogs>0:devel/py3-coloredlogs \ - ${PYTHON_PKGNAMEPREFIX}verboselogs>0:devel/py-verboselogs \ + ${PYTHON_PKGNAMEPREFIX}verboselogs>0:devel/py3-verboselogs \ ca_root_nss>0:security/ca_root_nss \ ${PYTHON_PKGNAMEPREFIX}texttable>=0.8.7:textproc/py3-texttable \ ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py3-pytest-runner \ -- cgit