aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2019-12-07 10:31:38 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2019-12-07 10:31:38 +0000
commitec14bcc7115e46e2c819af8cc3436c3bcf5ca9cb (patch)
tree733ea6c379320a808a9617eacfdbdc6d128a14c4
parent65bb0a788e87c5b8ba07989312d983e4021efc28 (diff)
Notes
-rw-r--r--databases/rubygem-activerecord-explain-analyze/Makefile4
-rw-r--r--databases/rubygem-seed-fu/Makefile5
-rw-r--r--databases/rubygem-state_machines-activemodel/Makefile3
-rw-r--r--devel/rubygem-grape-entity/Makefile4
-rw-r--r--devel/rubygem-grape-path-helpers/Makefile3
-rw-r--r--devel/rubygem-grape/Makefile3
-rw-r--r--devel/rubygem-grape11/Makefile4
-rw-r--r--devel/rubygem-omniauth_crowd22/Makefile4
-rw-r--r--devel/rubygem-validate_email/Makefile3
-rw-r--r--devel/rubygem-validate_url/Makefile3
-rw-r--r--dns/rubygem-validates_hostname/Makefile6
-rw-r--r--net/rubygem-openid_connect/Makefile3
-rw-r--r--security/rubygem-rack-oauth2/Makefile2
-rw-r--r--textproc/rubygem-html-pipeline/Makefile3
-rw-r--r--www/rubygem-acts-as-taggable-on/Makefile3
-rw-r--r--www/rubygem-carrierwave/Makefile5
-rw-r--r--www/rubygem-json-jwt/Makefile3
17 files changed, 36 insertions, 25 deletions
diff --git a/databases/rubygem-activerecord-explain-analyze/Makefile b/databases/rubygem-activerecord-explain-analyze/Makefile
index 362334bdd0a7..62d58e131ae1 100644
--- a/databases/rubygem-activerecord-explain-analyze/Makefile
+++ b/databases/rubygem-activerecord-explain-analyze/Makefile
@@ -3,7 +3,7 @@
PORTNAME= activerecord-explain-analyze
PORTVERSION= 0.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases rubygems
MASTER_SITES= RG
@@ -12,7 +12,7 @@ COMMENT= Extends ActiveRecord#explain with additinal features
LICENSE= MIT
-RUN_DEPENDS= rubygem-activerecord5>=4:databases/rubygem-activerecord5 \
+RUN_DEPENDS= rubygem-activerecord52>=4:databases/rubygem-activerecord52 \
rubygem-pg>=0:databases/rubygem-pg
USES= gem
diff --git a/databases/rubygem-seed-fu/Makefile b/databases/rubygem-seed-fu/Makefile
index fd574480050f..32301a07dfa7 100644
--- a/databases/rubygem-seed-fu/Makefile
+++ b/databases/rubygem-seed-fu/Makefile
@@ -2,6 +2,7 @@
PORTNAME= seed-fu
PORTVERSION= 2.3.9
+PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
@@ -11,8 +12,8 @@ COMMENT= Library to maintain seed datas
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activerecord50>=3.1:databases/rubygem-activerecord50 \
- rubygem-activesupport50>=3.1:devel/rubygem-activesupport50
+RUN_DEPENDS= rubygem-activerecord52>=3.1:databases/rubygem-activerecord52 \
+ rubygem-activesupport52>=3.1:devel/rubygem-activesupport52
USES= gem
USE_RUBY= yes
diff --git a/databases/rubygem-state_machines-activemodel/Makefile b/databases/rubygem-state_machines-activemodel/Makefile
index 0dfc0b2e3d2d..d59fad82e5e2 100644
--- a/databases/rubygem-state_machines-activemodel/Makefile
+++ b/databases/rubygem-state_machines-activemodel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= state_machines-activemodel
PORTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
@@ -12,7 +13,7 @@ COMMENT= Support for creating state machines for attributes on ActiveModel
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-activemodel50>=4.1:databases/rubygem-activemodel50 \
+RUN_DEPENDS= rubygem-activemodel52>=4.1:databases/rubygem-activemodel52 \
rubygem-state_machines>=0.5.0:devel/rubygem-state_machines
USES= gem
diff --git a/devel/rubygem-grape-entity/Makefile b/devel/rubygem-grape-entity/Makefile
index 9ce0c7926b61..69d1bd113ce6 100644
--- a/devel/rubygem-grape-entity/Makefile
+++ b/devel/rubygem-grape-entity/Makefile
@@ -2,7 +2,7 @@
PORTNAME= grape-entity
PORTVERSION= 0.7.1
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -13,7 +13,7 @@ COMMENT= Entities - a simple Facade to use with your models and API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activesupport50>=4.0:devel/rubygem-activesupport50 \
+RUN_DEPENDS= rubygem-activesupport52>=4.0:devel/rubygem-activesupport52 \
rubygem-multi_json>=1.3.2:devel/rubygem-multi_json
USES= gem
diff --git a/devel/rubygem-grape-path-helpers/Makefile b/devel/rubygem-grape-path-helpers/Makefile
index 954166d6b171..c20c7c85b78d 100644
--- a/devel/rubygem-grape-path-helpers/Makefile
+++ b/devel/rubygem-grape-path-helpers/Makefile
@@ -2,6 +2,7 @@
PORTNAME= grape-path-helpers
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -11,7 +12,7 @@ COMMENT= Route path helpers for Grape
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-activesupport5>=0:devel/rubygem-activesupport5 \
+RUN_DEPENDS= rubygem-activesupport52>=0:devel/rubygem-activesupport52 \
rubygem-grape>=1.0:devel/rubygem-grape \
rubygem-rake>=12:devel/rubygem-rake
diff --git a/devel/rubygem-grape/Makefile b/devel/rubygem-grape/Makefile
index 3258d91a3533..44e04669e4df 100644
--- a/devel/rubygem-grape/Makefile
+++ b/devel/rubygem-grape/Makefile
@@ -2,6 +2,7 @@
PORTNAME= grape
PORTVERSION= 1.2.4
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -11,7 +12,7 @@ COMMENT= Framework for rapid API development with great conventions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activesupport50>=0:devel/rubygem-activesupport50 \
+RUN_DEPENDS= rubygem-activesupport52>=0:devel/rubygem-activesupport52 \
rubygem-builder>=0:devel/rubygem-builder \
rubygem-mustermann-grape>=1.0.0<1.1:devel/rubygem-mustermann-grape \
rubygem-rack>=1.3.0:www/rubygem-rack \
diff --git a/devel/rubygem-grape11/Makefile b/devel/rubygem-grape11/Makefile
index 12cf2f814fb3..eb0140a788f6 100644
--- a/devel/rubygem-grape11/Makefile
+++ b/devel/rubygem-grape11/Makefile
@@ -2,7 +2,7 @@
PORTNAME= grape
PORTVERSION= 1.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 11
@@ -13,7 +13,7 @@ COMMENT= Framework for rapid API development with great conventions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activesupport50>=0:devel/rubygem-activesupport50 \
+RUN_DEPENDS= rubygem-activesupport52>=0:devel/rubygem-activesupport52 \
rubygem-builder>=0:devel/rubygem-builder \
rubygem-mustermann-grape>=1.0.0:devel/rubygem-mustermann-grape \
rubygem-rack>=1.3.0:www/rubygem-rack \
diff --git a/devel/rubygem-omniauth_crowd22/Makefile b/devel/rubygem-omniauth_crowd22/Makefile
index 3724ce30bf67..e504194b6df2 100644
--- a/devel/rubygem-omniauth_crowd22/Makefile
+++ b/devel/rubygem-omniauth_crowd22/Makefile
@@ -2,7 +2,7 @@
PORTNAME= omniauth_crowd
PORTVERSION= 2.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 22
@@ -13,7 +13,7 @@ COMMENT= OmniAuth provider for Atlassian Crowds REST API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS?= rubygem-activesupport50>=0:devel/rubygem-activesupport50 \
+RUN_DEPENDS?= rubygem-activesupport52>=0:devel/rubygem-activesupport52 \
rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri \
rubygem-omniauth>=1.0:security/rubygem-omniauth
diff --git a/devel/rubygem-validate_email/Makefile b/devel/rubygem-validate_email/Makefile
index 2448b4b9101d..763fcc8abfdb 100644
--- a/devel/rubygem-validate_email/Makefile
+++ b/devel/rubygem-validate_email/Makefile
@@ -3,6 +3,7 @@
PORTNAME= validate_email
PORTVERSION= 0.1.6
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -11,7 +12,7 @@ COMMENT= Validating email addresses in Rails 3 models
LICENSE= MIT
-RUN_DEPENDS= rubygem-activemodel5>=3.0:databases/rubygem-activemodel5 \
+RUN_DEPENDS= rubygem-activemodel52>=3.0:databases/rubygem-activemodel52 \
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 444d556551b4..478915e03138 100644
--- a/devel/rubygem-validate_url/Makefile
+++ b/devel/rubygem-validate_url/Makefile
@@ -3,6 +3,7 @@
PORTNAME= validate_url
PORTVERSION= 1.0.8
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -12,7 +13,7 @@ COMMENT= Validating urls in Rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-RUN_DEPENDS= rubygem-activemodel5>=3.0:databases/rubygem-activemodel5 \
+RUN_DEPENDS= rubygem-activemodel52>=3.0:databases/rubygem-activemodel52 \
rubygem-public_suffix>=0:dns/rubygem-public_suffix
USES= gem
diff --git a/dns/rubygem-validates_hostname/Makefile b/dns/rubygem-validates_hostname/Makefile
index 65c29e92a48f..5b70616dbbf2 100644
--- a/dns/rubygem-validates_hostname/Makefile
+++ b/dns/rubygem-validates_hostname/Makefile
@@ -3,7 +3,7 @@
PORTNAME= validates_hostname
PORTVERSION= 1.0.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns rubygems
MASTER_SITES= RG
@@ -13,8 +13,8 @@ COMMENT= Extension to ActiveRecord::Base for validating hostnames
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-activerecord50>=3.0:databases/rubygem-activerecord50 \
- rubygem-activesupport50>=3.0:devel/rubygem-activesupport50
+RUN_DEPENDS= rubygem-activerecord52>=3.0:databases/rubygem-activerecord52 \
+ rubygem-activesupport52>=3.0:devel/rubygem-activesupport52
USES= gem
USE_RUBY= yes
diff --git a/net/rubygem-openid_connect/Makefile b/net/rubygem-openid_connect/Makefile
index 5d5ac36c7873..2f7d9562b1d3 100644
--- a/net/rubygem-openid_connect/Makefile
+++ b/net/rubygem-openid_connect/Makefile
@@ -3,6 +3,7 @@
PORTNAME= openid_connect
PORTVERSION= 1.1.7
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -12,7 +13,7 @@ COMMENT= OpenID Connect Server & Client Library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activemodel5>=0:databases/rubygem-activemodel5 \
+RUN_DEPENDS= rubygem-activemodel52>=0:databases/rubygem-activemodel52 \
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 cf57aef79b54..a2d39e955aa8 100644
--- a/security/rubygem-rack-oauth2/Makefile
+++ b/security/rubygem-rack-oauth2/Makefile
@@ -11,7 +11,7 @@ COMMENT= OAuth 2.0 Server & Client Library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activesupport50>=0:devel/rubygem-activesupport50 \
+RUN_DEPENDS= rubygem-activesupport52>=0:devel/rubygem-activesupport52 \
rubygem-attr_required>=0:devel/rubygem-attr_required \
rubygem-httpclient>=0:www/rubygem-httpclient \
rubygem-json-jwt>=1.9.0:www/rubygem-json-jwt \
diff --git a/textproc/rubygem-html-pipeline/Makefile b/textproc/rubygem-html-pipeline/Makefile
index 3db4876b3b34..e7708b6b86ea 100644
--- a/textproc/rubygem-html-pipeline/Makefile
+++ b/textproc/rubygem-html-pipeline/Makefile
@@ -2,6 +2,7 @@
PORTNAME= html-pipeline
PORTVERSION= 2.10.0
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@@ -11,7 +12,7 @@ COMMENT= GitHub HTML processing filters and utilities
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activesupport50>=2:devel/rubygem-activesupport50 \
+RUN_DEPENDS= rubygem-activesupport52>=2:devel/rubygem-activesupport52 \
rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
USES= gem
diff --git a/www/rubygem-acts-as-taggable-on/Makefile b/www/rubygem-acts-as-taggable-on/Makefile
index 311266cf10c9..5c8f3bb115b7 100644
--- a/www/rubygem-acts-as-taggable-on/Makefile
+++ b/www/rubygem-acts-as-taggable-on/Makefile
@@ -2,6 +2,7 @@
PORTNAME= acts-as-taggable-on
PORTVERSION= 6.0.0
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -11,7 +12,7 @@ COMMENT= Tag a single model on several contexts
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-RUN_DEPENDS= rubygem-activerecord5>=4.2.8:databases/rubygem-activerecord5
+RUN_DEPENDS= rubygem-activerecord52>=4.2.8:databases/rubygem-activerecord52
USES= gem
USE_RUBY= YES
diff --git a/www/rubygem-carrierwave/Makefile b/www/rubygem-carrierwave/Makefile
index 187358d19a9c..99fc57e86924 100644
--- a/www/rubygem-carrierwave/Makefile
+++ b/www/rubygem-carrierwave/Makefile
@@ -2,6 +2,7 @@
PORTNAME= carrierwave
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -10,8 +11,8 @@ COMMENT= Upload files, map them to a range of ORMs, store on different backends
LICENSE= MIT
-RUN_DEPENDS= rubygem-activemodel50>=4.0.0:databases/rubygem-activemodel50 \
- rubygem-activesupport50>=4.0.0:devel/rubygem-activesupport50 \
+RUN_DEPENDS= rubygem-activemodel52>=4.0.0:databases/rubygem-activemodel52 \
+ rubygem-activesupport52>=4.0.0:devel/rubygem-activesupport52 \
rubygem-mime-types>=1.16:misc/rubygem-mime-types
USES= gem
diff --git a/www/rubygem-json-jwt/Makefile b/www/rubygem-json-jwt/Makefile
index 7e511b703303..cb66053dde9b 100644
--- a/www/rubygem-json-jwt/Makefile
+++ b/www/rubygem-json-jwt/Makefile
@@ -2,6 +2,7 @@
PORTNAME= json-jwt
PORTVERSION= 1.11.0
+PORTREVISION= 1
CATEGORIES= www devel rubygems
MASTER_SITES= RG
@@ -11,7 +12,7 @@ COMMENT= JSON Web Token implementation in Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activesupport50>=4.2:devel/rubygem-activesupport50 \
+RUN_DEPENDS= rubygem-activesupport52>=4.2:devel/rubygem-activesupport52 \
rubygem-aes_key_wrap>=0:security/rubygem-aes_key_wrap \
rubygem-bindata>=0:devel/rubygem-bindata