svn commit: r429454 - in head/databases: . py36-gdbm

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


Author: sunpoet
Date: Sun Dec 25 19:22:26 2016
New Revision: 429454
URL: https://svnweb.freebsd.org/changeset/ports/429454

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

Added:
  head/databases/py36-gdbm/
     - copied from r429449, head/databases/py35-gdbm/
Modified:
  head/databases/Makefile
  head/databases/py36-gdbm/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sun Dec 25 19:21:51 2016	(r429453)
+++ head/databases/Makefile	Sun Dec 25 19:22:26 2016	(r429454)
@@ -800,6 +800,7 @@
     SUBDIR += py34-sqlite3
     SUBDIR += py35-gdbm
     SUBDIR += py35-sqlite3
+    SUBDIR += py36-gdbm
     SUBDIR += pydbx
     SUBDIR += pymongo
     SUBDIR += pypy-gdbm

Modified: head/databases/py36-gdbm/Makefile
==============================================================================
--- head/databases/py35-gdbm/Makefile	Sun Dec 25 17:59:31 2016	(r429449)
+++ head/databases/py36-gdbm/Makefile	Sun Dec 25 19:22:26 2016	(r429454)
@@ -2,6 +2,6 @@
 
 MASTERDIR=	${.CURDIR}/../py-gdbm
 
-PYTHON_VERSION=	python3.5
+PYTHON_VERSION=	python3.6
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list