Date: Tue, 21 Feb 2017 09:30:16 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434512 - head/sysutils/py-iocage Message-ID: <201702210930.v1L9UGmw089799@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Tue Feb 21 09:30:15 2017 New Revision: 434512 URL: https://svnweb.freebsd.org/changeset/ports/434512 Log: sysutils/py-iocage: fix dependencies Reported by: Jeff Hinrichs <jeffh@dundeemt.com> MFH: 2017Q1 Modified: head/sysutils/py-iocage/Makefile Modified: head/sysutils/py-iocage/Makefile ============================================================================== --- head/sysutils/py-iocage/Makefile Tue Feb 21 09:01:34 2017 (r434511) +++ head/sysutils/py-iocage/Makefile Tue Feb 21 09:30:15 2017 (r434512) @@ -3,6 +3,7 @@ PORTNAME= iocage PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}back ${PYTHON_PKGNAMEPREFIX}future>=0.15:devel/py-future \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.10.0:misc/py-tqdm \ ca_root_nss>0:security/ca_root_nss \ - ${PYTHON_PKGNAMEPREFIX}tabletext>=0.1:textproc/py-tabletext \ + ${PYTHON_PKGNAMEPREFIX}texttable>=0.8.7:textproc/py-texttable \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702210930.v1L9UGmw089799>