Bug 249881

Summary: /usr/ports/UPDATING AFFECTS: database/postgresql... should be databases/postgresql...
Product: Ports & Packages Reporter: Keith White <ksw.childe>
Component: Individual Port(s)Assignee: Rainer Hurling <rhurlin>
Status: Closed FIXED    
Severity: Affects Some People CC: rhurlin
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Keith White 2020-09-25 11:54:33 UTC
/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"
Comment 1 Rainer Hurling freebsd_committer freebsd_triage 2020-09-25 17:06:30 UTC
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
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-09-26 09:45:36 UTC
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
Comment 3 Rainer Hurling freebsd_committer freebsd_triage 2020-09-26 09:51:13 UTC
Committed, thanks!