Date: Tue, 14 Nov 2017 23:14:09 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454220 - head Message-ID: <201711142314.vAENE9u7009544@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Tue Nov 14 23:14:08 2017 New Revision: 454220 URL: https://svnweb.freebsd.org/changeset/ports/454220 Log: Note poudriere-options -p issue. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Nov 14 23:11:11 2017 (r454219) +++ head/UPDATING Tue Nov 14 23:14:08 2017 (r454220) @@ -5,6 +5,20 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20171114: + AFFECTS: users of ports-mgmt/poudriere + AUTHOR: bdrewery@FreeBSD.org + + "poudriere options" now respects the -p flag while it did not before. + This means that it may create an empty directory when used now rather + than continue to use your existing options set. You may want to not + use -p or move your existing options directory, in + /usr/local/etc/poudriere.d/*-options, to the new format with the + ports tree name in it. Otherwise "poudriere bulk" will use the + new empty directory. + + This behavior will likely change in 3.2.1 to be more backwards-compatible. + 20171112: AFFECTS: consumers of devel/oniguruma* AUTHOR: riggs@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711142314.vAENE9u7009544>