git: f688807dab7c - main - UPDATING: Fix some typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Oct 2022 14:54:19 UTC
The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=f688807dab7cb3228baff3ab30179ecf4207e573 commit f688807dab7cb3228baff3ab30179ecf4207e573 Author: ykla <yklaxds@gmail.com> AuthorDate: 2022-10-18 11:46:22 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2022-10-18 14:52:40 +0000 UPDATING: Fix some typos According to https://cgit.freebsd.org/ports/commit/?id=e025129daf0d7006391e5311f20ec6102fb3d889 , the date of this line should be 2021 not 2020. Pull Request: https://github.com/freebsd/freebsd-ports/pull/134 --- UPDATING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 1ef9314bf9ee..89581b00adc3 100644 --- a/UPDATING +++ b/UPDATING @@ -1563,7 +1563,7 @@ reinstall the new ones without using the pkg upgrade facility. changed name from postgresql_class to postgresql_login_class. rc.subr(8) states that the parameter should be named ${name}_login_class. -20200512: +20210512: AFFECTS: users of sysutils/ansible* AUTHOR: 0mp@FreeBSD.org