svn commit: r524410 - head

Alexander Leidinger netchild at FreeBSD.org
Mon Jan 27 19:47:21 UTC 2020


Author: netchild
Date: Mon Jan 27 19:47:20 2020
New Revision: 524410
URL: https://svnweb.freebsd.org/changeset/ports/524410

Log:
  Improve the 20191216 entry. This may or may not cover the 20200113 entry.
  At least it covers some cases like gdb or gobject-introspection I
  encountered.

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Jan 27 19:40:17 2020	(r524409)
+++ head/UPDATING	Mon Jan 27 19:47:20 2020	(r524410)
@@ -144,6 +144,8 @@ you update your ports collection, before attempting an
   # portmaster $REINSTALL
   # REBUILD=$(pkg query -g "%n:%dn" '*' | grep py3 | grep -v py37 | cut -d : -f 1 | sort -u)
   # portmaster $REBUILD
+  # REBUILD2=$(pkg list | grep python-36 | xargs pkg which | awk '{print $6}' | sort -u)
+  # portmaster $REBUILD2
 
 20191204
   AFFECTS: users of mail/nextcloud-mail


More information about the svn-ports-all mailing list