aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2019-12-21 12:20:15 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2019-12-21 12:20:15 +0000
commit1591f2c89b40e54c4ff95b805b891f9bf4c4bcd2 (patch)
treed3a6d4ecfd64480764e77fca2d0a5812e6957f1d /UPDATING
parente3d56aff7c18c6d02126b25fdea44cb510badeab (diff)
downloadports-1591f2c89b40e54c4ff95b805b891f9bf4c4bcd2.tar.gz
ports-1591f2c89b40e54c4ff95b805b891f9bf4c4bcd2.zip
Update the python entry with instructions for portmaster users.
Notes
Notes: svn path=/head/; revision=520560
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 10 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 09fb4b52200a..3dbd21a7af16 100644
--- a/UPDATING
+++ b/UPDATING
@@ -14,9 +14,18 @@ you update your ports collection, before attempting any port upgrades.
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