[Midnightbsd-cvs] [MidnightBSD/mports] 164147: cleanup: Sort SUBDIR entries in category Makefiles...
Lucas Holt
noreply at github.com
Sat Jun 6 00:28:10 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 16414763fc378555bce16533b624776db0579e9d
https://github.com/MidnightBSD/mports/commit/16414763fc378555bce16533b624776db0579e9d
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-06-06 (Sat, 06 Jun 2026)
Changed paths:
M databases/Makefile
M deskutils/Makefile
M devel/Makefile
M dns/Makefile
M graphics/Makefile
M lang/Makefile
M mail/Makefile
M math/Makefile
M misc/Makefile
M print/Makefile
M security/Makefile
M sysutils/Makefile
M www/Makefile
M x11-fonts/Makefile
M x11-toolkits/Makefile
M x11/Makefile
Log Message:
-----------
cleanup: Sort SUBDIR entries in category Makefiles (#612)
Sort SUBDIR entries alphabetically (ASCII order) and move entries that
were at the bottom of the files into the main list. This improves
consistency and makes it easier to find ports.
AI-Assisted-by: Gemini CLI <gemini-cli at google.com>
## Summary by Sourcery
Sort and normalize SUBDIR entries across multiple category Makefiles to
keep ports listed in ASCII order and consolidate previously trailing
entries into the main lists.
Enhancements:
- Reorder existing SUBDIR lines in devel, math, security, www, print,
databases, mail, dns, sysutils, graphics, x11, lang, misc, deskutils,
x11-fonts, and x11-toolkits Makefiles to maintain consistent
alphabetical ordering.
- Move previously grouped or trailing SUBDIR blocks (notably many R,
Ruby gem, and GitLab-related ports) into their correct sorted positions
within each category Makefile.
- Fix minor formatting inconsistencies such as indentation on SUBDIR
lines in the print category Makefile.
---------
Signed-off-by: Lucas Holt <luke at foolishgames.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list