Files
ports/www/rubygem-js-routes-gitlab/Makefile
T
Matthias Fechner c49ba7cf5c www/gitlab: fix regression from d747b3e476
www/rubygem-js-routes 2.4.x includes in incompatible API change which
breaks gitlab at runtime while e.g. loading projects.
The problem only appears if the asset for gitlab are recompiled with
this new version which makes it harder to spot the problem.

I will follow up the issue here:
https://gitlab.com/gitlab-org/gitlab/-/work_items/605464

Thanks a lot to Peter for finding the cause of that problem!

PR:		296698
2026-07-12 10:23:50 +02:00

21 lines
436 B
Makefile

PORTNAME= js-routes
PORTVERSION= 2.3.7
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Exposes all Rails Routes URL helpers as javascript module
WWW= https://github.com/railsware/js-routes
LICENSE= MIT
RUN_DEPENDS= rubygem-rails-gitlab>=5:www/rubygem-rails-gitlab \
rubygem-sorbet-runtime>=0:devel/rubygem-sorbet-runtime
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>