forked from Lainports/freebsd-ports
Switched port to rail 6.0 which is required for gitlab-ce 12.8 upgrade.
This commit is contained in:
parent
33498cc5e5
commit
bbc4f0aa9e
6 changed files with 16 additions and 13 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= marginalia
|
||||
PORTVERSION= 1.8.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
@ -12,8 +13,8 @@ COMMENT= Attach comments to your ActiveRecord queries
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-actionpack52>=2.3:www/rubygem-actionpack52 \
|
||||
rubygem-activerecord52>=3.1:databases/rubygem-activerecord52
|
||||
RUN_DEPENDS= rubygem-actionpack60>=2.3:www/rubygem-actionpack60 \
|
||||
rubygem-activerecord60>=2.3:databases/rubygem-activerecord60
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= bootstrap_form
|
||||
PORTVERSION= 4.2.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
@ -12,8 +12,8 @@ COMMENT= Form builder using Twitter Bootstrap 3+
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-actionpack52>=5.0:www/rubygem-actionpack52 \
|
||||
rubygem-activemodel52>=5.0:databases/rubygem-activemodel52
|
||||
RUN_DEPENDS= rubygem-actionpack60>=5.0:www/rubygem-actionpack60 \
|
||||
rubygem-activemodel60>=5.0:databases/rubygem-activemodel60
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= graphiql-rails
|
||||
PORTVERSION= 1.4.11
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
@ -11,8 +11,8 @@ COMMENT= Use the GraphiQL IDE for GraphQL with Ruby on Rails
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-sprockets-rails-rails52>=0:devel/rubygem-sprockets-rails-rails52 \
|
||||
rubygem-railties52>=0:www/rubygem-railties52
|
||||
RUN_DEPENDS= rubygem-sprockets-rails-rails60>=0:devel/rubygem-sprockets-rails-rails60 \
|
||||
rubygem-railties60>=0:www/rubygem-railties60
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= invisible_captcha
|
||||
PORTVERSION= 0.12.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
@ -11,7 +12,7 @@ COMMENT= Unobtrusive CAPTCHA for ruby
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-rails52>=3.2.0:www/rubygem-rails52
|
||||
RUN_DEPENDS= rubygem-rails60>=3.2.0:www/rubygem-rails60
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
|
|
|||
|
|
@ -3,18 +3,18 @@
|
|||
|
||||
PORTNAME= apollo_upload_server
|
||||
DISTVERSION= 2.0.0.beta.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Apollo-pload-server middleware for rails
|
||||
COMMENT= Apollo-upload-server middleware for rails
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-graphql>=1.7:devel/rubygem-graphql \
|
||||
rubygem-rails52>=5.0:www/rubygem-rails52
|
||||
rubygem-rails60>=5.0:www/rubygem-rails60
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= doorkeeper
|
||||
PORTVERSION= 5.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
@ -11,7 +12,7 @@ COMMENT= Doorkeeper is an OAuth 2 provider for Rails and Grape
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-railties4>=4.2:www/rubygem-railties4
|
||||
RUN_DEPENDS= rubygem-railties60>=4.2:www/rubygem-railties60
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue