svn commit: r458504 - head/textproc/xml2rfc

Joe Marcus Clarke marcus at FreeBSD.org
Tue Jan 9 02:55:15 UTC 2018


Author: marcus
Date: Tue Jan  9 02:55:13 2018
New Revision: 458504
URL: https://svnweb.freebsd.org/changeset/ports/458504

Log:
  Add missing package version for py-six.

Modified:
  head/textproc/xml2rfc/Makefile

Modified: head/textproc/xml2rfc/Makefile
==============================================================================
--- head/textproc/xml2rfc/Makefile	Tue Jan  9 02:23:26 2018	(r458503)
+++ head/textproc/xml2rfc/Makefile	Tue Jan  9 02:55:13 2018	(r458504)
@@ -13,7 +13,7 @@ LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=2.2.8:devel/py-lxml@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.5.0:www/py-requests@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six:devel/py-six@${FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils autoplist concurrent optsuffix


More information about the svn-ports-head mailing list