From owner-svn-doc-head@freebsd.org Tue Sep 17 19:05:04 2019 Return-Path: Delivered-To: svn-doc-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 23EE312C234; Tue, 17 Sep 2019 19:05:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46XsxX06Thz4Z4N; Tue, 17 Sep 2019 19:05:04 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C111519408; Tue, 17 Sep 2019 19:05:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8HJ53mQ068367; Tue, 17 Sep 2019 19:05:03 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8HJ53tO068365; Tue, 17 Sep 2019 19:05:03 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201909171905.x8HJ53tO068365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 17 Sep 2019 19:05:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53417 - in head/en_US.ISO8859-1: articles/committers-guide books/porters-handbook/makefiles X-SVN-Group: doc-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/en_US.ISO8859-1: articles/committers-guide books/porters-handbook/makefiles X-SVN-Commit-Revision: 53417 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2019 19:05:04 -0000 Author: swills (ports committer) Date: Tue Sep 17 19:05:03 2019 New Revision: 53417 URL: https://svnweb.freebsd.org/changeset/doc/53417 Log: Remove blanket exception for teams Summary: This rule doesn't seem to make sense any more. Let's remove it. Reviewers: #portmgr, adamw, mat Reviewed By: #portmgr, adamw, mat Differential Revision: https://reviews.freebsd.org/D21158 Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Tue Sep 17 16:50:30 2019 (r53416) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Tue Sep 17 19:05:03 2019 (r53417) @@ -5085,17 +5085,6 @@ Do you want to commit? (no = start a shell) [y/n] - - Blanket approval does not apply to ports that are - maintained by teams like autotools@FreeBSD.org, x11@FreeBSD.org, gnome@FreeBSD.org, or kde@FreeBSD.org. These teams - use external repositories and can have work that would - conflict with changes that would normally fall under - blanket approval. - Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Tue Sep 17 16:50:30 2019 (r53416) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Tue Sep 17 19:05:03 2019 (r53417) @@ -4061,15 +4061,7 @@ PATCHFILES= patch1:test Some types of fixes have blanket approval from the &a.portmgr;, allowing any committer to fix those categories of problems on any port. These fixes do not need - approval from the maintainer. Blanket approval does not apply - to ports that are maintained by teams like autotools@FreeBSD.org, x11@FreeBSD.org, gnome@FreeBSD.org, or kde@FreeBSD.org. These teams use - external repositories and can have work that would conflict - with changes that would normally fall under blanket - approval. + approval from the maintainer. Blanket approval for most ports applies to fixes like infrastructure changes, or trivial and