diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-17 09:40:51 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-17 09:40:51 +0000 |
commit | 9e653894965ada02df7c9c655e0114a6aabc271e (patch) | |
tree | 335718cfa1faf7b2a0756316dcc7965d1ebb760e /UPDATING | |
parent | 34660318fcb5a8e8f6edb638d4f5517c9c1c517f (diff) | |
download | ports-9e653894965ada02df7c9c655e0114a6aabc271e.tar.gz ports-9e653894965ada02df7c9c655e0114a6aabc271e.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |