[Midnightbsd-cvs] [MidnightBSD/mports] bb5d76: databases/arrow-glib: fix the dependency version u...
Lucas Holt
noreply at github.com
Sun Aug 16 17:26:53 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: bb5d76cce26718257a72bc0149b61782d05359b3
https://github.com/MidnightBSD/mports/commit/bb5d76cce26718257a72bc0149b61782d05359b3
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M databases/arrow-glib/Makefile
Log Message:
-----------
databases/arrow-glib: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: c1540eab9459388ea26025a3f94a7494ae010324
https://github.com/MidnightBSD/mports/commit/c1540eab9459388ea26025a3f94a7494ae010324
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M databases/postgresql18-server/Makefile
Log Message:
-----------
databases/postgresql18-server: add --with-template=freebsd
PostgreSQL's configure maps host_os to a template and has no midnightbsd
case, so it fails with "PostgreSQL has apparently not been ported to your
platform yet". databases/postgresql14-server already passes this flag; it was
lost when 15 through 18 were imported from FreeBSD.
postgresql15/16/17-server include this Makefile, so this fixes the client and
docs ports for all four versions.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: f27fc3935a0f36566db38205573f01cffe1166e4
https://github.com/MidnightBSD/mports/commit/f27fc3935a0f36566db38205573f01cffe1166e4
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M databases/py-pyarrow/Makefile
Log Message:
-----------
databases/py-pyarrow: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 1cc2f65ad936652a566f87e3c341d369e8ee028e
https://github.com/MidnightBSD/mports/commit/1cc2f65ad936652a566f87e3c341d369e8ee028e
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M databases/rubygem-activerecord60/Makefile
Log Message:
-----------
databases/rubygem-activerecord60: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 05e3d6cd86b4be16975df965f78e98f58e1ac950
https://github.com/MidnightBSD/mports/commit/05e3d6cd86b4be16975df965f78e98f58e1ac950
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M databases/rubygem-activerecord61/Makefile
Log Message:
-----------
databases/rubygem-activerecord61: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: c9d179ba8ea2b894fececf178f3f9800a9936114
https://github.com/MidnightBSD/mports/commit/c9d179ba8ea2b894fececf178f3f9800a9936114
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M databases/rubygem-activerecord71/Makefile
Log Message:
-----------
databases/rubygem-activerecord71: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 58699abb66f63400513db4a30462caf86044b429
https://github.com/MidnightBSD/mports/commit/58699abb66f63400513db4a30462caf86044b429
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M databases/rubygem-red-arrow-dataset/Makefile
Log Message:
-----------
databases/rubygem-red-arrow-dataset: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 056cd3ac28e222cf4b8b1ff66dbf96509faa30c6
https://github.com/MidnightBSD/mports/commit/056cd3ac28e222cf4b8b1ff66dbf96509faa30c6
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M databases/rubygem-red-arrow-flight/Makefile
Log Message:
-----------
databases/rubygem-red-arrow-flight: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 260a4fe4e187df2b7bc25f1ddba2545aa9a0bf64
https://github.com/MidnightBSD/mports/commit/260a4fe4e187df2b7bc25f1ddba2545aa9a0bf64
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M databases/rubygem-red-gandiva/Makefile
Log Message:
-----------
databases/rubygem-red-gandiva: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 60c1e2949746330ffabb0c639b73ce6553d2d570
https://github.com/MidnightBSD/mports/commit/60c1e2949746330ffabb0c639b73ce6553d2d570
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M databases/rubygem-red-parquet/Makefile
Log Message:
-----------
databases/rubygem-red-parquet: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 1f732e665f35e0031d2c02674655800bcd316b4e
https://github.com/MidnightBSD/mports/commit/1f732e665f35e0031d2c02674655800bcd316b4e
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M databases/rubygem-redis-clustering-gitlab/Makefile
Log Message:
-----------
databases/rubygem-redis-clustering-gitlab: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: f6999c80ee1b73c43ec9bce3e6a1451def4a16ca
https://github.com/MidnightBSD/mports/commit/f6999c80ee1b73c43ec9bce3e6a1451def4a16ca
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/libfwnt/Makefile
Log Message:
-----------
devel/libfwnt: fix staging of the Python bindings
configure computes pyexecdir with distutils, which Python 3.12 no longer
ships. The lookup returns nothing, pyexecdir collapses to ${prefix}, and
libtool aborts with "cannot install '\''py*.la'\'' to a directory not ending in
/usr/local/". --with-pythondir does not help; it only sets pythondir.
Depend on py-setuptools, which provides the distutils shim, so the bindings
land in site-packages again.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: a599a2d1ad2d632518ebf79bbd98732762428fc3
https://github.com/MidnightBSD/mports/commit/a599a2d1ad2d632518ebf79bbd98732762428fc3
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/py-cffi/Makefile
Log Message:
-----------
devel/py-cffi: mark the py313t flavor BROKEN
cffi 2.1.0 refuses the free-threaded build of CPython 3.13 outright; upstream
supports free-threading from 3.14 on. A USES=python version range cannot
express this because python.mk strips the "t" suffix before comparing.
The flavor is kept rather than removed from FLAVORS so that dependent ports
such as security/py-cryptography still resolve py-cffi at py313t.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: b1c509e188672f9f7678a39c3511ff2fcd14139f
https://github.com/MidnightBSD/mports/commit/b1c509e188672f9f7678a39c3511ff2fcd14139f
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/py-jaraco.functools/files/patch-pyproject.toml
Log Message:
-----------
devel/py-jaraco.functools: fix build with setuptools 63
patch-pyproject.toml only rewrote the license line and left the upstream
build-system requirements alone, so the build asked for setuptools>=77 and
coherent.licensed and failed with "Missing dependencies". Take the complete
patch from FreeBSD, which also relaxes the setuptools bound and drops
coherent.licensed.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 46634f62b39f0db4841bd653e6e9583dfd1eaadd
https://github.com/MidnightBSD/mports/commit/46634f62b39f0db4841bd653e6e9583dfd1eaadd
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/py-tree-sitter/Makefile
Log Message:
-----------
devel/py-tree-sitter: add missing py-wheel build dependency
0.25.2 lists wheel in build-system.requires; without it the build fails with
"ERROR Missing dependencies: wheel".
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 654e60c44087469dc41c868e0b4ce9a8f5dad018
https://github.com/MidnightBSD/mports/commit/654e60c44087469dc41c868e0b4ce9a8f5dad018
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-actionview72/Makefile
M devel/rubygem-actionview72/distinfo
Log Message:
-----------
devel/rubygem-actionview72: update to 7.2.3.1
activesupport72, activemodel72 and activerecord72 are already at 7.2.3.1 and
their gemspecs pin the rest of the stack to the same version, so the 7.2.3
ports fail with "RubyGem dependency activesupport = 7.2.3.1 is not
satisfied".
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 943f016fc1d265a41b25df38249f610587df836d
https://github.com/MidnightBSD/mports/commit/943f016fc1d265a41b25df38249f610587df836d
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-activejob72/Makefile
M devel/rubygem-activejob72/distinfo
Log Message:
-----------
devel/rubygem-activejob72: update to 7.2.3.1
activesupport72, activemodel72 and activerecord72 are already at 7.2.3.1 and
their gemspecs pin the rest of the stack to the same version, so the 7.2.3
ports fail with "RubyGem dependency activesupport = 7.2.3.1 is not
satisfied".
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 82e72507426176bda4449553d21080b569aca769
https://github.com/MidnightBSD/mports/commit/82e72507426176bda4449553d21080b569aca769
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-aws-sdk-s3-gitlab/Makefile
Log Message:
-----------
devel/rubygem-aws-sdk-s3-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: a1c3a932669fbe28c9e3220584dd53087361aa0a
https://github.com/MidnightBSD/mports/commit/a1c3a932669fbe28c9e3220584dd53087361aa0a
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-countries/Makefile
Log Message:
-----------
devel/rubygem-countries: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: e80dd93a6b640574f628fdc2ee4f798efbf66861
https://github.com/MidnightBSD/mports/commit/e80dd93a6b640574f628fdc2ee4f798efbf66861
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-dry-types-gitlab/Makefile
Log Message:
-----------
devel/rubygem-dry-types-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: c45f9869051616255f4b5e08cca53e86455d94a0
https://github.com/MidnightBSD/mports/commit/c45f9869051616255f4b5e08cca53e86455d94a0
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-gitlab/Makefile
Log Message:
-----------
devel/rubygem-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 0973881118d5262fe0d3966e04514105d488aec3
https://github.com/MidnightBSD/mports/commit/0973881118d5262fe0d3966e04514105d488aec3
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-gitlab-experiment/Makefile
Log Message:
-----------
devel/rubygem-gitlab-experiment: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 266d48c878fa1511b0f6eaa0f26d58c056d52bb9
https://github.com/MidnightBSD/mports/commit/266d48c878fa1511b0f6eaa0f26d58c056d52bb9
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-irb/Makefile
Log Message:
-----------
devel/rubygem-irb: install RUN_DEPENDS at build time and fix the staging path of the manual page
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
post-install used ${STAGEDIR}${PREFIX} for the manual page. During fake,
PREFIX already contains FAKE_DESTDIR, so the path was doubled and install
failed.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 94e81d91585ea4618f235cb1e8ac4890f21deb0f
https://github.com/MidnightBSD/mports/commit/94e81d91585ea4618f235cb1e8ac4890f21deb0f
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-irb-gitlab/Makefile
Log Message:
-----------
devel/rubygem-irb-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: a632c268d2715e57746d29c9078a4c675b817705
https://github.com/MidnightBSD/mports/commit/a632c268d2715e57746d29c9078a4c675b817705
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-jira-ruby-gitlab/Makefile
Log Message:
-----------
devel/rubygem-jira-ruby-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 7046f17c8b027a8767f9c16b90f23425271e7782
https://github.com/MidnightBSD/mports/commit/7046f17c8b027a8767f9c16b90f23425271e7782
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-common/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-common: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 830cbed2b9499a5ed813e840f1b08ea2fe8cfdf1
https://github.com/MidnightBSD/mports/commit/830cbed2b9499a5ed813e840f1b08ea2fe8cfdf1
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-exporter-otlp-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-exporter-otlp-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 63333f1167f01ec360696b308901693b2271255b
https://github.com/MidnightBSD/mports/commit/63333f1167f01ec360696b308901693b2271255b
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-helpers-sql/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-helpers-sql: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 6fa4950083d42ee7f0589cd282164c66ce517168
https://github.com/MidnightBSD/mports/commit/6fa4950083d42ee7f0589cd282164c66ce517168
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-action_mailer-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-action_mailer-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: ecf3e813b42aef0b952bfd51677cb4539d662c56
https://github.com/MidnightBSD/mports/commit/ecf3e813b42aef0b952bfd51677cb4539d662c56
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-action_pack-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-action_pack-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 0b00a0a2eb958590e7bafbba5b3ff2df7dee3097
https://github.com/MidnightBSD/mports/commit/0b00a0a2eb958590e7bafbba5b3ff2df7dee3097
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-action_view-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-action_view-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 309cca3e680cad2c6bc6e80aa55b70dc788ac8a7
https://github.com/MidnightBSD/mports/commit/309cca3e680cad2c6bc6e80aa55b70dc788ac8a7
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-active_job-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-active_job-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: fbe0f10255cfd070ba0afa31c7216b74b93600e1
https://github.com/MidnightBSD/mports/commit/fbe0f10255cfd070ba0afa31c7216b74b93600e1
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-active_model_serializers-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-active_model_serializers-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 215c51a7020409f8502bf391d46557a4f22e7a19
https://github.com/MidnightBSD/mports/commit/215c51a7020409f8502bf391d46557a4f22e7a19
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-active_record-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-active_record-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 529b8d491331e1b784b505b8c915dcacc67107f6
https://github.com/MidnightBSD/mports/commit/529b8d491331e1b784b505b8c915dcacc67107f6
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-active_storage-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-active_storage-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: dd961fb32cc0e54d6539fe45c8e99f34374ba5c8
https://github.com/MidnightBSD/mports/commit/dd961fb32cc0e54d6539fe45c8e99f34374ba5c8
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-active_support-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-active_support-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 61ede3682c6d5245e72b19dac98aa5a9af32be0d
https://github.com/MidnightBSD/mports/commit/61ede3682c6d5245e72b19dac98aa5a9af32be0d
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-all-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-all-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 1cc25610d0067ec969d6cb727b87e8d5c9dc52c6
https://github.com/MidnightBSD/mports/commit/1cc25610d0067ec969d6cb727b87e8d5c9dc52c6
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-anthropic-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-anthropic-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 49433e38c939c82990dac3702a1b5736091c8a94
https://github.com/MidnightBSD/mports/commit/49433e38c939c82990dac3702a1b5736091c8a94
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-aws_lambda-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-aws_lambda-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 12399b0ee7ca1ff4f246ce2c0936434c42d25847
https://github.com/MidnightBSD/mports/commit/12399b0ee7ca1ff4f246ce2c0936434c42d25847
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-aws_sdk-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-aws_sdk-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: fad2f1a9ee966693a7bdf2cfdbb3b999d7b5d6fc
https://github.com/MidnightBSD/mports/commit/fad2f1a9ee966693a7bdf2cfdbb3b999d7b5d6fc
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-bunny-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-bunny-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: c3e020ca43ba813aa5ec5977ff8b71c585056fb9
https://github.com/MidnightBSD/mports/commit/c3e020ca43ba813aa5ec5977ff8b71c585056fb9
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-concurrent_ruby-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-concurrent_ruby-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 632b2877d4f841e50ed866550b4a133d2e92e40e
https://github.com/MidnightBSD/mports/commit/632b2877d4f841e50ed866550b4a133d2e92e40e
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-dalli-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-dalli-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 463acb12bf161283738b73cae3ac3668756012e0
https://github.com/MidnightBSD/mports/commit/463acb12bf161283738b73cae3ac3668756012e0
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-delayed_job-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-delayed_job-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: bbf9a431a0a05ce3bbaea82a3ef32a498f9db58b
https://github.com/MidnightBSD/mports/commit/bbf9a431a0a05ce3bbaea82a3ef32a498f9db58b
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-ethon-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-ethon-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 9a9c5cfe81bafaf7f55a5e56c163781b7276dfdd
https://github.com/MidnightBSD/mports/commit/9a9c5cfe81bafaf7f55a5e56c163781b7276dfdd
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-excon-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-excon-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 6be1442e98ef77a602298057419401c4e9676728
https://github.com/MidnightBSD/mports/commit/6be1442e98ef77a602298057419401c4e9676728
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-faraday-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-faraday-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: a1e2408081737918b00fe84d08c5f02e9dff8cec
https://github.com/MidnightBSD/mports/commit/a1e2408081737918b00fe84d08c5f02e9dff8cec
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-grape-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-grape-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 8945163c936fdced7727ecf339677417d886b316
https://github.com/MidnightBSD/mports/commit/8945163c936fdced7727ecf339677417d886b316
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-graphql-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-graphql-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: b0ce0fdb53e4a51e1ab4aadc914cf1da565d5409
https://github.com/MidnightBSD/mports/commit/b0ce0fdb53e4a51e1ab4aadc914cf1da565d5409
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-grpc-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-grpc-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: baaad41247c9e728c12834a42270f2c427d3812a
https://github.com/MidnightBSD/mports/commit/baaad41247c9e728c12834a42270f2c427d3812a
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-gruf-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-gruf-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: f8691f481d9d3594e9d1e83b695a5525b8d9e171
https://github.com/MidnightBSD/mports/commit/f8691f481d9d3594e9d1e83b695a5525b8d9e171
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-http-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-http-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: f967cec4ac224ea04f6d2736a48f9b0958a03718
https://github.com/MidnightBSD/mports/commit/f967cec4ac224ea04f6d2736a48f9b0958a03718
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-http_client-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-http_client-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 8553e4753329705c96f56cd0d1391a57554a073a
https://github.com/MidnightBSD/mports/commit/8553e4753329705c96f56cd0d1391a57554a073a
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-httpx-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-httpx-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: f1446222edf168f2e59f99884dc9a06d1c301f11
https://github.com/MidnightBSD/mports/commit/f1446222edf168f2e59f99884dc9a06d1c301f11
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-koala-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-koala-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 7117746e7bccb4ca297639214a4d3daf26046e26
https://github.com/MidnightBSD/mports/commit/7117746e7bccb4ca297639214a4d3daf26046e26
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-lmdb-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-lmdb-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 3c7fe8f5ccaf36d9fb56501da28949d6faa65557
https://github.com/MidnightBSD/mports/commit/3c7fe8f5ccaf36d9fb56501da28949d6faa65557
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-mongo-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-mongo-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 67adaf5495bbc1ce61691ef8f858b22d4ea957e2
https://github.com/MidnightBSD/mports/commit/67adaf5495bbc1ce61691ef8f858b22d4ea957e2
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-mysql2-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-mysql2-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: f79ea02975098b3355b12fbcd769d6c5ad71946b
https://github.com/MidnightBSD/mports/commit/f79ea02975098b3355b12fbcd769d6c5ad71946b
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-net_http-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-net_http-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 6ab667dc50e4d5e55bd9f4e72f6f3fff2b14ea49
https://github.com/MidnightBSD/mports/commit/6ab667dc50e4d5e55bd9f4e72f6f3fff2b14ea49
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-pg-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-pg-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 7baba5f8bc7c69c225062940f70020ca6395b19a
https://github.com/MidnightBSD/mports/commit/7baba5f8bc7c69c225062940f70020ca6395b19a
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-que-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-que-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: d56ff836be36287f484fed25392052367b812ab5
https://github.com/MidnightBSD/mports/commit/d56ff836be36287f484fed25392052367b812ab5
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-racecar-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-racecar-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 86e14d954a5ea7a4c1291472361641e862a2d5d7
https://github.com/MidnightBSD/mports/commit/86e14d954a5ea7a4c1291472361641e862a2d5d7
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-rack-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-rack-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 9a81cdba798e943013ec9b4e84c0f363789fe9b9
https://github.com/MidnightBSD/mports/commit/9a81cdba798e943013ec9b4e84c0f363789fe9b9
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-rails-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-rails-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 25471087ddb317175fe4743c2eee2a87f5aeccbe
https://github.com/MidnightBSD/mports/commit/25471087ddb317175fe4743c2eee2a87f5aeccbe
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-rake-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-rake-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: da34914e18b974c570ade07485f6527295d3b0f1
https://github.com/MidnightBSD/mports/commit/da34914e18b974c570ade07485f6527295d3b0f1
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-rdkafka-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-rdkafka-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 7982597a1e585bcd0f4523015a0d4c2d1cf6e9a8
https://github.com/MidnightBSD/mports/commit/7982597a1e585bcd0f4523015a0d4c2d1cf6e9a8
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-redis-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-redis-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: fc67fcde499e47e79f5900c412bd854767ab14e8
https://github.com/MidnightBSD/mports/commit/fc67fcde499e47e79f5900c412bd854767ab14e8
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-resque-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-resque-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 320bdfea47d64981f5c4eb598a01e323634e6c65
https://github.com/MidnightBSD/mports/commit/320bdfea47d64981f5c4eb598a01e323634e6c65
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-restclient-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-restclient-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 01e8bf6bb3c456e3eecc64786178762c41a1e6cc
https://github.com/MidnightBSD/mports/commit/01e8bf6bb3c456e3eecc64786178762c41a1e6cc
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-ruby_kafka-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-ruby_kafka-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: b9094a555c773878fc178485bf590aeb434e88cf
https://github.com/MidnightBSD/mports/commit/b9094a555c773878fc178485bf590aeb434e88cf
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-sidekiq-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-sidekiq-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: a590f30caa4ddbffa1b65f50614ae1d163fb8f8d
https://github.com/MidnightBSD/mports/commit/a590f30caa4ddbffa1b65f50614ae1d163fb8f8d
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-sinatra-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-sinatra-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 9663738406fcd6768232bfb18efa595f73a4a616
https://github.com/MidnightBSD/mports/commit/9663738406fcd6768232bfb18efa595f73a4a616
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-instrumentation-trilogy-gitlab/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-instrumentation-trilogy-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: c9039dfd2f5a3dcb2f0955b0c930c1a10b4d703a
https://github.com/MidnightBSD/mports/commit/c9039dfd2f5a3dcb2f0955b0c930c1a10b4d703a
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-registry/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-registry: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: cfd22d1b6910b2795d4bd771666b72b73bbf4ee1
https://github.com/MidnightBSD/mports/commit/cfd22d1b6910b2795d4bd771666b72b73bbf4ee1
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-opentelemetry-semantic_conventions/Makefile
Log Message:
-----------
devel/rubygem-opentelemetry-semantic_conventions: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: cc9febbfba6e81fc4e355482ba9ab429528cd940
https://github.com/MidnightBSD/mports/commit/cc9febbfba6e81fc4e355482ba9ab429528cd940
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-paper_trail/Makefile
Log Message:
-----------
devel/rubygem-paper_trail: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: e8528d192757d0380206ba89c517be97eb291f5d
https://github.com/MidnightBSD/mports/commit/e8528d192757d0380206ba89c517be97eb291f5d
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-semver_dialects/Makefile
Log Message:
-----------
devel/rubygem-semver_dialects: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 17fa305084fd50292beea2af5d4b9d7842a6d153
https://github.com/MidnightBSD/mports/commit/17fa305084fd50292beea2af5d4b9d7842a6d153
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-sentry-sidekiq/Makefile
Log Message:
-----------
devel/rubygem-sentry-sidekiq: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: d3869390ee23cebf1fbdd91be19ec5fddce15aa0
https://github.com/MidnightBSD/mports/commit/d3869390ee23cebf1fbdd91be19ec5fddce15aa0
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-sidekiq-cron-rails-gitlab/Makefile
Log Message:
-----------
devel/rubygem-sidekiq-cron-rails-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: f6e4a306492001f13e0e07c36a40228fb6514480
https://github.com/MidnightBSD/mports/commit/f6e4a306492001f13e0e07c36a40228fb6514480
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-sprockets-rails-rails-gitlab/Makefile
Log Message:
-----------
devel/rubygem-sprockets-rails-rails-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 60e2907385fdf5923e32d7bb972c46a49d666c25
https://github.com/MidnightBSD/mports/commit/60e2907385fdf5923e32d7bb972c46a49d666c25
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-telesignenterprise/Makefile
Log Message:
-----------
devel/rubygem-telesignenterprise: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 2cc1605f59aa73ff877b9cd02e9f9e78be2fde06
https://github.com/MidnightBSD/mports/commit/2cc1605f59aa73ff877b9cd02e9f9e78be2fde06
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M dns/c-ares/Makefile
M dns/c-ares/distinfo
M dns/c-ares/pkg-plist
Log Message:
-----------
dns/c-ares: update to 1.34.8
1.34.7 added const to the legacy ares_callback and ares_host_callback
typedefs. That is an API break: every consumer passing a non-const callback
stops compiling, which took out www/node20 through www/node25 and all
devel/py-grpcio flavors. Upstream reverted the change in 1.34.8.
The shared library version moves to libcares.so.2.19.7; the soname stays
libcares.so.2, so dependent ports need no revision bump.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 9e44a7ed0500a21f50709622b82e4475ad60a6bc
https://github.com/MidnightBSD/mports/commit/9e44a7ed0500a21f50709622b82e4475ad60a6bc
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M filesystems/libbde/Makefile
Log Message:
-----------
filesystems/libbde: fix staging of the Python bindings
configure computes pyexecdir with distutils, which Python 3.12 no longer
ships. The lookup returns nothing, pyexecdir collapses to ${prefix}, and
libtool aborts with "cannot install '\''py*.la'\'' to a directory not ending in
/usr/local/". --with-pythondir does not help; it only sets pythondir.
Depend on py-setuptools, which provides the distutils shim, so the bindings
land in site-packages again.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: becd65299122d12de2c4096f9acbba6969407b53
https://github.com/MidnightBSD/mports/commit/becd65299122d12de2c4096f9acbba6969407b53
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M filesystems/libfsapfs/Makefile
Log Message:
-----------
filesystems/libfsapfs: fix staging of the Python bindings
configure computes pyexecdir with distutils, which Python 3.12 no longer
ships. The lookup returns nothing, pyexecdir collapses to ${prefix}, and
libtool aborts with "cannot install '\''py*.la'\'' to a directory not ending in
/usr/local/". --with-pythondir does not help; it only sets pythondir.
Depend on py-setuptools, which provides the distutils shim, so the bindings
land in site-packages again.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 66f9bac7666475e57e6e0716568d336c6ff5e1b1
https://github.com/MidnightBSD/mports/commit/66f9bac7666475e57e6e0716568d336c6ff5e1b1
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M filesystems/libfsext/Makefile
Log Message:
-----------
filesystems/libfsext: fix staging of the Python bindings
configure computes pyexecdir with distutils, which Python 3.12 no longer
ships. The lookup returns nothing, pyexecdir collapses to ${prefix}, and
libtool aborts with "cannot install '\''py*.la'\'' to a directory not ending in
/usr/local/". --with-pythondir does not help; it only sets pythondir.
Depend on py-setuptools, which provides the distutils shim, so the bindings
land in site-packages again.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: b3d234adacd1969fa338f2f9b88353149f1e0bad
https://github.com/MidnightBSD/mports/commit/b3d234adacd1969fa338f2f9b88353149f1e0bad
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M filesystems/libfsfat/Makefile
Log Message:
-----------
filesystems/libfsfat: fix staging of the Python bindings
configure computes pyexecdir with distutils, which Python 3.12 no longer
ships. The lookup returns nothing, pyexecdir collapses to ${prefix}, and
libtool aborts with "cannot install '\''py*.la'\'' to a directory not ending in
/usr/local/". --with-pythondir does not help; it only sets pythondir.
Depend on py-setuptools, which provides the distutils shim, so the bindings
land in site-packages again.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: de1cd6cb24c538931eeacb7f21c76027fba7f457
https://github.com/MidnightBSD/mports/commit/de1cd6cb24c538931eeacb7f21c76027fba7f457
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M filesystems/libfshfs/Makefile
Log Message:
-----------
filesystems/libfshfs: fix staging of the Python bindings
configure computes pyexecdir with distutils, which Python 3.12 no longer
ships. The lookup returns nothing, pyexecdir collapses to ${prefix}, and
libtool aborts with "cannot install '\''py*.la'\'' to a directory not ending in
/usr/local/". --with-pythondir does not help; it only sets pythondir.
Depend on py-setuptools, which provides the distutils shim, so the bindings
land in site-packages again.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: dee98963e44a0b90f844657a906fb775fa713f67
https://github.com/MidnightBSD/mports/commit/dee98963e44a0b90f844657a906fb775fa713f67
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M filesystems/libfsxfs/Makefile
Log Message:
-----------
filesystems/libfsxfs: fix staging of the Python bindings
configure computes pyexecdir with distutils, which Python 3.12 no longer
ships. The lookup returns nothing, pyexecdir collapses to ${prefix}, and
libtool aborts with "cannot install '\''py*.la'\'' to a directory not ending in
/usr/local/". --with-pythondir does not help; it only sets pythondir.
Depend on py-setuptools, which provides the distutils shim, so the bindings
land in site-packages again.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 800ef7cfb76719bbfb321b6cd774f66fb5f64668
https://github.com/MidnightBSD/mports/commit/800ef7cfb76719bbfb321b6cd774f66fb5f64668
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M filesystems/libmodi/Makefile
Log Message:
-----------
filesystems/libmodi: fix staging of the Python bindings
configure computes pyexecdir with distutils, which Python 3.12 no longer
ships. The lookup returns nothing, pyexecdir collapses to ${prefix}, and
libtool aborts with "cannot install '\''py*.la'\'' to a directory not ending in
/usr/local/". --with-pythondir does not help; it only sets pythondir.
Depend on py-setuptools, which provides the distutils shim, so the bindings
land in site-packages again.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 1120d14db4737259f7b036fa7fe78113d8f99f65
https://github.com/MidnightBSD/mports/commit/1120d14db4737259f7b036fa7fe78113d8f99f65
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M filesystems/py-s3fs/Makefile
Log Message:
-----------
filesystems/py-s3fs: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 241d8eaf648e9edcb5e40a7af4a6da858cb989d7
https://github.com/MidnightBSD/mports/commit/241d8eaf648e9edcb5e40a7af4a6da858cb989d7
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M mail/rubygem-actionmailbox-gitlab/Makefile
Log Message:
-----------
mail/rubygem-actionmailbox-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 128a6405d47351eeb15fe3caf8e6d80654f8a8c6
https://github.com/MidnightBSD/mports/commit/128a6405d47351eeb15fe3caf8e6d80654f8a8c6
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M mail/rubygem-actionmailer-gitlab/Makefile
Log Message:
-----------
mail/rubygem-actionmailer-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: e3e8dcd86273b9f7ea6bee0882a537f634b4c667
https://github.com/MidnightBSD/mports/commit/e3e8dcd86273b9f7ea6bee0882a537f634b4c667
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M mail/rubygem-premailer/Makefile
Log Message:
-----------
mail/rubygem-premailer: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 9bf4dffc92ce23aaa36f85db7a0cb5e6ed5598fe
https://github.com/MidnightBSD/mports/commit/9bf4dffc92ce23aaa36f85db7a0cb5e6ed5598fe
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M math/py-numpy/Makefile
Log Message:
-----------
math/py-numpy: alias cython to the flavored binary
lang/cython uses concurrent, so each flavor installs only bin/cython-3.XX and
the bare bin/cython exists only for PYTHON_DEFAULT. meson looks up plain
cython and fails with "Unknown compiler(s): [['cython'], ['cython3']]" on
every non-default flavor.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 7ac750f1e7152e699da79e60b542d95d16fddc84
https://github.com/MidnightBSD/mports/commit/7ac750f1e7152e699da79e60b542d95d16fddc84
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M net/rubygem-activestorage60/Makefile
Log Message:
-----------
net/rubygem-activestorage60: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: bca722337cc10f49ff61b1f0ffdd0c11f46fb253
https://github.com/MidnightBSD/mports/commit/bca722337cc10f49ff61b1f0ffdd0c11f46fb253
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M net/rubygem-activestorage61/Makefile
Log Message:
-----------
net/rubygem-activestorage61: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 98dce9e500b44d2e8e89bb8075b83e60ec1456f7
https://github.com/MidnightBSD/mports/commit/98dce9e500b44d2e8e89bb8075b83e60ec1456f7
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M net/rubygem-activestorage70/Makefile
Log Message:
-----------
net/rubygem-activestorage70: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 317360cd0235ef30dbc3a1efd663739624e2ef23
https://github.com/MidnightBSD/mports/commit/317360cd0235ef30dbc3a1efd663739624e2ef23
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M net/rubygem-activestorage71/Makefile
Log Message:
-----------
net/rubygem-activestorage71: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 0619e81d9261d774da8f26cf7eed76e09e4d11ab
https://github.com/MidnightBSD/mports/commit/0619e81d9261d774da8f26cf7eed76e09e4d11ab
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M net/rubygem-activestorage72/Makefile
M net/rubygem-activestorage72/distinfo
Log Message:
-----------
net/rubygem-activestorage72: update to 7.2.3.1
activesupport72, activemodel72 and activerecord72 are already at 7.2.3.1 and
their gemspecs pin the rest of the stack to the same version, so the 7.2.3
ports fail with "RubyGem dependency activesupport = 7.2.3.1 is not
satisfied".
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 763b9c0136649e51e69a21ed929878194abf6ba7
https://github.com/MidnightBSD/mports/commit/763b9c0136649e51e69a21ed929878194abf6ba7
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M net/rubygem-activestorage81/Makefile
Log Message:
-----------
net/rubygem-activestorage81: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: f1daaac83d8c6b8c31aefb95cf90e5a3a4a7e831
https://github.com/MidnightBSD/mports/commit/f1daaac83d8c6b8c31aefb95cf90e5a3a4a7e831
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M net/rubygem-train/Makefile
Log Message:
-----------
net/rubygem-train: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 4dfaf98314fea9a2da8caa7a58dbc691f547854d
https://github.com/MidnightBSD/mports/commit/4dfaf98314fea9a2da8caa7a58dbc691f547854d
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M print/rubygem-prawn-svg/Makefile
Log Message:
-----------
print/rubygem-prawn-svg: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 68cf39319974132f59f893c117a0c51efaa2f503
https://github.com/MidnightBSD/mports/commit/68cf39319974132f59f893c117a0c51efaa2f503
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M security/rubygem-attr_encrypted/Makefile
Log Message:
-----------
security/rubygem-attr_encrypted: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 148c9f870eb26b2d7f23739ed3b80e059afe1336
https://github.com/MidnightBSD/mports/commit/148c9f870eb26b2d7f23739ed3b80e059afe1336
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M security/rubygem-bcrypt-ruby/Makefile
Log Message:
-----------
security/rubygem-bcrypt-ruby: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 35d200033a3bfa45cddc109bf3b016e4178ab650
https://github.com/MidnightBSD/mports/commit/35d200033a3bfa45cddc109bf3b016e4178ab650
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M security/rubygem-webauthn/Makefile
Log Message:
-----------
security/rubygem-webauthn: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: f9d9b6565a6def3e381be3370f1318b7a93cc338
https://github.com/MidnightBSD/mports/commit/f9d9b6565a6def3e381be3370f1318b7a93cc338
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M sysutils/rubygem-ohai/Makefile
Log Message:
-----------
sysutils/rubygem-ohai: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: f8c3cad5dfdf228fddc1add8fd0c036b398dfc03
https://github.com/MidnightBSD/mports/commit/f8c3cad5dfdf228fddc1add8fd0c036b398dfc03
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M textproc/py-gi-docgen/Makefile
M textproc/py-gi-docgen/distinfo
A textproc/py-gi-docgen/files/patch-setup.cfg
R textproc/py-gi-docgen/files/patch-setup.py
Log Message:
-----------
textproc/py-gi-docgen: update to 2026.1
glib 2.84.1 requires gi-docgen >= 2024.1. At 2022.1 meson failed the
version check and fell back to cloning gi-docgen from gitlab.gnome.org at
configure time, which breaks devel/glib20 on the build cluster.
Upstream moved the pkgconfig data_files entry from setup.py to setup.cfg, so
replace patch-setup.py with patch-setup.cfg. Also add the py-packaging run
dependency and drop the redundant version subdirectory from MASTER_SITES; the
GNOME macro already appends it.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: fbc46147adb85dc75b7de0241dbd25188dac7c96
https://github.com/MidnightBSD/mports/commit/fbc46147adb85dc75b7de0241dbd25188dac7c96
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M textproc/py-textual/Makefile
Log Message:
-----------
textproc/py-textual: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 0c5c9eaa527e4f6ef1c24621e742724baeaaba18
https://github.com/MidnightBSD/mports/commit/0c5c9eaa527e4f6ef1c24621e742724baeaaba18
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M textproc/rubygem-actiontext-gitlab/Makefile
Log Message:
-----------
textproc/rubygem-actiontext-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 7dd6876e2b4728d1c7e86ecb106e2565ba368325
https://github.com/MidnightBSD/mports/commit/7dd6876e2b4728d1c7e86ecb106e2565ba368325
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M textproc/rubygem-elasticsearch-gitlab/Makefile
Log Message:
-----------
textproc/rubygem-elasticsearch-gitlab: fix the dependency version upper bound and install RUN_DEPENDS at build time
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: b50da7be66569bd37528619f31b6b0fa12521fc3
https://github.com/MidnightBSD/mports/commit/b50da7be66569bd37528619f31b6b0fa12521fc3
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/py-requests/Makefile
Log Message:
-----------
www/py-requests: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 0f98df843aa378011cc75c3bbbde0851729587ef
https://github.com/MidnightBSD/mports/commit/0f98df843aa378011cc75c3bbbde0851729587ef
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-actioncable-gitlab/Makefile
Log Message:
-----------
www/rubygem-actioncable-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 1fb1286da2d428034da30230c1e63b493d6599b3
https://github.com/MidnightBSD/mports/commit/1fb1286da2d428034da30230c1e63b493d6599b3
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-actioncable72/Makefile
M www/rubygem-actioncable72/distinfo
Log Message:
-----------
www/rubygem-actioncable72: update to 7.2.3.1
activesupport72, activemodel72 and activerecord72 are already at 7.2.3.1 and
their gemspecs pin the rest of the stack to the same version, so the 7.2.3
ports fail with "RubyGem dependency activesupport = 7.2.3.1 is not
satisfied".
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: a9e9fefda5b799589139aee6f4bbc730d04d49e9
https://github.com/MidnightBSD/mports/commit/a9e9fefda5b799589139aee6f4bbc730d04d49e9
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-actionpack50/Makefile
Log Message:
-----------
www/rubygem-actionpack50: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: e497c452c067e50c66ba94757e44c1e780899468
https://github.com/MidnightBSD/mports/commit/e497c452c067e50c66ba94757e44c1e780899468
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-actionpack60/Makefile
Log Message:
-----------
www/rubygem-actionpack60: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: bb75324d56dad86486848e3fad0923886b35144a
https://github.com/MidnightBSD/mports/commit/bb75324d56dad86486848e3fad0923886b35144a
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-actionpack61/Makefile
Log Message:
-----------
www/rubygem-actionpack61: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: b03c82f47c68d020e95ae0fa401dac3c07df144f
https://github.com/MidnightBSD/mports/commit/b03c82f47c68d020e95ae0fa401dac3c07df144f
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-actionpack70/Makefile
Log Message:
-----------
www/rubygem-actionpack70: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: ee4a7f567d1beb6321336c83099f061dd72bf2f8
https://github.com/MidnightBSD/mports/commit/ee4a7f567d1beb6321336c83099f061dd72bf2f8
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-actionpack71/Makefile
Log Message:
-----------
www/rubygem-actionpack71: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 3e2745330dd8e7ba14bd20063e0eec6ecbb538aa
https://github.com/MidnightBSD/mports/commit/3e2745330dd8e7ba14bd20063e0eec6ecbb538aa
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-actionpack72/Makefile
M www/rubygem-actionpack72/distinfo
Log Message:
-----------
www/rubygem-actionpack72: update to 7.2.3.1
activesupport72, activemodel72 and activerecord72 are already at 7.2.3.1 and
their gemspecs pin the rest of the stack to the same version, so the 7.2.3
ports fail with "RubyGem dependency activesupport = 7.2.3.1 is not
satisfied".
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: e759d7fd1904a4747a7720bb37f7df3a26b022a8
https://github.com/MidnightBSD/mports/commit/e759d7fd1904a4747a7720bb37f7df3a26b022a8
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-actionpack81/Makefile
Log Message:
-----------
www/rubygem-actionpack81: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 74bafbc6f4780fa8186424e426b6f5fd6eba678c
https://github.com/MidnightBSD/mports/commit/74bafbc6f4780fa8186424e426b6f5fd6eba678c
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-gon-rails-gitlab/Makefile
Log Message:
-----------
www/rubygem-gon-rails-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 5db1a9c7ec5b951bc64d1103f4d79ad4742c732b
https://github.com/MidnightBSD/mports/commit/5db1a9c7ec5b951bc64d1103f4d79ad4742c732b
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-kaminari-actionview-rails-gitlab/Makefile
Log Message:
-----------
www/rubygem-kaminari-actionview-rails-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 36dedb1be75b211054c7a5ae5b6b654a34ebbcfe
https://github.com/MidnightBSD/mports/commit/36dedb1be75b211054c7a5ae5b6b654a34ebbcfe
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-kaminari-activerecord-rails-gitlab/Makefile
Log Message:
-----------
www/rubygem-kaminari-activerecord-rails-gitlab: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 6ad10e7cde04e669160a782de5dba0a150897829
https://github.com/MidnightBSD/mports/commit/6ad10e7cde04e669160a782de5dba0a150897829
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-kubeclient/Makefile
Log Message:
-----------
www/rubygem-kubeclient: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: eeb220ef3ff64e7664b4b82b3e47f3bd6dab4d4a
https://github.com/MidnightBSD/mports/commit/eeb220ef3ff64e7664b4b82b3e47f3bd6dab4d4a
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-railties72/Makefile
M www/rubygem-railties72/distinfo
Log Message:
-----------
www/rubygem-railties72: update to 7.2.3.1
activesupport72, activemodel72 and activerecord72 are already at 7.2.3.1 and
their gemspecs pin the rest of the stack to the same version, so the 7.2.3
ports fail with "RubyGem dependency activesupport = 7.2.3.1 is not
satisfied".
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: fd83cafb2db498cc84337c3f03402d16812521b2
https://github.com/MidnightBSD/mports/commit/fd83cafb2db498cc84337c3f03402d16812521b2
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-railties80/Makefile
Log Message:
-----------
www/rubygem-railties80: fix the dependency version upper bound
mport.query does not match a package when the lower bound of a range equals
the upper bound's base version and the upper bound carries a _N suffix:
"version>=1.1.1<1.1.1_99" reports not found for an installed 1.1.1, while
"version>=1.1.1<1.1.1.99" matches, including packages carrying a
PORTREVISION. Spell the bound with .99 so the dependency resolves.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 6661edb7031a682418dbcae1a29e92796ae29f4e
https://github.com/MidnightBSD/mports/commit/6661edb7031a682418dbcae1a29e92796ae29f4e
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M www/rubygem-ruby-openai37/Makefile
Log Message:
-----------
www/rubygem-ruby-openai37: install RUN_DEPENDS at build time
The gemdeps QA check runs ${LOCALBASE}/bin/gem list, so the runtime gems have
to be installed before fake-qa. The build cluster installs BUILD_DEPENDS but
not RUN_DEPENDS, so the check reported dependencies as unsatisfied even though
they had built successfully in the same run. This matches the convention
already used by most rubygem ports.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 251c04b4420f0650d9f603ca9364232aea1cfd56
https://github.com/MidnightBSD/mports/commit/251c04b4420f0650d9f603ca9364232aea1cfd56
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-16 (Sun, 16 Aug 2026)
Changed paths:
M devel/rubygem-oj/Makefile
Log Message:
-----------
devel/rubygem-oj: fix the staging path of the installed headers
post-install used ${STAGEDIR}${PREFIX}. During fake, PREFIX already contains
FAKE_DESTDIR, so the headers landed in a doubled path under the stage
directory:
work/fake-inst-amd64/usr/mports/devel/rubygem-oj/work/fake-inst-amd64/...
That is outside the tree the packing list is generated from, so the build
succeeded but all 24 headers were silently dropped from the package. Use
${PREFIX} alone, matching devel/rubygem-oj-gitlab, which already gets this
right.
Bump PORTREVISION: the package gains the header files it was always meant to
ship.
AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Compare: https://github.com/MidnightBSD/mports/compare/c55abe6f0837...251c04b4420f
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