aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-11-15 07:14:08 +0800
committerbdrewery <bdrewery@FreeBSD.org>2017-11-15 07:14:08 +0800
commit988fde214856ab5cf60da842eb3afde03c3ba36d (patch)
tree9cea7530d513a64be682d6a722ceb4f34a87d17e /UPDATING
parent89f3f1958251bf139ec849ad3301d90bc297989b (diff)
downloadfreebsd-ports-gnome-988fde214856ab5cf60da842eb3afde03c3ba36d.tar.gz
freebsd-ports-gnome-988fde214856ab5cf60da842eb3afde03c3ba36d.tar.zst
freebsd-ports-gnome-988fde214856ab5cf60da842eb3afde03c3ba36d.zip
Note poudriere-options -p issue.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b064841f6f76..3e5505c186b7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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