git: 70b621db3cfe - main - */*: Switch deps from rails 6.0 to 6.1
Matthias Fechner
mfechner at FreeBSD.org
Thu Sep 30 12:47:25 UTC 2021
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=70b621db3cfe442260789464e506dc847eadb1ea
commit 70b621db3cfe442260789464e506dc847eadb1ea
Author: Matthias Fechner <mfechner at FreeBSD.org>
AuthorDate: 2021-09-30 12:46:15 +0000
Commit: Matthias Fechner <mfechner at FreeBSD.org>
CommitDate: 2021-09-30 12:47:21 +0000
*/*: Switch deps from rails 6.0 to 6.1
---
databases/rubygem-activerecord-explain-analyze/Makefile | 4 ++--
databases/rubygem-seed-fu/Makefile | 6 +++---
devel/rubygem-grape-entity/Makefile | 3 ++-
devel/rubygem-graphql-client/Makefile | 3 ++-
devel/rubygem-validate_email/Makefile | 4 ++--
devel/rubygem-validate_url/Makefile | 4 ++--
devel/rubygem-webfinger/Makefile | 4 ++--
mail/rubygem-valid_email/Makefile | 3 ++-
net/rubygem-openid_connect/Makefile | 3 ++-
security/rubygem-rack-oauth2/Makefile | 4 ++--
textproc/rubygem-elasticsearch-model6/Makefile | 3 ++-
textproc/rubygem-html-pipeline/Makefile | 4 ++--
www/rubygem-carrierwave/Makefile | 5 +++--
www/rubygem-swd/Makefile | 4 ++--
14 files changed, 30 insertions(+), 24 deletions(-)
diff --git a/databases/rubygem-activerecord-explain-analyze/Makefile b/databases/rubygem-activerecord-explain-analyze/Makefile
index c84e1c9bdeeb..4548348cdf9b 100644
--- a/databases/rubygem-activerecord-explain-analyze/Makefile
+++ b/databases/rubygem-activerecord-explain-analyze/Makefile
@@ -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
diff --git a/databases/rubygem-seed-fu/Makefile b/databases/rubygem-seed-fu/Makefile
index 7940990170c8..b937316f3487 100644
--- a/databases/rubygem-seed-fu/Makefile
+++ b/databases/rubygem-seed-fu/Makefile
@@ -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
diff --git a/devel/rubygem-grape-entity/Makefile b/devel/rubygem-grape-entity/Makefile
index 9092453f2f0f..3df95f1bac8f 100644
--- a/devel/rubygem-grape-entity/Makefile
+++ b/devel/rubygem-grape-entity/Makefile
@@ -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
diff --git a/devel/rubygem-graphql-client/Makefile b/devel/rubygem-graphql-client/Makefile
index 5132b2f965ae..1f6fcc07de31 100644
--- a/devel/rubygem-graphql-client/Makefile
+++ b/devel/rubygem-graphql-client/Makefile
@@ -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
diff --git a/devel/rubygem-validate_email/Makefile b/devel/rubygem-validate_email/Makefile
index 678789a670e5..dca9f81815c6 100644
--- a/devel/rubygem-validate_email/Makefile
+++ b/devel/rubygem-validate_email/Makefile
@@ -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
diff --git a/devel/rubygem-validate_url/Makefile b/devel/rubygem-validate_url/Makefile
index 55bc7a8a12ba..647f01b99725 100644
--- a/devel/rubygem-validate_url/Makefile
+++ b/devel/rubygem-validate_url/Makefile
@@ -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
diff --git a/devel/rubygem-webfinger/Makefile b/devel/rubygem-webfinger/Makefile
index b3ff1b7d0bf8..26204f9e3be4 100644
--- a/devel/rubygem-webfinger/Makefile
+++ b/devel/rubygem-webfinger/Makefile
@@ -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
diff --git a/mail/rubygem-valid_email/Makefile b/mail/rubygem-valid_email/Makefile
index 0ff63b2ff756..443faf430b7c 100644
--- a/mail/rubygem-valid_email/Makefile
+++ b/mail/rubygem-valid_email/Makefile
@@ -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
diff --git a/net/rubygem-openid_connect/Makefile b/net/rubygem-openid_connect/Makefile
index c526964eb99c..7dc6bac36742 100644
--- a/net/rubygem-openid_connect/Makefile
+++ b/net/rubygem-openid_connect/Makefile
@@ -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 \
diff --git a/security/rubygem-rack-oauth2/Makefile b/security/rubygem-rack-oauth2/Makefile
index 837a84bcdd12..596f94342551 100644
--- a/security/rubygem-rack-oauth2/Makefile
+++ b/security/rubygem-rack-oauth2/Makefile
@@ -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 \
diff --git a/textproc/rubygem-elasticsearch-model6/Makefile b/textproc/rubygem-elasticsearch-model6/Makefile
index 9ef547cf5ad1..bf46e163f6c3 100644
--- a/textproc/rubygem-elasticsearch-model6/Makefile
+++ b/textproc/rubygem-elasticsearch-model6/Makefile
@@ -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
diff --git a/textproc/rubygem-html-pipeline/Makefile b/textproc/rubygem-html-pipeline/Makefile
index df0abdab304b..0ff2841bc05a 100644
--- a/textproc/rubygem-html-pipeline/Makefile
+++ b/textproc/rubygem-html-pipeline/Makefile
@@ -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
diff --git a/www/rubygem-carrierwave/Makefile b/www/rubygem-carrierwave/Makefile
index 635d95a32341..edaf0f878410 100644
--- a/www/rubygem-carrierwave/Makefile
+++ b/www/rubygem-carrierwave/Makefile
@@ -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
diff --git a/www/rubygem-swd/Makefile b/www/rubygem-swd/Makefile
index e561f568246f..d45942dc8dea 100644
--- a/www/rubygem-swd/Makefile
+++ b/www/rubygem-swd/Makefile
@@ -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
More information about the dev-commits-ports-all
mailing list