svn commit: r520560 - head
Alexander Leidinger
netchild at FreeBSD.org
Sat Dec 21 12:20:16 UTC 2019
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
More information about the svn-ports-head
mailing list