svn commit: r520321 - head

Antoine Brodin antoine at FreeBSD.org
Tue Dec 17 09:40:52 UTC 2019


Author: antoine
Date: Tue Dec 17 09:40:51 2019
New Revision: 520321
URL: https://svnweb.freebsd.org/changeset/ports/520321

Log:
  Add some instructions that may help the python upgrade

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue Dec 17 09:40:50 2019	(r520320)
+++ head/UPDATING	Tue Dec 17 09:40:51 2019	(r520321)
@@ -14,6 +14,10 @@ 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:
+  # 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 at FreeBSD.org


More information about the svn-ports-all mailing list