/usr/ports/UPDATING has AFFECTS: lines that use "database/..." instead of "databases/..." which means that utilities like pkg updating don't automatically display those sections. The postgresql sections in particular have information that would be useful for casual use of "pkg updating". One work-around, of course, is to use "pkg updating database/postgresql"
Hi Keith, Thanks for reporting. I opened a Review in Phabricator[1] with a patch, which has to be reviewed by arrowd or tcberner. [1] https://reviews.freebsd.org/D26557
A commit references this bug: Author: rhurlin Date: Sat Sep 26 09:44:48 UTC 2020 New revision: 550146 URL: https://svnweb.freebsd.org/changeset/ports/550146 Log: UPDATING: Correct the dirname database/* to databases/* In UPDATING, all sections which contain "database/..." instead of "databases/..." in the 'AFFECTS:' line, utilities like 'pkg updating' can't automatically display those sections. The postgresql sections in particular have information that would be useful for casual use of "pkg updating". One work-around, of course, is to use "pkg updating database/postgresql" While here, also correct some more occurrences. PR: 249881 Submitted by: rhurlin Reported by: Keith White <kwhite@site.uottawa.ca> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D26557 Changes: head/UPDATING
Committed, thanks!