aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-12-17 09:40:51 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-12-17 09:40:51 +0000
commit9e653894965ada02df7c9c655e0114a6aabc271e (patch)
tree335718cfa1faf7b2a0756316dcc7965d1ebb760e /UPDATING
parent34660318fcb5a8e8f6edb638d4f5517c9c1c517f (diff)
downloadports-9e653894965ada02df7c9c655e0114a6aabc271e.tar.gz
ports-9e653894965ada02df7c9c655e0114a6aabc271e.zip
Add some instructions that may help the python upgrade
Notes
Notes: svn path=/head/; revision=520321
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 71fde7c9c4b0..09fb4b52200a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -14,6 +14,10 @@ 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:
+ # sh
+ # for i in $(pkg query -g %n 'py36-*'); do pkg set -yn ${i}:py37-${i#py36-}; done
+
20191204
AFFECTS: users of mail/nextcloud-mail
AUTHOR: brnrd@FreeBSD.org