diff options
author | araujo <araujo@FreeBSD.org> | 2017-08-01 13:11:13 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2017-08-01 13:11:13 +0800 |
commit | 070647f038bd51d7398d95f5f5325c554a8a234e (patch) | |
tree | d501fba1c91b82423e1a0a4c921f661fbc2c3165 /sysutils | |
parent | 352695dde2921434aa6cf7a4cd713947983159ad (diff) | |
download | freebsd-ports-gnome-070647f038bd51d7398d95f5f5325c554a8a234e.tar.gz freebsd-ports-gnome-070647f038bd51d7398d95f5f5325c554a8a234e.tar.zst freebsd-ports-gnome-070647f038bd51d7398d95f5f5325c554a8a234e.zip |
- Add devel/py3-verboselogs as dependency.
- Bump PORTREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py3-iocage/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |