Page MenuHomeFreeBSD

games/kanatest: fix ports compliance
ClosedPublic

Authored by fuz on Feb 16 2023, 1:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 25, 12:21 AM
Unknown Object (File)
Mon, Jul 20, 12:07 PM
Unknown Object (File)
Mon, Jul 20, 4:43 AM
Unknown Object (File)
Wed, Jul 8, 7:30 PM
Unknown Object (File)
Jun 18 2026, 8:14 AM
Unknown Object (File)
Jun 17 2026, 11:04 AM
Unknown Object (File)
Jun 12 2026, 10:38 PM
Unknown Object (File)
Jun 11 2026, 1:54 PM
Subscribers

Details

Summary
games/kanatest: fix ports compliance

 - change += into = where appropriate

While the Porter's Handbook wants us to place japanese as the first
category, Poudriere wants games to be the first category.  Given that
an unhappy Poudriere leads to a broken port, this was not changed.

Reported by:	eduardo
Approved by:	infrastructure change blanket
Approved by:	... (mentor)
Test Plan

Tested with Poudriere on i386 amd64 FreeBSD 12.4 13.1. Arm64 tests pending.
See test results at: http://fuz.su/~fuz/freebsd/batch2

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

fuz requested review of this revision.Feb 16 2023, 1:09 PM

Try to follow documentation and refer blanket commits more similarly such as portmgr (blanket) instead of "infrastructure change blanket", you can also just use a single line. Approved by: portmgr (blanket), XXX (mentor) in commit message
https://docs.freebsd.org/en/articles/committers-guide/#ports-qa-misc-blanket-approval

Thanks, I will do that when committing. I was unaware of the specific convention required.

CATEGORIES= games japanese seems to be correct.
Kanatest port is located at games and listed on japanese second category.

There is other cases where both ports exists, e.g., editors/jed and japanese/jed and CATEGORIES are set accordingly for both ports.

This revision is now accepted and ready to land.Feb 18 2023, 9:04 AM
This revision was automatically updated to reflect the committed changes.