git: 5d8561b885 - main - phb: Do not require revision bumps on MAINTAINER changes

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Tue, 01 Feb 2022 09:46:57 UTC
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/doc/commit/?id=5d8561b885e182481772bf0be4fc82bbf9607d98

commit 5d8561b885e182481772bf0be4fc82bbf9607d98
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-02-01 09:42:23 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-02-01 09:42:23 +0000

    phb: Do not require revision bumps on MAINTAINER changes
    
    Reported by:    gerald
---
 documentation/content/en/books/porters-handbook/makefiles/_index.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc
index 5d2f4cd1b7..fb3eedfa11 100644
--- a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc
@@ -306,6 +306,7 @@ Examples of changes which do not require a `PORTREVISION` bump:
 * Changes to `MASTER_SITES` or other functional changes to the port which do not affect the resulting package.
 * Trivial patches to the distfile such as correction of typos, which are not important enough that users of the package have to go to the trouble of upgrading.
 * Build fixes which cause a package to become compilable where it was previously failing. As long as the changes do not introduce any functional change on any other platforms on which the port did previously build. Since `PORTREVISION` reflects the content of the package, if the package was not previously buildable then there is no need to increase `PORTREVISION` to mark a change.
+* Changes to `MAINTAINER`.
 
 A rule of thumb is to decide whether a change committed to a port is something which _some_ people would benefit from having.
 Either because of an enhancement, fix, or by virtue that the new package will actually work at all.