svn commit: r519195 - in head: databases/rubygem-activerecord-explain-analyze databases/rubygem-seed-fu databases/rubygem-state_machines-activemodel devel/rubygem-grape devel/rubygem-grape-entity d...
Matthias Fechner
mfechner at FreeBSD.org
Sat Dec 7 10:31:42 UTC 2019
Author: mfechner
Date: Sat Dec 7 10:31:38 2019
New Revision: 519195
URL: https://svnweb.freebsd.org/changeset/ports/519195
Log:
Change rubygem ports required by www/gitlab-ce to rails52.
Currently a lot of ports www/gitlab-ce is using pulls rails 5.0 and 5.2 ports as dependencies in.
To reduce the number of ports required, the attached patch switches all required ports to rails 5.2.
I carefully tested it, if I oversaw a port, please let me know.
Differential Revision: https://reviews.freebsd.org/D22220
Modified:
head/databases/rubygem-activerecord-explain-analyze/Makefile
head/databases/rubygem-seed-fu/Makefile
head/databases/rubygem-state_machines-activemodel/Makefile
head/devel/rubygem-grape-entity/Makefile
head/devel/rubygem-grape-path-helpers/Makefile
head/devel/rubygem-grape/Makefile
head/devel/rubygem-grape11/Makefile
head/devel/rubygem-omniauth_crowd22/Makefile
head/devel/rubygem-validate_email/Makefile
head/devel/rubygem-validate_url/Makefile
head/dns/rubygem-validates_hostname/Makefile
head/net/rubygem-openid_connect/Makefile
head/security/rubygem-rack-oauth2/Makefile
head/textproc/rubygem-html-pipeline/Makefile
head/www/rubygem-acts-as-taggable-on/Makefile
head/www/rubygem-carrierwave/Makefile
head/www/rubygem-json-jwt/Makefile
Modified: head/databases/rubygem-activerecord-explain-analyze/Makefile
==============================================================================
--- head/databases/rubygem-activerecord-explain-analyze/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/databases/rubygem-activerecord-explain-analyze/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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 f
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
Modified: head/databases/rubygem-seed-fu/Makefile
==============================================================================
--- head/databases/rubygem-seed-fu/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/databases/rubygem-seed-fu/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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
Modified: head/databases/rubygem-state_machines-activemodel/Makefile
==============================================================================
--- head/databases/rubygem-state_machines-activemodel/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/databases/rubygem-state_machines-activemodel/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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 attri
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
Modified: head/devel/rubygem-grape-entity/Makefile
==============================================================================
--- head/devel/rubygem-grape-entity/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/devel/rubygem-grape-entity/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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 m
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
Modified: head/devel/rubygem-grape-path-helpers/Makefile
==============================================================================
--- head/devel/rubygem-grape-path-helpers/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/devel/rubygem-grape-path-helpers/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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
Modified: head/devel/rubygem-grape/Makefile
==============================================================================
--- head/devel/rubygem-grape/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/devel/rubygem-grape/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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 grea
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 \
Modified: head/devel/rubygem-grape11/Makefile
==============================================================================
--- head/devel/rubygem-grape11/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/devel/rubygem-grape11/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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 grea
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 \
Modified: head/devel/rubygem-omniauth_crowd22/Makefile
==============================================================================
--- head/devel/rubygem-omniauth_crowd22/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/devel/rubygem-omniauth_crowd22/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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 A
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
Modified: head/devel/rubygem-validate_email/Makefile
==============================================================================
--- head/devel/rubygem-validate_email/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/devel/rubygem-validate_email/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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
Modified: head/devel/rubygem-validate_url/Makefile
==============================================================================
--- head/devel/rubygem-validate_url/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/devel/rubygem-validate_url/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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
Modified: head/dns/rubygem-validates_hostname/Makefile
==============================================================================
--- head/dns/rubygem-validates_hostname/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/dns/rubygem-validates_hostname/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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 validatin
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
Modified: head/net/rubygem-openid_connect/Makefile
==============================================================================
--- head/net/rubygem-openid_connect/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/net/rubygem-openid_connect/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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 \
Modified: head/security/rubygem-rack-oauth2/Makefile
==============================================================================
--- head/security/rubygem-rack-oauth2/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/security/rubygem-rack-oauth2/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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 \
Modified: head/textproc/rubygem-html-pipeline/Makefile
==============================================================================
--- head/textproc/rubygem-html-pipeline/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/textproc/rubygem-html-pipeline/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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
Modified: head/www/rubygem-acts-as-taggable-on/Makefile
==============================================================================
--- head/www/rubygem-acts-as-taggable-on/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/www/rubygem-acts-as-taggable-on/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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
Modified: head/www/rubygem-carrierwave/Makefile
==============================================================================
--- head/www/rubygem-carrierwave/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/www/rubygem-carrierwave/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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, st
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
Modified: head/www/rubygem-json-jwt/Makefile
==============================================================================
--- head/www/rubygem-json-jwt/Makefile Sat Dec 7 10:13:27 2019 (r519194)
+++ head/www/rubygem-json-jwt/Makefile Sat Dec 7 10:31:38 2019 (r519195)
@@ -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
More information about the svn-ports-all
mailing list