svn commit: r429457 - in head/x11-toolkits: . py36-tkinter

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 25 19:23:54 UTC 2016


Author: sunpoet
Date: Sun Dec 25 19:23:52 2016
New Revision: 429457
URL: https://svnweb.freebsd.org/changeset/ports/429457

Log:
  - Add py36-tkinter (copied from py35-tkinter)

Added:
  head/x11-toolkits/py36-tkinter/
     - copied from r429449, head/x11-toolkits/py35-tkinter/
Modified:
  head/x11-toolkits/Makefile
  head/x11-toolkits/py36-tkinter/Makefile

Modified: head/x11-toolkits/Makefile
==============================================================================
--- head/x11-toolkits/Makefile	Sun Dec 25 19:23:24 2016	(r429456)
+++ head/x11-toolkits/Makefile	Sun Dec 25 19:23:52 2016	(r429457)
@@ -228,6 +228,7 @@
     SUBDIR += py33-tkinter
     SUBDIR += py34-tkinter
     SUBDIR += py35-tkinter
+    SUBDIR += py36-tkinter
     SUBDIR += pypy-tkinter
     SUBDIR += qt4-declarative
     SUBDIR += qt4-gui

Modified: head/x11-toolkits/py36-tkinter/Makefile
==============================================================================
--- head/x11-toolkits/py35-tkinter/Makefile	Sun Dec 25 17:59:31 2016	(r429449)
+++ head/x11-toolkits/py36-tkinter/Makefile	Sun Dec 25 19:23:52 2016	(r429457)
@@ -2,6 +2,6 @@
 
 MASTERDIR=	${.CURDIR}/../py-tkinter
 
-PYTHON_VERSION=	python3.5
+PYTHON_VERSION=	python3.6
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list