freebsd-ports/textproc/rubygem-autoprefixer-rails1025/Makefile
Matthias Fechner 0bbacd67dc www/gitlab-ce: fix segfaults
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
2021-11-22 16:17:58 +01:00

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>