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
This commit is contained in:
parent
79c2329e87
commit
4d811272d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491723
22 changed files with 91 additions and 61 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^0\.13\.
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 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 <bsd.port.mk>
|
||||
|
|
|
@ -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 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 <bsd.port.mk>
|
||||
|
|
|
@ -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 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 <bsd.port.mk>
|
||||
|
|
|
@ -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 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
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^0\.13\.
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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 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 <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 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 \
|
||||
|
|
|
@ -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 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 \
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 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 <bsd.port.mk>
|
||||
|
|
|
@ -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 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
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue