From owner-svn-ports-all@freebsd.org Sun Dec 25 19:21:52 2016 Return-Path: Delivered-To: svn-ports-all@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 7415DC90D2D; Sun, 25 Dec 2016 19:21:52 +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 431E7AE2; Sun, 25 Dec 2016 19:21:52 +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 uBPJLpSE071472; Sun, 25 Dec 2016 19:21:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBPJLpnx071470; Sun, 25 Dec 2016 19:21:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612251921.uBPJLpnx071470@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:21:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429453 - in head/devel: . py-setuptools36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2016 19:21:52 -0000 Author: sunpoet Date: Sun Dec 25 19:21:51 2016 New Revision: 429453 URL: https://svnweb.freebsd.org/changeset/ports/429453 Log: - Add py-setuptools36 (copied from py-setuptools35) Added: head/devel/py-setuptools36/ - copied from r429384, head/devel/py-setuptools35/ Modified: head/devel/Makefile head/devel/py-setuptools36/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Dec 25 19:18:46 2016 (r429452) +++ head/devel/Makefile Sun Dec 25 19:21:51 2016 (r429453) @@ -4616,6 +4616,7 @@ SUBDIR += py-setuptools33 SUBDIR += py-setuptools34 SUBDIR += py-setuptools35 + SUBDIR += py-setuptools36 SUBDIR += py-setuptools_darcs SUBDIR += py-setuptools_hg SUBDIR += py-setuptools_scm Modified: head/devel/py-setuptools36/Makefile ============================================================================== --- head/devel/py-setuptools35/Makefile Sat Dec 24 22:13:25 2016 (r429384) +++ head/devel/py-setuptools36/Makefile Sun Dec 25 19:21:51 2016 (r429453) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= python3.5 +PYTHON_VERSION= python3.6 MASTERDIR= ${.CURDIR}/../py-setuptools