Date: Mon, 27 Jan 2020 19:47:20 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524410 - head Message-ID: <202001271947.00RJlKb3091557@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001271947.00RJlKb3091557>