Date: Sat, 21 Dec 2019 12:20:15 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520560 - head Message-ID: <201912211220.xBLCKFCL025394@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: netchild Date: Sat Dec 21 12:20:15 2019 New Revision: 520560 URL: https://svnweb.freebsd.org/changeset/ports/520560 Log: Update the python entry with instructions for portmaster users. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Dec 21 12:09:37 2019 (r520559) +++ head/UPDATING Sat Dec 21 12:20:15 2019 (r520560) @@ -14,9 +14,18 @@ you update your ports collection, before attempting an For ports users wanting to keep version 3.6 as default, add DEFAULT_VERSIONS+= python=3.6 python3=3.6 to make.conf - This may ease the upgrade: + This may ease the upgrade for users of pre-build packages: # sh # for i in $(pkg query -g %n 'py36-*'); do pkg set -yn ${i}:py37-${i#py36-}; done + # pkg upgrade + + For portmaster users: + # portmaster -o lang/python37 python36 + # REINSTALL="$(pkg info -o py36-\* | awk '{printf "%s ", $2}')" + # pkg delete -f py36-\* + # portmaster $REINSTALL + # REBUILD=$(pkg query -g "%n:%dn" '*' | grep py3 | grep -v py37 | cut -d : -f 1 | sort -u) + # portmaster $REBUILD 20191204 AFFECTS: users of mail/nextcloud-mail
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912211220.xBLCKFCL025394>