mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
*/*: Switch deps from rails 6.0 to 6.1
This commit is contained in:
parent
b3d4b11d9b
commit
70b621db3c
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= activerecord-explain-analyze
|
||||
PORTVERSION= 0.1.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -11,7 +11,7 @@ COMMENT= Extends ActiveRecord#explain with additional features
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-activerecord60>=4:databases/rubygem-activerecord60 \
|
||||
RUN_DEPENDS= rubygem-activerecord61>=4:databases/rubygem-activerecord61 \
|
||||
rubygem-pg>=0:databases/rubygem-pg
|
||||
|
||||
USES= gem
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= seed-fu
|
||||
PORTVERSION= 2.3.9
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -10,8 +10,8 @@ COMMENT= Library to maintain seed data
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activerecord60>=3.1:databases/rubygem-activerecord60 \
|
||||
rubygem-activesupport60>=3.1:devel/rubygem-activesupport60
|
||||
RUN_DEPENDS= rubygem-activerecord61>=3.1:databases/rubygem-activerecord61 \
|
||||
rubygem-activesupport61>=3.1:devel/rubygem-activesupport61
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= grape-entity
|
||||
PORTVERSION= 0.9.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
@ -10,7 +11,7 @@ COMMENT= Simple facade to use with your models and APIs
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport60>=3.0.0:devel/rubygem-activesupport60 \
|
||||
RUN_DEPENDS= rubygem-activesupport61>=3.0.0:devel/rubygem-activesupport61 \
|
||||
rubygem-multi_json>=1.3.2:devel/rubygem-multi_json
|
||||
|
||||
USES= gem
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= graphql-client
|
||||
PORTVERSION= 0.16.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -10,7 +11,7 @@ COMMENT= Ruby library for declaring, composing and executing GraphQL queries
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport60>=3.0:devel/rubygem-activesupport60 \
|
||||
RUN_DEPENDS= rubygem-activesupport61>=3.0:devel/rubygem-activesupport61 \
|
||||
rubygem-graphql>=1.8<2:devel/rubygem-graphql
|
||||
|
||||
USES= gem
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= validate_email
|
||||
PORTVERSION= 0.1.6
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -11,7 +11,7 @@ COMMENT= Validating email addresses in Rails 3 models
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-activemodel60>=3.0:databases/rubygem-activemodel60 \
|
||||
RUN_DEPENDS= rubygem-activemodel61>=3.0:databases/rubygem-activemodel61 \
|
||||
rubygem-mail>=2.2.5:mail/rubygem-mail
|
||||
|
||||
USES= gem
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= validate_url
|
||||
PORTVERSION= 1.0.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -12,7 +12,7 @@ COMMENT= Validating urls in Rails
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-activemodel60>=3.0:databases/rubygem-activemodel60 \
|
||||
RUN_DEPENDS= rubygem-activemodel61>=3.0:databases/rubygem-activemodel61 \
|
||||
rubygem-public_suffix>=0:dns/rubygem-public_suffix
|
||||
|
||||
USES= gem
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= webfinger
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -12,7 +12,7 @@ COMMENT= WebFinger client library
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport60>=3.0:devel/rubygem-activesupport60 \
|
||||
RUN_DEPENDS= rubygem-activesupport61>=3.0:devel/rubygem-activesupport61 \
|
||||
rubygem-httpclient>=2.4:www/rubygem-httpclient
|
||||
|
||||
USES= gem
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= valid_email
|
||||
PORTVERSION= 0.1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -11,7 +12,7 @@ COMMENT= ActiveModel Validation for email
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activemodel60>=0:databases/rubygem-activemodel60 \
|
||||
RUN_DEPENDS= rubygem-activemodel61>=0:databases/rubygem-activemodel61 \
|
||||
rubygem-mail>=2.6.1:mail/rubygem-mail \
|
||||
rubygem-simpleidn>=0:dns/rubygem-simpleidn
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= openid_connect
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -11,7 +12,7 @@ COMMENT= OpenID Connect Server & Client Library
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activemodel60>=0:databases/rubygem-activemodel60 \
|
||||
RUN_DEPENDS= rubygem-activemodel61>=0:databases/rubygem-activemodel61 \
|
||||
rubygem-attr_required>=1.0.0:devel/rubygem-attr_required \
|
||||
rubygem-json-jwt>=1.5.0:www/rubygem-json-jwt \
|
||||
rubygem-rack-oauth2>=1.6.1:security/rubygem-rack-oauth2 \
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= rack-oauth2
|
||||
PORTVERSION= 1.16.0
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -10,7 +10,7 @@ COMMENT= OAuth 2.0 Server & Client Library
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \
|
||||
RUN_DEPENDS= rubygem-activesupport61>=0:devel/rubygem-activesupport61 \
|
||||
rubygem-attr_required>=0:devel/rubygem-attr_required \
|
||||
rubygem-httpclient>=0:www/rubygem-httpclient \
|
||||
rubygem-json-jwt>=1.11.0:www/rubygem-json-jwt \
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= elasticsearch-model
|
||||
PORTVERSION= 6.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 6
|
||||
@ -11,7 +12,7 @@ COMMENT= ActiveModel/Record integrations for Elasticsearch
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport60>=3:devel/rubygem-activesupport60 \
|
||||
RUN_DEPENDS= rubygem-activesupport61>=3:devel/rubygem-activesupport61 \
|
||||
rubygem-elasticsearch6>=1:textproc/rubygem-elasticsearch6 \
|
||||
rubygem-hashie>=0:devel/rubygem-hashie
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= html-pipeline
|
||||
PORTVERSION= 2.13.2
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -10,7 +10,7 @@ COMMENT= GitHub HTML processing filters and utilities
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport60>=2:devel/rubygem-activesupport60 \
|
||||
RUN_DEPENDS= rubygem-activesupport61>=2:devel/rubygem-activesupport61 \
|
||||
rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
|
||||
|
||||
USES= gem
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= carrierwave
|
||||
PORTVERSION= 1.3.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -8,8 +9,8 @@ COMMENT= Upload files, map them to a range of ORMs, store on different backends
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-activemodel60>=4.0.0:databases/rubygem-activemodel60 \
|
||||
rubygem-activesupport60>=4.0.0:devel/rubygem-activesupport60 \
|
||||
RUN_DEPENDS= rubygem-activemodel61>=4.0.0:databases/rubygem-activemodel61 \
|
||||
rubygem-activesupport61>=4.0.0:devel/rubygem-activesupport61 \
|
||||
rubygem-mime-types>=1.16:misc/rubygem-mime-types \
|
||||
rubygem-ssrf_filter>=1.0<2:security/rubygem-ssrf_filter
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= swd
|
||||
PORTVERSION= 1.1.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -12,7 +12,7 @@ COMMENT= Simple Web Discovery Client Library
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport60>=3:devel/rubygem-activesupport60 \
|
||||
RUN_DEPENDS= rubygem-activesupport61>=3:devel/rubygem-activesupport61 \
|
||||
rubygem-attr_required>=0.0.5:devel/rubygem-attr_required \
|
||||
rubygem-httpclient>=2.4:www/rubygem-httpclient
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user