1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

devel/rubygem-grape20: fix regression from 656f3fb43c

Make version 2.0 available that is required by gitlab.

PR:		279905
This commit is contained in:
Matthias Fechner 2024-06-22 19:06:12 +03:00
parent e632abeb1e
commit dab7167fbf
4 changed files with 33 additions and 0 deletions

View File

@ -7139,6 +7139,7 @@
SUBDIR += rubygem-googleapis-common-protos-types
SUBDIR += rubygem-graf
SUBDIR += rubygem-grape
SUBDIR += rubygem-grape20
SUBDIR += rubygem-grape-entity
SUBDIR += rubygem-grape-path-helpers
SUBDIR += rubygem-grape-route-helpers

View File

@ -0,0 +1,28 @@
PORTNAME= grape
PORTVERSION= 2.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 20
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Framework for rapid API development with great conventions
WWW= https://www.ruby-grape.org/ \
https://github.com/ruby-grape/grape
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport70>=5:devel/rubygem-activesupport70 \
rubygem-builder>=0:devel/rubygem-builder \
rubygem-dry-types>=1.1:devel/rubygem-dry-types \
rubygem-mustermann-grape10>=1.0.0<1.1:devel/rubygem-mustermann-grape10 \
rubygem-rack>=1.3.0,3:www/rubygem-rack \
rubygem-rack-accept>=0:www/rubygem-rack-accept
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= ruby-grape
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1718880840
SHA256 (rubygem/grape-2.0.0.gem) = 3aeff94c17e84ccead4ff98833df691e7da0c108878cc128ca31f80c1047494a
SIZE (rubygem/grape-2.0.0.gem) = 146944

View File

@ -0,0 +1 @@
A Ruby framework for rapid API development with great conventions.