Date: Fri, 17 Mar 2017 08:02:35 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436320 - head/misc/py3-tqdm Message-ID: <201703170802.v2H82ZIO014220@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Fri Mar 17 08:02:35 2017 New Revision: 436320 URL: https://svnweb.freebsd.org/changeset/ports/436320 Log: Set USES with python:3 as python 3.3 is the lower available version. Reported by: bapt@ Modified: head/misc/py3-tqdm/Makefile Modified: head/misc/py3-tqdm/Makefile ============================================================================== --- head/misc/py3-tqdm/Makefile Fri Mar 17 08:00:58 2017 (r436319) +++ head/misc/py3-tqdm/Makefile Fri Mar 17 08:02:35 2017 (r436320) @@ -2,6 +2,6 @@ MASTERDIR= ${.CURDIR}/../py-tqdm -USES= python:3.3+ +USES= python:3 .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703170802.v2H82ZIO014220>