From owner-svn-ports-head@freebsd.org Wed Apr 10 05:47:29 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C9671578BA1; Wed, 10 Apr 2019 05:47:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A8A8D90A18; Wed, 10 Apr 2019 05:47:28 +0000 (UTC) (envelope-from antoine@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D0C11E324; Wed, 10 Apr 2019 05:47:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3A5lSua076240; Wed, 10 Apr 2019 05:47:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3A5lRqP076231; Wed, 10 Apr 2019 05:47:27 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201904100547.x3A5lRqP076231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 10 Apr 2019 05:47:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498529 - in head: . Mk devel/libpeas mail/py-milter math/py-matplotlib textproc/py-enchant X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: . Mk devel/libpeas mail/py-milter math/py-matplotlib textproc/py-enchant X-SVN-Commit-Revision: 498529 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A8A8D90A18 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 10 Apr 2019 05:47:29 -0000 Author: antoine Date: Wed Apr 10 05:47:26 2019 New Revision: 498529 URL: https://svnweb.freebsd.org/changeset/ports/498529 Log: Switch default version of python to 3.6 PR: 234633 With hat: portmgr Differential Revision: https://reviews.freebsd.org/D18743 Modified: head/Mk/bsd.default-versions.mk head/UPDATING head/devel/libpeas/Makefile head/mail/py-milter/Makefile head/math/py-matplotlib/Makefile head/textproc/py-enchant/Makefile Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Wed Apr 10 04:21:15 2019 (r498528) +++ head/Mk/bsd.default-versions.mk Wed Apr 10 05:47:26 2019 (r498529) @@ -82,7 +82,7 @@ PGSQL_DEFAULT?= 9.5 # Possible values: 7.1, 7.2, 7.3 PHP_DEFAULT?= 7.2 # Possible values: 2.7, 3.5, 3.6, 3.7 -PYTHON_DEFAULT?= 2.7 +PYTHON_DEFAULT?= 3.6 # Possible values: 2.7 PYTHON2_DEFAULT?= 2.7 # Possible values: 3.5, 3.6, 3.7 Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Apr 10 04:21:15 2019 (r498528) +++ head/UPDATING Wed Apr 10 05:47:26 2019 (r498529) @@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20190410: + AFFECTS: users of python + AUTHOR: antoine@FreeBSD.org + + Default version of python was switched to 3.6. + + For ports users wanting to keep version 2.7 as default, + add DEFAULT_VERSIONS+= python=2.7 to make.conf + 20190328: AFFECTS: www/firefox-i18n, www/firefox-esr-i18n, mail/thunderbird-i18n, www/seamonkey-i18n AUTHOR: gecko@FreeBSD.org Modified: head/devel/libpeas/Makefile ============================================================================== --- head/devel/libpeas/Makefile Wed Apr 10 04:21:15 2019 (r498528) +++ head/devel/libpeas/Makefile Wed Apr 10 05:47:26 2019 (r498529) @@ -38,7 +38,7 @@ PLIST= ${.CURDIR}/pkg-plist USES+= python USE_PYTHON= flavors USE_GNOME+= pygobject3 -.if ${FLAVOR:Upy27:Mpy2*} +.if ${FLAVOR:Upy36:Mpy2*} CONFIGURE_ARGS+= --disable-python3 BUILD_WRKSRC= ${WRKSRC}/loaders/python INSTALL_WRKSRC= ${WRKSRC}/loaders/python Modified: head/mail/py-milter/Makefile ============================================================================== --- head/mail/py-milter/Makefile Wed Apr 10 04:21:15 2019 (r498528) +++ head/mail/py-milter/Makefile Wed Apr 10 05:47:26 2019 (r498529) @@ -31,7 +31,7 @@ post-install: .include -.if ${FLAVOR:Upy27:Mpy3*} +.if ${FLAVOR:Upy36:Mpy3*} EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-miltermodule.c .endif Modified: head/math/py-matplotlib/Makefile ============================================================================== --- head/math/py-matplotlib/Makefile Wed Apr 10 04:21:15 2019 (r498528) +++ head/math/py-matplotlib/Makefile Wed Apr 10 05:47:26 2019 (r498529) @@ -35,7 +35,7 @@ OPTIONS_DEFINE= EXAMPLES GTKBACKEND GTKAGGBACKEND \ QT5AGGBACKEND TKAGGBACKEND WXAGGBACKEND OPTIONS_DEFAULT= GTKBACKEND GTKAGGBACKEND TKAGGBACKEND OPTIONS_SUB= yes -.if ${FLAVOR:U:Mpy3*} +.if ${FLAVOR:Upy36:Mpy3*} # x11-toolkits/py-gtk2, x11-toolkits/py-wxPython28 do not support Python 3 OPTIONS_EXCLUDE= GTKBACKEND GTKAGGBACKEND WXAGGBACKEND .endif Modified: head/textproc/py-enchant/Makefile ============================================================================== --- head/textproc/py-enchant/Makefile Wed Apr 10 04:21:15 2019 (r498528) +++ head/textproc/py-enchant/Makefile Wed Apr 10 05:47:26 2019 (r498529) @@ -20,7 +20,7 @@ OPTIONS_DEFINE= WX OPTIONS_DEFAULT=WX WX_DESC= Provide a wxSpellCheckerDialog OPTIONS_SUB= yes -.if ${FLAVOR:U:Mpy3*} +.if ${FLAVOR:Upy36:Mpy3*} OPTIONS_EXCLUDE= WX .endif