Index: head/databases/rubygem-flipper-active_record/Makefile =================================================================== --- head/databases/rubygem-flipper-active_record/Makefile (revision 491722) +++ head/databases/rubygem-flipper-active_record/Makefile (revision 491723) @@ -1,21 +1,23 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= flipper-active_record PORTVERSION= 0.16.0 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= ActiveRecord adapter for Flipper LICENSE= MIT -RUN_DEPENDS= rubygem-activerecord4>=3.2:databases/rubygem-activerecord4 \ +RUN_DEPENDS= rubygem-activerecord50>=3.2:databases/rubygem-activerecord50 \ rubygem-flipper>=${PORTVERSION}:devel/rubygem-flipper -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Index: head/databases/rubygem-flipper-active_record013/Makefile =================================================================== --- head/databases/rubygem-flipper-active_record013/Makefile (revision 491722) +++ head/databases/rubygem-flipper-active_record013/Makefile (revision 491723) @@ -1,24 +1,26 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= flipper-active_record PORTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 013 MAINTAINER= sunpoet@FreeBSD.org COMMENT= ActiveRecord adapter for Flipper LICENSE= MIT -RUN_DEPENDS= rubygem-activerecord4>=3.2:databases/rubygem-activerecord4 \ +RUN_DEPENDS= rubygem-activerecord50>=3.2:databases/rubygem-activerecord50 \ rubygem-flipper013>=${PORTVERSION}:devel/rubygem-flipper013 -PORTSCOUT= limit:^0\.13\. +USES= gem +USE_RUBY= yes NO_ARCH= yes -USE_RUBY= yes -USES= gem + +PORTSCOUT= limit:^0\.13\. .include Index: head/databases/rubygem-seed-fu/Makefile =================================================================== --- head/databases/rubygem-seed-fu/Makefile (revision 491722) +++ head/databases/rubygem-seed-fu/Makefile (revision 491723) @@ -1,21 +1,22 @@ # $FreeBSD$ PORTNAME= seed-fu -PORTVERSION= 2.3.7 +PORTVERSION= 2.3.9 CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library to maintain seed datas LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activerecord4>=3.1:databases/rubygem-activerecord4 \ - rubygem-activesupport4>=3.1:devel/rubygem-activesupport4 +RUN_DEPENDS= rubygem-activerecord50>=3.1:databases/rubygem-activerecord50 \ + rubygem-activesupport50>=3.1:devel/rubygem-activesupport50 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Index: head/databases/rubygem-seed-fu/distinfo =================================================================== --- head/databases/rubygem-seed-fu/distinfo (revision 491722) +++ head/databases/rubygem-seed-fu/distinfo (revision 491723) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512317188 -SHA256 (rubygem/seed-fu-2.3.7.gem) = f19673443e9af799b730e3d4eca6a89b39e5a36825015dffd00d02ea3365cf74 -SIZE (rubygem/seed-fu-2.3.7.gem) = 13824 +TIMESTAMP = 1548426571 +SHA256 (rubygem/seed-fu-2.3.9.gem) = 6d902d12dc1b88a16d487506baacc93b3a92e3671fdd603110d1600d35fbf478 +SIZE (rubygem/seed-fu-2.3.9.gem) = 13824 Index: head/databases/rubygem-state_machines-activemodel/Makefile =================================================================== --- head/databases/rubygem-state_machines-activemodel/Makefile (revision 491722) +++ head/databases/rubygem-state_machines-activemodel/Makefile (revision 491723) @@ -1,22 +1,24 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= state_machines-activemodel PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Support for creating state machines for attributes on ActiveModel LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activemodel4>=4.1:databases/rubygem-activemodel4 \ +RUN_DEPENDS= rubygem-activemodel50>=4.1:databases/rubygem-activemodel50 \ rubygem-state_machines>=0.5.0:devel/rubygem-state_machines -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Index: head/databases/rubygem-state_machines-activerecord/Makefile =================================================================== --- head/databases/rubygem-state_machines-activerecord/Makefile (revision 491722) +++ head/databases/rubygem-state_machines-activerecord/Makefile (revision 491723) @@ -1,22 +1,24 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= state_machines-activerecord PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Support for creating state machines for attributes on ActiveRecord LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activerecord4>=4.1:databases/rubygem-activerecord4 \ +RUN_DEPENDS= rubygem-activerecord50>=4.1:databases/rubygem-activerecord50 \ rubygem-state_machines-activemodel>=0.5.0:databases/rubygem-state_machines-activemodel -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Index: head/devel/rubygem-flipper-active_support_cache_store/Makefile =================================================================== --- head/devel/rubygem-flipper-active_support_cache_store/Makefile (revision 491722) +++ head/devel/rubygem-flipper-active_support_cache_store/Makefile (revision 491723) @@ -1,21 +1,23 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= flipper-active_support_cache_store PORTVERSION= 0.16.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= ActiveSupport::Cache store adapter for Flipper LICENSE= MIT -RUN_DEPENDS= rubygem-activesupport4>=3.2:devel/rubygem-activesupport4 \ +RUN_DEPENDS= rubygem-activesupport50>=3.2:devel/rubygem-activesupport50 \ rubygem-flipper>=${PORTVERSION}:devel/rubygem-flipper -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Index: head/devel/rubygem-flipper-active_support_cache_store013/Makefile =================================================================== --- head/devel/rubygem-flipper-active_support_cache_store013/Makefile (revision 491722) +++ head/devel/rubygem-flipper-active_support_cache_store013/Makefile (revision 491723) @@ -1,24 +1,26 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= flipper-active_support_cache_store PORTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 013 MAINTAINER= sunpoet@FreeBSD.org COMMENT= ActiveSupport::Cache store adapter for Flipper LICENSE= MIT -RUN_DEPENDS= rubygem-activesupport4>=3.2:devel/rubygem-activesupport4 \ +RUN_DEPENDS= rubygem-activesupport50>=3.2:devel/rubygem-activesupport50 \ rubygem-flipper013>=${PORTVERSION}:devel/rubygem-flipper013 -PORTSCOUT= limit:^0\.13\. +USES= gem +USE_RUBY= yes NO_ARCH= yes -USE_RUBY= yes -USES= gem + +PORTSCOUT= limit:^0\.13\. .include Index: head/devel/rubygem-grape/Makefile =================================================================== --- head/devel/rubygem-grape/Makefile (revision 491722) +++ head/devel/rubygem-grape/Makefile (revision 491723) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= grape PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Framework for rapid API development with great conventions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ +RUN_DEPENDS= rubygem-activesupport50>=0:devel/rubygem-activesupport50 \ rubygem-builder>=0:devel/rubygem-builder \ rubygem-mustermann-grape>=1.0.0:devel/rubygem-mustermann-grape \ rubygem-rack>=1.3.0:www/rubygem-rack \ rubygem-rack-accept>=0:www/rubygem-rack-accept \ rubygem-virtus>=1.0.0:devel/rubygem-virtus USES= gem USE_RUBY= yes NO_ARCH= yes .include Index: head/devel/rubygem-grape-entity/Makefile =================================================================== --- head/devel/rubygem-grape-entity/Makefile (revision 491722) +++ head/devel/rubygem-grape-entity/Makefile (revision 491723) @@ -1,22 +1,24 @@ # $FreeBSD$ PORTNAME= grape-entity PORTVERSION= 0.7.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Entities - a simple Facade to use with your models and API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport4>=4.0:devel/rubygem-activesupport4 \ +RUN_DEPENDS= rubygem-activesupport50>=4.0:devel/rubygem-activesupport50 \ rubygem-multi_json>=1.3.2:devel/rubygem-multi_json -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Index: head/devel/rubygem-grape-path-helpers/Makefile =================================================================== --- head/devel/rubygem-grape-path-helpers/Makefile (revision 491722) +++ head/devel/rubygem-grape-path-helpers/Makefile (revision 491723) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= grape-path-helpers PORTVERSION= 1.0.6 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= Route path helpers for Grape LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ +RUN_DEPENDS= rubygem-activesupport50>=0:devel/rubygem-activesupport50 \ rubygem-grape>=1.0:devel/rubygem-grape \ rubygem-rake>=12:devel/rubygem-rake USES= gem USE_RUBY= yes NO_ARCH= yes .include Index: head/devel/rubygem-grape11/Makefile =================================================================== --- head/devel/rubygem-grape11/Makefile (revision 491722) +++ head/devel/rubygem-grape11/Makefile (revision 491723) @@ -1,29 +1,30 @@ # $FreeBSD$ PORTNAME= grape PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 11 MAINTAINER= mfechner@FreeBSD.org COMMENT= Framework for rapid API development with great conventions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ +RUN_DEPENDS= rubygem-activesupport50>=0:devel/rubygem-activesupport50 \ rubygem-builder>=0:devel/rubygem-builder \ rubygem-mustermann-grape>=1.0.0:devel/rubygem-mustermann-grape \ rubygem-rack>=1.3.0:www/rubygem-rack \ rubygem-rack-accept>=0:www/rubygem-rack-accept \ rubygem-virtus>=1.0.0:devel/rubygem-virtus USES= gem USE_RUBY= yes NO_ARCH= yes PORTSCOUT= limit: ^1\.1\. .include Index: head/devel/rubygem-jira-ruby/Makefile =================================================================== --- head/devel/rubygem-jira-ruby/Makefile (revision 491722) +++ head/devel/rubygem-jira-ruby/Makefile (revision 491723) @@ -1,23 +1,25 @@ # Created by: Torsten Zuehlsdorff # $FreeBSD$ PORTNAME= jira-ruby PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= API for JIRA LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport4>=4.0:devel/rubygem-activesupport4 \ +RUN_DEPENDS= rubygem-activesupport50>=4.0:devel/rubygem-activesupport50 \ rubygem-multipart-post>=0:www/rubygem-multipart-post \ rubygem-oauth>=0.5.0:net/rubygem-oauth USES= gem USE_RUBY= yes + NO_ARCH= yes .include Index: head/devel/rubygem-omniauth_crowd22/Makefile =================================================================== --- head/devel/rubygem-omniauth_crowd22/Makefile (revision 491722) +++ head/devel/rubygem-omniauth_crowd22/Makefile (revision 491723) @@ -1,25 +1,27 @@ # $FreeBSD$ PORTNAME= omniauth_crowd PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 22 MAINTAINER= mfechner@FreeBSD.org COMMENT= OmniAuth provider for Atlassian Crowds REST API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS?= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ +RUN_DEPENDS?= rubygem-activesupport50>=0:devel/rubygem-activesupport50 \ rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri \ rubygem-omniauth>=1.0:security/rubygem-omniauth -PORTSCOUT= limit:^2\.2 - -NO_ARCH= yes USES= gem USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit:^2\.2 .include Index: head/dns/rubygem-validates_hostname/Makefile =================================================================== --- head/dns/rubygem-validates_hostname/Makefile (revision 491722) +++ head/dns/rubygem-validates_hostname/Makefile (revision 491723) @@ -1,22 +1,24 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= validates_hostname PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= dns rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Extension to ActiveRecord::Base for validating hostnames LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activerecord4>=3.0:databases/rubygem-activerecord4 \ - rubygem-activesupport4>=3.0:devel/rubygem-activesupport4 +RUN_DEPENDS= rubygem-activerecord50>=3.0:databases/rubygem-activerecord50 \ + rubygem-activesupport50>=3.0:devel/rubygem-activesupport50 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Index: head/net/rubygem-omniauth-authentiq/Makefile =================================================================== --- head/net/rubygem-omniauth-authentiq/Makefile (revision 491722) +++ head/net/rubygem-omniauth-authentiq/Makefile (revision 491723) @@ -1,21 +1,23 @@ # $FreeBSD$ PORTNAME= omniauth-authentiq PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Authentiq OAuth2 Strategy for OmniAuth LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-jwt1>=1.5:www/rubygem-jwt1 \ +RUN_DEPENDS= rubygem-jwt>=1.5:www/rubygem-jwt \ rubygem-omniauth-oauth2>=1.5:net/rubygem-omniauth-oauth2 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Index: head/security/rubygem-rack-oauth2/Makefile =================================================================== --- head/security/rubygem-rack-oauth2/Makefile (revision 491722) +++ head/security/rubygem-rack-oauth2/Makefile (revision 491723) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= rack-oauth2 PORTVERSION= 1.9.3 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= OAuth 2.0 Server & Client Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ +RUN_DEPENDS= rubygem-activesupport50>=0:devel/rubygem-activesupport50 \ rubygem-attr_required>=0:devel/rubygem-attr_required \ rubygem-httpclient>=0:www/rubygem-httpclient \ rubygem-json-jwt>=1.9.0:www/rubygem-json-jwt \ rubygem-rack>=0:www/rubygem-rack USES= gem USE_RUBY= yes NO_ARCH= yes .include Index: head/security/rubygem-rack-oauth212/Makefile =================================================================== --- head/security/rubygem-rack-oauth212/Makefile (revision 491722) +++ head/security/rubygem-rack-oauth212/Makefile (revision 491723) @@ -1,27 +1,29 @@ # $FreeBSD$ PORTNAME= rack-oauth2 PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG PKGNAMESUFFIX= 12 MAINTAINER= mfechner@FreeBSD.org COMMENT= OAuth 2.0 Server & Client Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport4>=2.3:devel/rubygem-activesupport4 \ +RUN_DEPENDS= rubygem-activesupport50>=2.3:devel/rubygem-activesupport50 \ rubygem-attr_required>=0.0.5:devel/rubygem-attr_required \ rubygem-httpclient>=2.4:www/rubygem-httpclient \ rubygem-multi_json>=1.3.6:devel/rubygem-multi_json \ rubygem-rack16>=1.1:www/rubygem-rack16 -PORTSCOUT= limit:^1\.2\. - -NO_ARCH= yes USES= gem USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit:^1\.2\. .include Index: head/textproc/rubygem-html-pipeline/Makefile =================================================================== --- head/textproc/rubygem-html-pipeline/Makefile (revision 491722) +++ head/textproc/rubygem-html-pipeline/Makefile (revision 491723) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= html-pipeline -PORTVERSION= 2.9.1 +PORTVERSION= 2.10.0 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= GitHub HTML processing filters and utilities LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport4>=2:devel/rubygem-activesupport4 \ +RUN_DEPENDS= rubygem-activesupport50>=2:devel/rubygem-activesupport50 \ rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri USES= gem USE_RUBY= yes NO_ARCH= yes .include Index: head/textproc/rubygem-html-pipeline/distinfo =================================================================== --- head/textproc/rubygem-html-pipeline/distinfo (revision 491722) +++ head/textproc/rubygem-html-pipeline/distinfo (revision 491723) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542296198 -SHA256 (rubygem/html-pipeline-2.9.1.gem) = c532a0b64dbfb604d3b7c8803e8a35c51d10be5aea7ca6a2b30d740c0bb51b74 -SIZE (rubygem/html-pipeline-2.9.1.gem) = 28672 +TIMESTAMP = 1548426780 +SHA256 (rubygem/html-pipeline-2.10.0.gem) = 82795d719514214209003136f752b57b8d0389134d9f4e3a1c6e180071390f40 +SIZE (rubygem/html-pipeline-2.10.0.gem) = 28672 Index: head/www/rubygem-acts-as-taggable-on/Makefile =================================================================== --- head/www/rubygem-acts-as-taggable-on/Makefile (revision 491722) +++ head/www/rubygem-acts-as-taggable-on/Makefile (revision 491723) @@ -1,20 +1,22 @@ # $FreeBSD$ PORTNAME= acts-as-taggable-on PORTVERSION= 5.0.0 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= kuriyama@FreeBSD.org COMMENT= Tag a single model on several contexts LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-activerecord4>=4.0:databases/rubygem-activerecord4 +RUN_DEPENDS= rubygem-activerecord50>=4.2.8:databases/rubygem-activerecord50 -NO_ARCH= yes USES= gem USE_RUBY= YES + +NO_ARCH= yes .include Index: head/www/rubygem-json-jwt/Makefile =================================================================== --- head/www/rubygem-json-jwt/Makefile (revision 491722) +++ head/www/rubygem-json-jwt/Makefile (revision 491723) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= json-jwt PORTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= www devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= JSON Web Token implementation in Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport4>=4.2:devel/rubygem-activesupport4 \ +RUN_DEPENDS= rubygem-activesupport50>=4.2:devel/rubygem-activesupport50 \ rubygem-aes_key_wrap>=0:security/rubygem-aes_key_wrap \ rubygem-bindata>=0:devel/rubygem-bindata USES= gem USE_RUBY= yes NO_ARCH= yes .include