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:
parent
e632abeb1e
commit
dab7167fbf
@ -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
|
||||
|
28
devel/rubygem-grape20/Makefile
Normal file
28
devel/rubygem-grape20/Makefile
Normal 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>
|
3
devel/rubygem-grape20/distinfo
Normal file
3
devel/rubygem-grape20/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1718880840
|
||||
SHA256 (rubygem/grape-2.0.0.gem) = 3aeff94c17e84ccead4ff98833df691e7da0c108878cc128ca31f80c1047494a
|
||||
SIZE (rubygem/grape-2.0.0.gem) = 146944
|
1
devel/rubygem-grape20/pkg-descr
Normal file
1
devel/rubygem-grape20/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
A Ruby framework for rapid API development with great conventions.
|
Loading…
Reference in New Issue
Block a user