Summary: | UPDATING: Update all entries to match recommended category/portname format | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yuichiro NAITO <naito.yuichiro> | ||||
Component: | Ports Framework | Assignee: | Koichiro Iwao <meta> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | adamw, meta, ports-bugs | ||||
Priority: | --- | Flags: | meta:
merge-quarterly+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
I'm not sure who's responsible for this. Maybe portmgr's review required? I found portcategory/portname is recommended in porter's handbook. https://www.freebsd.org/doc/en/books/porters-handbook/moved-and-updating-files.html Portmgr review isn't required here, but you definitely have our approval. Thanks for catching these, Yuichiro! A commit references this bug: Author: meta Date: Wed Oct 16 01:26:18 UTC 2019 New revision: 514569 URL: https://svnweb.freebsd.org/changeset/ports/514569 Log: AFFECTS line should contain portcategory/portname so that automated tools can parse it as easily as possible, according to Porter's handbook 11.2.1 [1]. [1] https://www.freebsd.org/doc/en/books/porters-handbook/moved-and-updating-files.html PR: 241169 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com> Approved by: portmgr blanket Changes: head/UPDATING (In reply to Adam Weinberger from comment #3) I suppose this kind of fix has a 'blanket approval' according to porter/committer's handbook. I would say quarterly branch needs the same fix as well. (In reply to Koichiro Iwao from comment #5) Yes, and yes. Please do merge this. New entry has added without category name. ``` 20191016: AFFECTS: users of KDE Plasma Desktop AUTHOR: kde@FreeBSD.org ``` should be include "x11/plasma5*". Pkg-1.12.0 now supports regular expression matching. > should be include "x11/plasma5*".
Sorry for English syntax mistake.
=> should include "x11/plasma5*".
A commit references this bug: Author: meta Date: Mon Oct 21 04:42:38 UTC 2019 New revision: 515080 URL: https://svnweb.freebsd.org/changeset/ports/515080 Log: UPDATING: Add category/portname for KDE Plasma Desktop in 20191016 as well as r514569. PR: 241169 Submitted by: Yuichiro NAITO (naito.yuichiro@gmail.com) Approved by: portmgr blanket Changes: head/UPDATING A commit references this bug: Author: meta Date: Mon Oct 21 04:51:34 UTC 2019 New revision: 515081 URL: https://svnweb.freebsd.org/changeset/ports/515081 Log: MFH: r514569 AFFECTS line should contain portcategory/portname so that automated tools can parse it as easily as possible, according to Porter's handbook 11.2.1 [1]. [1] https://www.freebsd.org/doc/en/books/porters-handbook/moved-and-updating-files.html PR: 241169 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com> Approved by: portmgr blanket Approved by: portmgr (adamw) Changes: _U branches/2019Q4/ branches/2019Q4/UPDATING Committed everything and MHF'ed' thanks! |
Created attachment 208218 [details] UPDATING.patch Please write category name in AFFECTS line so that 'pkg updating' can catch the port name. I found some entries lost the category name. I want to fix them like the attached patch.