From 9e653894965ada02df7c9c655e0114a6aabc271e Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 17 Dec 2019 09:40:51 +0000 Subject: Add some instructions that may help the python upgrade --- UPDATING | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'UPDATING') 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 -- cgit v1.2.3