From owner-svn-ports-head@freebsd.org Sun Dec 25 19:22:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7FA5C90D76; Sun, 25 Dec 2016 19:22:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76C64C3D; Sun, 25 Dec 2016 19:22:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBPJMQ0G072503; Sun, 25 Dec 2016 19:22:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBPJMQGx072501; Sun, 25 Dec 2016 19:22:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612251922.uBPJMQGx072501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Dec 2016 19:22:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429454 - in head/databases: . py36-gdbm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2016 19:22:27 -0000 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"