Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2019 09:40:51 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520321 - head
Message-ID:  <201912170940.xBH9epZq022954@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912170940.xBH9epZq022954>