svn commit: r434512 - head/sysutils/py-iocage
Bartek Rutkowski
robak at FreeBSD.org
Tue Feb 21 09:30:17 UTC 2017
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 at 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
More information about the svn-ports-head
mailing list