From owner-svn-ports-all@freebsd.org Tue Nov 14 23:14:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4320DDB89F6; Tue, 14 Nov 2017 23:14:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1070A7436D; Tue, 14 Nov 2017 23:14:09 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAENE9ax009545; Tue, 14 Nov 2017 23:14:09 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAENE9u7009544; Tue, 14 Nov 2017 23:14:09 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201711142314.vAENE9u7009544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 14 Nov 2017 23:14:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454220 - head X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 454220 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 23:14:10 -0000 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