[Midnightbsd-cvs] [MidnightBSD/mports] a35c07: Mk: default PostgreSQL to 15 (#691)
Lucas Holt
noreply at github.com
Fri Aug 7 00:11:34 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: a35c077f942dd8445e69de1f4fa90e4a17536337
https://github.com/MidnightBSD/mports/commit/a35c077f942dd8445e69de1f4fa90e4a17536337
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M Mk/components/default-versions.mk
M ports-mgmt/magus-utils/Makefile
Log Message:
-----------
Mk: default PostgreSQL to 15 (#691)
## Summary
- change the framework PostgreSQL default from 14 to 15
- update `ports-mgmt/magus-utils` to require PostgreSQL 15
- bump `magus-utils` `PORTREVISION` so existing installations receive
the dependency change
- refresh the documented set of supported PostgreSQL versions
## Validation
- `bmake -C ports-mgmt/magus-utils check-license`
- `portlint -AC ports-mgmt/magus-utils` (0 fatal errors; existing-style
warnings for missing `WWW`, `PORTREVISION`, and maintainer mode)
- `INDEXING=yes PACKAGE_BUILDING=yes BATCH=yes bmake -C
ports-mgmt/magus-utils describe`
- `INDEXING=yes PACKAGE_BUILDING=yes BATCH=yes bmake -C
databases/postgresql15-client describe`
- `INDEXING=yes PACKAGE_BUILDING=yes BATCH=yes bmake -C
databases/postgresql15-server describe`
- verified `magus-utils` resolves `PGSQL_DEFAULT=15`, `PGSQL_VER=15`,
and `libpq.so.5:databases/postgresql15-client`
- `git diff --check`
The full local port build was not run because this host has PostgreSQL
14 installed. The framework correctly stops with `the port wants
postgresql-client version 15 and you have version 14 installed`; the
compatibility guard was not bypassed.
## Summary by Sourcery
Update the ports framework to default PostgreSQL to version 15 and align
magus-utils with the new default.
Enhancements:
- Refresh the documented set of supported PostgreSQL versions in the
framework to include newer releases and set the default to 15.
Build:
- Adjust magus-utils port metadata to depend on PostgreSQL 15 and bump
PORTREVISION so existing installations pick up the new dependency.
---------
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot at users.noreply.github.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