Make rubygem-grape 1.1.0 available again as the upgrade to version 1.2 has broken www/gitlab-ce.
Approved by: mentors (implicit)
This commit is contained in:
parent
1d3ebe982c
commit
039958aec1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486196
4 changed files with 36 additions and 0 deletions
|
@ -5726,6 +5726,7 @@
|
|||
SUBDIR += rubygem-googleapis-common-protos-types
|
||||
SUBDIR += rubygem-graf
|
||||
SUBDIR += rubygem-grape
|
||||
SUBDIR += rubygem-grape11
|
||||
SUBDIR += rubygem-grape-entity
|
||||
SUBDIR += rubygem-grape-path-helpers
|
||||
SUBDIR += rubygem-grape-route-helpers
|
||||
|
|
29
devel/rubygem-grape11/Makefile
Normal file
29
devel/rubygem-grape11/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= grape
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 11
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Framework for rapid API development with great conventions
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
|
||||
rubygem-builder>=0:devel/rubygem-builder \
|
||||
rubygem-mustermann-grape>=1.0.0:devel/rubygem-mustermann-grape \
|
||||
rubygem-rack>=1.3.0:www/rubygem-rack \
|
||||
rubygem-rack-accept>=0:www/rubygem-rack-accept \
|
||||
rubygem-virtus>=1.0.0:devel/rubygem-virtus
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit: ^1\.1\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-grape11/distinfo
Normal file
3
devel/rubygem-grape11/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1533567203
|
||||
SHA256 (rubygem/grape-1.1.0.gem) = 0c99102e0df5210aa700e5455f408a8cdb49fe3f6104335c0b4de98423a86a11
|
||||
SIZE (rubygem/grape-1.1.0.gem) = 765440
|
3
devel/rubygem-grape11/pkg-descr
Normal file
3
devel/rubygem-grape11/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A Ruby framework for rapid API development with great conventions.
|
||||
|
||||
WWW: https://github.com/ruby-grape/grape
|
Loading…
Reference in a new issue