Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2019 14:05:37 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491723 - in head: databases/rubygem-flipper-active_record databases/rubygem-flipper-active_record013 databases/rubygem-seed-fu databases/rubygem-state_machines-activemodel databases/ru...
Message-ID:  <201901311405.x0VE5bDK012478@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Thu Jan 31 14:05:37 2019
New Revision: 491723
URL: https://svnweb.freebsd.org/changeset/ports/491723

Log:
  In preparation for gitlab 11.7 upgrade switch rails4 to rails50.
  If required upgraded version to work correctly with rails50.
  Fixed some cosmetic issue to make portlint happy.
  
  Reviewed by:	sunpoet
  Differential Revision:	https://reviews.freebsd.org/D18957

Modified:
  head/databases/rubygem-flipper-active_record/Makefile
  head/databases/rubygem-flipper-active_record013/Makefile
  head/databases/rubygem-seed-fu/Makefile
  head/databases/rubygem-seed-fu/distinfo
  head/databases/rubygem-state_machines-activemodel/Makefile
  head/databases/rubygem-state_machines-activerecord/Makefile
  head/devel/rubygem-flipper-active_support_cache_store/Makefile
  head/devel/rubygem-flipper-active_support_cache_store013/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-jira-ruby/Makefile
  head/devel/rubygem-omniauth_crowd22/Makefile
  head/dns/rubygem-validates_hostname/Makefile
  head/net/rubygem-omniauth-authentiq/Makefile
  head/security/rubygem-rack-oauth2/Makefile
  head/security/rubygem-rack-oauth212/Makefile
  head/textproc/rubygem-html-pipeline/Makefile
  head/textproc/rubygem-html-pipeline/distinfo
  head/www/rubygem-acts-as-taggable-on/Makefile
  head/www/rubygem-json-jwt/Makefile

Modified: head/databases/rubygem-flipper-active_record/Makefile
==============================================================================
--- head/databases/rubygem-flipper-active_record/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/databases/rubygem-flipper-active_record/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -3,6 +3,7 @@
 
 PORTNAME=	flipper-active_record
 PORTVERSION=	0.16.0
+PORTREVISION=	1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
@@ -11,11 +12,12 @@ 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 <bsd.port.mk>

Modified: head/databases/rubygem-flipper-active_record013/Makefile
==============================================================================
--- head/databases/rubygem-flipper-active_record013/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/databases/rubygem-flipper-active_record013/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -3,6 +3,7 @@
 
 PORTNAME=	flipper-active_record
 PORTVERSION=	0.13.0
+PORTREVISION=	1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	013
@@ -12,13 +13,14 @@ 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 <bsd.port.mk>

Modified: head/databases/rubygem-seed-fu/Makefile
==============================================================================
--- head/databases/rubygem-seed-fu/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/databases/rubygem-seed-fu/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	seed-fu
-PORTVERSION=	2.3.7
+PORTVERSION=	2.3.9
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
@@ -11,11 +11,12 @@ 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 <bsd.port.mk>

Modified: head/databases/rubygem-seed-fu/distinfo
==============================================================================
--- head/databases/rubygem-seed-fu/distinfo	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/databases/rubygem-seed-fu/distinfo	Thu Jan 31 14:05:37 2019	(r491723)
@@ -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

Modified: head/databases/rubygem-state_machines-activemodel/Makefile
==============================================================================
--- head/databases/rubygem-state_machines-activemodel/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/databases/rubygem-state_machines-activemodel/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -3,6 +3,7 @@
 
 PORTNAME=	state_machines-activemodel
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
@@ -12,11 +13,12 @@ COMMENT=	Support for creating state machines for attri
 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 <bsd.port.mk>

Modified: head/databases/rubygem-state_machines-activerecord/Makefile
==============================================================================
--- head/databases/rubygem-state_machines-activerecord/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/databases/rubygem-state_machines-activerecord/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -3,6 +3,7 @@
 
 PORTNAME=	state_machines-activerecord
 PORTVERSION=	0.5.2
+PORTREVISION=	1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
@@ -12,11 +13,12 @@ COMMENT=	Support for creating state machines for attri
 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 <bsd.port.mk>

Modified: head/devel/rubygem-flipper-active_support_cache_store/Makefile
==============================================================================
--- head/devel/rubygem-flipper-active_support_cache_store/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/devel/rubygem-flipper-active_support_cache_store/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -3,6 +3,7 @@
 
 PORTNAME=	flipper-active_support_cache_store
 PORTVERSION=	0.16.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,11 +12,12 @@ COMMENT=	ActiveSupport::Cache store adapter for Flippe
 
 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 <bsd.port.mk>

Modified: head/devel/rubygem-flipper-active_support_cache_store013/Makefile
==============================================================================
--- head/devel/rubygem-flipper-active_support_cache_store013/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/devel/rubygem-flipper-active_support_cache_store013/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -3,6 +3,7 @@
 
 PORTNAME=	flipper-active_support_cache_store
 PORTVERSION=	0.13.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	013
@@ -12,13 +13,14 @@ COMMENT=	ActiveSupport::Cache store adapter for Flippe
 
 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 <bsd.port.mk>

