svn commit: r436320 - head/misc/py3-tqdm

Marcelo Araujo araujo at FreeBSD.org
Fri Mar 17 08:02:37 UTC 2017


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"


More information about the svn-ports-all mailing list