svn commit: r436325 - in head: misc/py3-tqdm textproc/py3-texttable
Marcelo Araujo
araujo at FreeBSD.org
Fri Mar 17 08:43:40 UTC 2017
Author: araujo
Date: Fri Mar 17 08:43:39 2017
New Revision: 436325
URL: https://svnweb.freebsd.org/changeset/ports/436325
Log:
We don't need the python3 metaport.
Reported by: jbeich, antoine and rm.
Pointyhat to: bapt
Modified:
head/misc/py3-tqdm/Makefile
head/textproc/py3-texttable/Makefile
Modified: head/misc/py3-tqdm/Makefile
==============================================================================
--- head/misc/py3-tqdm/Makefile Fri Mar 17 08:42:37 2017 (r436324)
+++ head/misc/py3-tqdm/Makefile Fri Mar 17 08:43:39 2017 (r436325)
@@ -2,6 +2,6 @@
MASTERDIR= ${.CURDIR}/../py-tqdm
-USES= python:3
+USES= python:3.3+
.include "${MASTERDIR}/Makefile"
Modified: head/textproc/py3-texttable/Makefile
==============================================================================
--- head/textproc/py3-texttable/Makefile Fri Mar 17 08:42:37 2017 (r436324)
+++ head/textproc/py3-texttable/Makefile Fri Mar 17 08:43:39 2017 (r436325)
@@ -2,6 +2,6 @@
MASTERDIR= ${.CURDIR}/../py-texttable
-USES= python:3
+USES= python:3.3+
.include "${MASTERDIR}/Makefile"
More information about the svn-ports-all
mailing list