Date: Tue, 9 Jan 2018 02:55:13 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458504 - head/textproc/xml2rfc Message-ID: <201801090255.w092tDti041027@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801090255.w092tDti041027>