[Midnightbsd-cvs] [MidnightBSD/mports] f82391: fix rubygem activionview4 (#179)

Lucas Holt noreply at github.com
Sat May 16 13:05:31 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: f823913aab15a80c1e8f6ce5cfc10ca3a7bdc2bb
      https://github.com/MidnightBSD/mports/commit/f823913aab15a80c1e8f6ce5cfc10ca3a7bdc2bb
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-16 (Sat, 16 May 2026)

  Changed paths:
    M devel/rubygem-actionview4/Makefile

  Log Message:
  -----------
  fix rubygem activionview4 (#179)

* cad/z88: fix staged path embedded in wrapper script

do-install runs with FAKE_DESTDIR prepended to PREFIX automatically,
so ${DATADIR} expands to the staging path. Substitute ${LOCALBASE}/share/${PORTNAME}
instead so the installed z88 wrapper script contains the correct
runtime path. Bump PORTREVISION.

AI-Assisted-by: Claude Sonnet 4.6 <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>

* devel/rubygem-actionview4: add BUILD_DEPENDS= ${RUN_DEPENDS}

fake-qa checks gem runtime deps via `gem list` on the build machine;
without BUILD_DEPENDS the runtime gems are not installed at build time
and the check fails.  All other rubygem ports with RUN_DEPENDS follow
this same pattern.

AI-Assisted-by: Claude Sonnet 4.6 <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>

---------

Signed-off-by: Lucas Holt <luke at foolishgames.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications


More information about the Midnightbsd-cvs mailing list