Accessing the project page or doing anything that is related to a license file caused segfault in gitaly. Upgrading now the gems to this specific version fixed the problem. As we need to use a prerelease of rubygem-grpc, it is added as extra port. Please see also upstream here: https://gitlab.com/gitlab-org/gitlab/-/issues/345693 PR: 259848 Reported by: admin@asu-vei.ru
22 lines
397 B
Makefile
22 lines
397 B
Makefile
PORTNAME= autoprefixer-rails
|
|
PORTVERSION= 10.2.5.1
|
|
CATEGORIES= textproc ruby
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 1025
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Parse CSS and add vendor prefixes to CSS rules
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-execjs>=0:devel/rubygem-execjs
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^10\.2\.5\.
|
|
|
|
.include <bsd.port.mk>
|