Date: Wed, 7 Jun 2017 15:45:09 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442850 - head/misc/py3-pexpect Message-ID: <201706071545.v57Fj9Qw061124@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Wed Jun 7 15:45:09 2017 New Revision: 442850 URL: https://svnweb.freebsd.org/changeset/ports/442850 Log: misc/py3-pexpect: Correct supported versions of python3 Modified: head/misc/py3-pexpect/Makefile Modified: head/misc/py3-pexpect/Makefile ============================================================================== --- head/misc/py3-pexpect/Makefile Wed Jun 7 15:43:29 2017 (r442849) +++ head/misc/py3-pexpect/Makefile Wed Jun 7 15:45:09 2017 (r442850) @@ -5,6 +5,6 @@ MASTERDIR= ${.CURDIR}/../py-pexpect RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>=0:sysutils/py3-ptyprocess -USES= python:3.3+ +USES= python:3.2+ .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706071545.v57Fj9Qw061124>