Modified: head/devel/rubygem-grape-entity/Makefile
==============================================================================
--- head/devel/rubygem-grape-entity/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/devel/rubygem-grape-entity/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -2,6 +2,7 @@
 
 PORTNAME=	grape-entity
 PORTVERSION=	0.7.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
@@ -12,11 +13,12 @@ COMMENT=	Entities - a simple Facade to use with your m
 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 <bsd.port.mk>

Modified: head/devel/rubygem-grape-path-helpers/Makefile
==============================================================================
--- head/devel/rubygem-grape-path-helpers/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/devel/rubygem-grape-path-helpers/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -11,7 +11,7 @@ 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
 

Modified: head/devel/rubygem-grape/Makefile
==============================================================================
--- head/devel/rubygem-grape/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/devel/rubygem-grape/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -2,6 +2,7 @@
 
 PORTNAME=	grape
 PORTVERSION=	1.2.2
+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-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 \

Modified: head/devel/rubygem-grape11/Makefile
==============================================================================
--- head/devel/rubygem-grape11/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/devel/rubygem-grape11/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -2,6 +2,7 @@
 
 PORTNAME=	grape
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	11
@@ -12,7 +13,7 @@ COMMENT=	Framework for rapid API development with grea
 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 \

Modified: head/devel/rubygem-jira-ruby/Makefile
==============================================================================
--- head/devel/rubygem-jira-ruby/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/devel/rubygem-jira-ruby/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -3,6 +3,7 @@
 
 PORTNAME=	jira-ruby
 PORTVERSION=	1.6.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,12 +13,13 @@ 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 <bsd.port.mk>

Modified: head/devel/rubygem-omniauth_crowd22/Makefile
==============================================================================
--- head/devel/rubygem-omniauth_crowd22/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/devel/rubygem-omniauth_crowd22/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -2,6 +2,7 @@
 
 PORTNAME=	omniauth_crowd
 PORTVERSION=	2.2.3
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	22
@@ -12,14 +13,15 @@ COMMENT=	OmniAuth provider for Atlassian Crowds REST A
 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 <bsd.port.mk>

Modified: head/dns/rubygem-validates_hostname/Makefile
==============================================================================
--- head/dns/rubygem-validates_hostname/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/dns/rubygem-validates_hostname/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -3,6 +3,7 @@
 
 PORTNAME=	validates_hostname
 PORTVERSION=	1.0.8
+PORTREVISION=	1
 CATEGORIES=	dns rubygems
 MASTER_SITES=	RG
 
@@ -12,11 +13,12 @@ COMMENT=	Extension to ActiveRecord::Base for validatin
 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 <bsd.port.mk>

Modified: head/net/rubygem-omniauth-authentiq/Makefile
==============================================================================
--- head/net/rubygem-omniauth-authentiq/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/net/rubygem-omniauth-authentiq/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -2,6 +2,7 @@
 
 PORTNAME=	omniauth-authentiq
 PORTVERSION=	0.3.3
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -11,11 +12,12 @@ 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 <bsd.port.mk>

Modified: head/security/rubygem-rack-oauth2/Makefile
==============================================================================
--- head/security/rubygem-rack-oauth2/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/security/rubygem-rack-oauth2/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -11,7 +11,7 @@ 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 \

Modified: head/security/rubygem-rack-oauth212/Makefile
==============================================================================
--- head/security/rubygem-rack-oauth212/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/security/rubygem-rack-oauth212/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rack-oauth2
 PORTVERSION=	1.2.3
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	12
@@ -12,16 +13,17 @@ 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 <bsd.port.mk>

Modified: head/textproc/rubygem-html-pipeline/Makefile
==============================================================================
--- head/textproc/rubygem-html-pipeline/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/textproc/rubygem-html-pipeline/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	html-pipeline
-PORTVERSION=	2.9.1
+PORTVERSION=	2.10.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +11,7 @@ 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

Modified: head/textproc/rubygem-html-pipeline/distinfo
==============================================================================
--- head/textproc/rubygem-html-pipeline/distinfo	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/textproc/rubygem-html-pipeline/distinfo	Thu Jan 31 14:05:37 2019	(r491723)
@@ -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

Modified: head/www/rubygem-acts-as-taggable-on/Makefile
==============================================================================
--- head/www/rubygem-acts-as-taggable-on/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/www/rubygem-acts-as-taggable-on/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -2,6 +2,7 @@
 
 PORTNAME=	acts-as-taggable-on
 PORTVERSION=	5.0.0
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -11,10 +12,11 @@ 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 <bsd.port.mk>

Modified: head/www/rubygem-json-jwt/Makefile
==============================================================================
--- head/www/rubygem-json-jwt/Makefile	Thu Jan 31 14:04:42 2019	(r491722)
+++ head/www/rubygem-json-jwt/Makefile	Thu Jan 31 14:05:37 2019	(r491723)
@@ -2,6 +2,7 @@
 
 PORTNAME=	json-jwt
 PORTVERSION=	1.10.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-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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901311405.x0VE5bDK012478>