diff options
40 files changed, 66 insertions, 66 deletions
diff --git a/archivers/rubygem-archive-zip/Makefile b/archivers/rubygem-archive-zip/Makefile index 0ef37ad1af43..73273bba822b 100644 --- a/archivers/rubygem-archive-zip/Makefile +++ b/archivers/rubygem-archive-zip/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= RG MAINTAINER= tota@FreeBSD.org COMMENT= Provides interface to working with ZIP archives -RUN_DEPENDS= rubygem-io-like>=0.1.0:${PORTSDIR}/devel/rubygem-io-like +RUN_DEPENDS= rubygem-io-like>=0.3.0:${PORTSDIR}/devel/rubygem-io-like USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/databases/rubygem-activemodel/Makefile b/databases/rubygem-activemodel/Makefile index 01dbb6dae606..aa4fabeb27d5 100644 --- a/databases/rubygem-activemodel/Makefile +++ b/databases/rubygem-activemodel/Makefile @@ -15,7 +15,7 @@ COMMENT= A toolkit for building modeling frameworks RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder \ rubygem-bcrypt-ruby>=3.0.0:${PORTSDIR}/security/rubygem-bcrypt-ruby \ - rubygem-i18n>=0.6.0:${PORTSDIR}/devel/rubygem-i18n + rubygem-i18n>=0.6:${PORTSDIR}/devel/rubygem-i18n USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/databases/rubygem-dm-active_model/Makefile b/databases/rubygem-dm-active_model/Makefile index 9dd1f3cd5fac..213915d34f8a 100644 --- a/databases/rubygem-dm-active_model/Makefile +++ b/databases/rubygem-dm-active_model/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= A dm plugin for active_model compliance and thus rails 3 compatibility -RUN_DEPENDS= rubygem-activemodel>=3.0.4:${PORTSDIR}/databases/rubygem-activemodel \ +RUN_DEPENDS= rubygem-activemodel>=3.1.0:${PORTSDIR}/databases/rubygem-activemodel \ rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core USE_RUBY= yes diff --git a/databases/rubygem-dm-core/Makefile b/databases/rubygem-dm-core/Makefile index 70d22ed7b2e1..ca9000f1a69f 100644 --- a/databases/rubygem-dm-core/Makefile +++ b/databases/rubygem-dm-core/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= An Object/Relational Mapper for Ruby RUN_DEPENDS= rubygem-extlib>=0.9.15:${PORTSDIR}/devel/rubygem-extlib \ - rubygem-addressable>=2.2.4:${PORTSDIR}/www/rubygem-addressable + rubygem-addressable>=2.2.6:${PORTSDIR}/www/rubygem-addressable USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/databases/rubygem-dm-devise/Makefile b/databases/rubygem-dm-devise/Makefile index dcf1db0213a8..32ea61530295 100644 --- a/databases/rubygem-dm-devise/Makefile +++ b/databases/rubygem-dm-devise/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Adds DataMapper support to devise -RUN_DEPENDS= rubygem-devise>=1.3.0:${PORTSDIR}/devel/rubygem-devise \ +RUN_DEPENDS= rubygem-devise>=1.3:${PORTSDIR}/devel/rubygem-devise \ rubygem-dm-core>=1.0.2:${PORTSDIR}/databases/rubygem-dm-core \ rubygem-dm-migrations>=1.0.2:${PORTSDIR}/databases/rubygem-dm-migrations \ rubygem-dm-rails>=1.0.3:${PORTSDIR}/databases/rubygem-dm-rails \ diff --git a/databases/rubygem-dm-postgres-adapter/Makefile b/databases/rubygem-dm-postgres-adapter/Makefile index 47cb2745f25c..e440e268cc0d 100644 --- a/databases/rubygem-dm-postgres-adapter/Makefile +++ b/databases/rubygem-dm-postgres-adapter/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= PostgreSQL Adapter for DataMapper -RUN_DEPENDS= rubygem-do_postgres>=0.10.2:${PORTSDIR}/databases/rubygem-do_postgres \ +RUN_DEPENDS= rubygem-do_postgres>=0.10.6:${PORTSDIR}/databases/rubygem-do_postgres \ rubygem-dm-do-adapter>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-do-adapter USE_RUBY= yes diff --git a/databases/rubygem-dm-rails/Makefile b/databases/rubygem-dm-rails/Makefile index 4c5e50873cf9..d791dfa469d9 100644 --- a/databases/rubygem-dm-rails/Makefile +++ b/databases/rubygem-dm-rails/Makefile @@ -13,11 +13,11 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Integrate DataMapper with Rails 3 -RUN_DEPENDS= rubygem-actionpack>=3.0.4:${PORTSDIR}/www/rubygem-actionpack \ +RUN_DEPENDS= rubygem-actionpack>=3.1.0:${PORTSDIR}/www/rubygem-actionpack \ rubygem-activesupport>=3.1.1:${PORTSDIR}/devel/rubygem-activesupport \ - rubygem-dm-active_model>=1.1.0:${PORTSDIR}/databases/rubygem-dm-active_model \ + rubygem-dm-active_model>=1.2.0:${PORTSDIR}/databases/rubygem-dm-active_model \ rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core \ - rubygem-railties>=3.1.1:${PORTSDIR}/www/rubygem-railties + rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/databases/rubygem-dm-serializer/Makefile b/databases/rubygem-dm-serializer/Makefile index e0a054873090..b7d7494c62ed 100644 --- a/databases/rubygem-dm-serializer/Makefile +++ b/databases/rubygem-dm-serializer/Makefile @@ -14,9 +14,9 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= DataMapper plugin for serializing Resources and Collections RUN_DEPENDS= rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core \ - rubygem-json>=1.5.4:${PORTSDIR}/devel/rubygem-json \ + rubygem-json>=1.6.1:${PORTSDIR}/devel/rubygem-json \ rubygem-multi_json>=1.0.3:${PORTSDIR}/devel/rubygem-multi_json \ - rubygem-json_pure>=1.5.4:${PORTSDIR}/devel/rubygem-json_pure \ + rubygem-json_pure>=1.6.1:${PORTSDIR}/devel/rubygem-json_pure \ rubygem-fastercsv>=1.5.4:${PORTSDIR}/devel/rubygem-fastercsv USE_RUBY= yes diff --git a/databases/rubygem-dm-types/Makefile b/databases/rubygem-dm-types/Makefile index 5db1b9bc7a96..846774214a7a 100644 --- a/databases/rubygem-dm-types/Makefile +++ b/databases/rubygem-dm-types/Makefile @@ -14,12 +14,12 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= DataMapper plugin providing extra data types RUN_DEPENDS= rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core \ - rubygem-stringex>=1.2.0:${PORTSDIR}/devel/rubygem-stringex \ + rubygem-stringex>=1.3.0:${PORTSDIR}/devel/rubygem-stringex \ rubygem-uuidtools>=2.1.2:${PORTSDIR}/devel/rubygem-uuidtools \ rubygem-multi_json>=1.0.3:${PORTSDIR}/devel/rubygem-multi_json \ - rubygem-json>=1.5.4:${PORTSDIR}/devel/rubygem-json \ + rubygem-json>=1.6.1:${PORTSDIR}/devel/rubygem-json \ rubygem-fastercsv>=1.5.4:${PORTSDIR}/devel/rubygem-fastercsv \ - rubygem-bcrypt-ruby>=2.1.4:${PORTSDIR}/security/rubygem-bcrypt-ruby + rubygem-bcrypt-ruby>=3.0.0:${PORTSDIR}/security/rubygem-bcrypt-ruby USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/databases/rubygem-do_mysql/Makefile b/databases/rubygem-do_mysql/Makefile index cf60f5dac57b..ab3b259ea454 100644 --- a/databases/rubygem-do_mysql/Makefile +++ b/databases/rubygem-do_mysql/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= RG MAINTAINER= voldern@hoeggen.net COMMENT= Ruby DataObjects driver for MySQL -RUN_DEPENDS= rubygem-data_objects>=0.10.6:${PORTSDIR}/databases/rubygem-data_objects +RUN_DEPENDS= rubygem-data_objects>=0.10.7:${PORTSDIR}/databases/rubygem-data_objects USE_MYSQL= yes USE_RUBY= yes diff --git a/databases/rubygem-do_postgres/Makefile b/databases/rubygem-do_postgres/Makefile index ec382cfb46dd..f8b73d6661e2 100644 --- a/databases/rubygem-do_postgres/Makefile +++ b/databases/rubygem-do_postgres/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= RG MAINTAINER= voldern@hoeggen.net COMMENT= Ruby DataObjects driver for PostgreSQL -RUN_DEPENDS= rubygem-data_objects>=0.10.6:${PORTSDIR}/databases/rubygem-data_objects +RUN_DEPENDS= rubygem-data_objects>=0.10.7:${PORTSDIR}/databases/rubygem-data_objects USE_PGSQL= yes diff --git a/databases/rubygem-do_sqlite3/Makefile b/databases/rubygem-do_sqlite3/Makefile index 6ebc679b366b..6408ddc9c695 100644 --- a/databases/rubygem-do_sqlite3/Makefile +++ b/databases/rubygem-do_sqlite3/Makefile @@ -14,7 +14,7 @@ MAINTAINER= voldern@hoeggen.net COMMENT= Ruby DataObjects driver to the SQLite DB engine version 3 LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 -RUN_DEPENDS= rubygem-data_objects>=0.10.6:${PORTSDIR}/databases/rubygem-data_objects +RUN_DEPENDS= rubygem-data_objects>=0.10.7:${PORTSDIR}/databases/rubygem-data_objects USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/devel/rubygem-activesupport/Makefile b/devel/rubygem-activesupport/Makefile index fed512b3aa9a..8179c7cd510e 100644 --- a/devel/rubygem-activesupport/Makefile +++ b/devel/rubygem-activesupport/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Utility classes and extension that are required by Rails MVC Framework -RUN_DEPENDS= rubygem-multi_json>=1.0.0:${PORTSDIR}/devel/rubygem-multi_json +RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/devel/rubygem-coffee-script/Makefile b/devel/rubygem-coffee-script/Makefile index 9a002d497a72..e2db8992dc6a 100644 --- a/devel/rubygem-coffee-script/Makefile +++ b/devel/rubygem-coffee-script/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler. RUN_DEPENDS= rubygem-coffee-script-source>=0:${PORTSDIR}/devel/rubygem-coffee-script-source \ - rubygem-execjs>=1.2.4:${PORTSDIR}/devel/rubygem-execjs + rubygem-execjs>=0:${PORTSDIR}/devel/rubygem-execjs USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/devel/rubygem-devise/Makefile b/devel/rubygem-devise/Makefile index 4773e5c2f49f..ba3e42bd28d6 100644 --- a/devel/rubygem-devise/Makefile +++ b/devel/rubygem-devise/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Flexible authentication solution for Rails with Warden -RUN_DEPENDS= rubygem-bcrypt-ruby>=3.0.1:${PORTSDIR}/security/rubygem-bcrypt-ruby \ +RUN_DEPENDS= rubygem-bcrypt-ruby>=3.0:${PORTSDIR}/security/rubygem-bcrypt-ruby \ rubygem-warden>=1.0.3:${PORTSDIR}/devel/rubygem-warden \ rubygem-orm_adapter>=0.0.3:${PORTSDIR}/devel/rubygem-orm_adapter diff --git a/devel/rubygem-rascut/Makefile b/devel/rubygem-rascut/Makefile index d2ac0d530dc5..1396e8acd255 100644 --- a/devel/rubygem-rascut/Makefile +++ b/devel/rubygem-rascut/Makefile @@ -15,7 +15,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Ruby ActionSCript UTility RUN_DEPENDS= mongrel_rails:${PORTSDIR}/www/rubygem-mongrel \ - rubygem-json_pure>=1.5.1:${PORTSDIR}/devel/rubygem-json_pure \ + rubygem-json_pure>=0:${PORTSDIR}/devel/rubygem-json_pure \ rackup:${PORTSDIR}/www/rubygem-rack \ fcsh:${PORTSDIR}/devel/flex-sdk diff --git a/devel/rubygem-rash/Makefile b/devel/rubygem-rash/Makefile index 228aba34c181..97ea83ee5105 100644 --- a/devel/rubygem-rash/Makefile +++ b/devel/rubygem-rash/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= RG MAINTAINER= clsung@FreeBSD.org COMMENT= Simple extension to Hashie::Mash for rubyified keys -RUN_DEPENDS= rubygem-hashie>=1.0.0:${PORTSDIR}/devel/rubygem-hashie +RUN_DEPENDS= rubygem-hashie>=1.1.0:${PORTSDIR}/devel/rubygem-hashie USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/devel/rubygem-rdoc/Makefile b/devel/rubygem-rdoc/Makefile index 911a81fff042..bf4f6eb6386c 100644 --- a/devel/rubygem-rdoc/Makefile +++ b/devel/rubygem-rdoc/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= RDoc produces HTML and command-line documentation for Ruby projects -BUILD_DEPENDS= rubygem-json>=1.6.1:${PORTSDIR}/devel/rubygem-json -RUN_DEPENDS= rubygem-json>=1.6.1:${PORTSDIR}/devel/rubygem-json +BUILD_DEPENDS= rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json +RUN_DEPENDS= rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/devel/rubygem-rspec-expectations/Makefile b/devel/rubygem-rspec-expectations/Makefile index 20a5ed5f814d..4ae60873ea0d 100644 --- a/devel/rubygem-rspec-expectations/Makefile +++ b/devel/rubygem-rspec-expectations/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Rspec-expectations adds should and should_not to every object -BUILD_DEPENDS= rubygem-diff-lcs>=0:${PORTSDIR}/textproc/rubygem-diff-lcs -RUN_DEPENDS= rubygem-diff-lcs>=0:${PORTSDIR}/textproc/rubygem-diff-lcs +BUILD_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs +RUN_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs USE_RUBY= yes USE_RAKE= yes diff --git a/devel/rubygem-rspec/Makefile b/devel/rubygem-rspec/Makefile index 48318ab2ca71..4df705aedf62 100644 --- a/devel/rubygem-rspec/Makefile +++ b/devel/rubygem-rspec/Makefile @@ -12,12 +12,12 @@ MASTER_SITES= RG MAINTAINER= romanbsd@yahoo.com COMMENT= Behaviour Driven Development in Ruby -BUILD_DEPENDS= rubygem-rspec-core>=0:${PORTSDIR}/devel/rubygem-rspec-core \ - rubygem-rspec-expectations>=0:${PORTSDIR}/devel/rubygem-rspec-expectations \ - rubygem-rspec-mocks>=0:${PORTSDIR}/devel/rubygem-rspec-mocks -RUN_DEPENDS= rubygem-rspec-core>=0:${PORTSDIR}/devel/rubygem-rspec-core \ - rubygem-rspec-expectations>=0:${PORTSDIR}/devel/rubygem-rspec-expectations \ - rubygem-rspec-mocks>=0:${PORTSDIR}/devel/rubygem-rspec-mocks +BUILD_DEPENDS= rubygem-rspec-core>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-core \ + rubygem-rspec-expectations>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-expectations \ + rubygem-rspec-mocks>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-mocks +RUN_DEPENDS= rubygem-rspec-core>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-core \ + rubygem-rspec-expectations>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-expectations \ + rubygem-rspec-mocks>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-mocks USE_RUBY= yes USE_RAKE= yes diff --git a/devel/rubygem-sprockets/Makefile b/devel/rubygem-sprockets/Makefile index 968ec9a14c1b..9fb34331b194 100644 --- a/devel/rubygem-sprockets/Makefile +++ b/devel/rubygem-sprockets/Makefile @@ -15,9 +15,9 @@ COMMENT= Ruby library that preprocesses and concatenates JavaScript files LICENSE= MIT -RUN_DEPENDS= rubygem-tilt>=1.3.3:${PORTSDIR}/devel/rubygem-tilt \ - rubygem-hike>=1.2.1:${PORTSDIR}/devel/rubygem-hike \ - rubygem-rack>=1.3.2:${PORTSDIR}/www/rubygem-rack +RUN_DEPENDS= rubygem-tilt>=1.1:${PORTSDIR}/devel/rubygem-tilt \ + rubygem-hike>=1.2:${PORTSDIR}/devel/rubygem-hike \ + rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/devel/rubygem-treetop/Makefile b/devel/rubygem-treetop/Makefile index f2b8c37d513a..0865f7a369e1 100644 --- a/devel/rubygem-treetop/Makefile +++ b/devel/rubygem-treetop/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby-based DSL for text parsing and interpretation -RUN_DEPENDS= rubygem-polyglot>=0.3.1:${PORTSDIR}/devel/rubygem-polyglot +RUN_DEPENDS= rubygem-polyglot>=0:${PORTSDIR}/devel/rubygem-polyglot USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/net/rubygem-amq-client/Makefile b/net/rubygem-amq-client/Makefile index 7b6e28a8ca54..16e4266e08ae 100644 --- a/net/rubygem-amq-client/Makefile +++ b/net/rubygem-amq-client/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= RG MAINTAINER= clsung@FreeBSD.org COMMENT= A fully-featured, low-level AMQP 0.9.1 client in Ruby -RUN_DEPENDS= rubygem-eventmachine>=0.12.4:${PORTSDIR}/devel/rubygem-eventmachine \ +RUN_DEPENDS= rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine \ rubygem-amq-protocol>=0.8.0:${PORTSDIR}/net/rubygem-amq-protocol USE_RUBY= yes diff --git a/net/rubygem-amqp-utils/Makefile b/net/rubygem-amqp-utils/Makefile index dba450d8993f..bb63a7031384 100644 --- a/net/rubygem-amqp-utils/Makefile +++ b/net/rubygem-amqp-utils/Makefile @@ -14,9 +14,9 @@ COMMENT= Command line utilies for interacting with AMQP compliant queues RUN_DEPENDS= rubygem-amqp>=0.7.1:${PORTSDIR}/net/rubygem-amqp \ rubygem-clio>=0.3.0:${PORTSDIR}/devel/rubygem-clio \ - rubygem-facets>=2.9.1:${PORTSDIR}/devel/rubygem-facets \ + rubygem-facets>=2.9:${PORTSDIR}/devel/rubygem-facets \ rubygem-heredoc_unindent>=1.1.2:${PORTSDIR}/textproc/rubygem-heredoc_unindent \ - rubygem-json>=1.5.3:${PORTSDIR}/devel/rubygem-json \ + rubygem-json>=1.5:${PORTSDIR}/devel/rubygem-json \ rubygem-msgpack>=0.4.5:${PORTSDIR}/devel/rubygem-msgpack \ rubygem-trollop>=1.16.2:${PORTSDIR}/devel/rubygem-trollop diff --git a/net/rubygem-stompserver/Makefile b/net/rubygem-stompserver/Makefile index db65d41476a2..8f97ee6eb33d 100644 --- a/net/rubygem-stompserver/Makefile +++ b/net/rubygem-stompserver/Makefile @@ -18,7 +18,7 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/stompserver -RUN_DEPENDS:= rubygem-eventmachine>=0.12.10:${PORTSDIR}/devel/rubygem-eventmachine \ +RUN_DEPENDS:= rubygem-eventmachine>=0.7.2:${PORTSDIR}/devel/rubygem-eventmachine \ rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe \ rubygem-daemons>=1.0.2:${PORTSDIR}/devel/rubygem-daemons diff --git a/net/rubygem-twitter/Makefile b/net/rubygem-twitter/Makefile index 405c946c95ac..eafc69c1c999 100644 --- a/net/rubygem-twitter/Makefile +++ b/net/rubygem-twitter/Makefile @@ -15,7 +15,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Command line twits and an API wrapper RUN_DEPENDS= rubygem-simple_oauth>=0.1.5:${PORTSDIR}/net/rubygem-simple_oauth \ - rubygem-multi_xml>=0.4.1:${PORTSDIR}/textproc/rubygem-multi_xml \ + rubygem-multi_xml>=0.4.0:${PORTSDIR}/textproc/rubygem-multi_xml \ rubygem-multi_json>=1.0.0:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-faraday_middleware>=0.7.0:${PORTSDIR}/www/rubygem-faraday_middleware \ rubygem-faraday>=0.7.4:${PORTSDIR}/www/rubygem-faraday \ diff --git a/sysutils/rubygem-capistrano/Makefile b/sysutils/rubygem-capistrano/Makefile index 8f37db4944f6..b64473d2bec0 100644 --- a/sysutils/rubygem-capistrano/Makefile +++ b/sysutils/rubygem-capistrano/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= A utility for executing commands in parallel on multiple machines -RUN_DEPENDS= rubygem-net-ssh-gateway>=1.0.0:${PORTSDIR}/security/rubygem-net-ssh-gateway \ +RUN_DEPENDS= rubygem-net-ssh-gateway>=1.1.0:${PORTSDIR}/security/rubygem-net-ssh-gateway \ rubygem-net-sftp>=2.0.0:${PORTSDIR}/security/rubygem-net-sftp \ rubygem-net-scp>=1.0.0:${PORTSDIR}/security/rubygem-net-scp \ rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \ diff --git a/sysutils/rubygem-chef/Makefile b/sysutils/rubygem-chef/Makefile index dbc625858ae2..a569c65151d5 100644 --- a/sysutils/rubygem-chef/Makefile +++ b/sysutils/rubygem-chef/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= rubygem-mixlib-log>=1.3.0:${PORTSDIR}/devel/rubygem-mixlib-log \ rubygem-mixlib-config>=1.1.2:${PORTSDIR}/devel/rubygem-mixlib-config \ rubygem-mixlib-cli>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-cli \ rubygem-mixlib-authentication>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-authentication \ - rubygem-json>=1.4.6:${PORTSDIR}/devel/rubygem-json146 \ + rubygem-json>=1.4.4:${PORTSDIR}/devel/rubygem-json146 \ rubygem-uuidtools>=0:${PORTSDIR}/devel/rubygem-uuidtools \ rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \ rubygem-moneta>=0:${PORTSDIR}/devel/rubygem-moneta \ diff --git a/textproc/rubygem-albino/Makefile b/textproc/rubygem-albino/Makefile index ec70d2628115..ee3bc7f95afb 100644 --- a/textproc/rubygem-albino/Makefile +++ b/textproc/rubygem-albino/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby wrapper for pygmentize -RUN_DEPENDS= rubygem-posix-spawn>=0:${PORTSDIR}/devel/rubygem-posix-spawn \ +RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn \ ${PYTHON_PKGNAMEPREFIX}pygments>=0.8:${PORTSDIR}/textproc/py-pygments USE_RUBY= yes diff --git a/textproc/rubygem-compass/Makefile b/textproc/rubygem-compass/Makefile index 0f1fee235271..bfa881f07f48 100644 --- a/textproc/rubygem-compass/Makefile +++ b/textproc/rubygem-compass/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= RG MAINTAINER= jhelfman@experts-exchange.com COMMENT= Provides an open-source CSS authoring framework -RUN_DEPENDS= rubygem-sass>=3.1.8:${PORTSDIR}/textproc/rubygem-sass \ +RUN_DEPENDS= rubygem-sass>=3.1:${PORTSDIR}/textproc/rubygem-sass \ rubygem-fssm>=0.2.7:${PORTSDIR}/sysutils/rubygem-fssm \ - rubygem-chunky_png>=1.2.5:${PORTSDIR}/graphics/rubygem-chunky_png + rubygem-chunky_png>=1.2:${PORTSDIR}/graphics/rubygem-chunky_png USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/textproc/rubygem-sass-rails/Makefile b/textproc/rubygem-sass-rails/Makefile index f0530de70cdb..5dee92e9807b 100644 --- a/textproc/rubygem-sass-rails/Makefile +++ b/textproc/rubygem-sass-rails/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Sass adapter for the Rails asset pipeline RUN_DEPENDS= rubygem-sass>=3.1.4:${PORTSDIR}/textproc/rubygem-sass \ - rubygem-railties>=3.1.1:${PORTSDIR}/www/rubygem-railties + rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/www/rubygem-actionpack/Makefile b/www/rubygem-actionpack/Makefile index 72f96d363d53..faa647da566d 100644 --- a/www/rubygem-actionpack/Makefile +++ b/www/rubygem-actionpack/Makefile @@ -17,12 +17,12 @@ RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-act rubygem-tzinfo>=0.3.23:${PORTSDIR}/devel/rubygem-tzinfo \ rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \ rubygem-rack>=1.3.2:${PORTSDIR}/www/rubygem-rack \ - rubygem-rack-cache>=1.0.3:${PORTSDIR}/www/rubygem-rack-cache \ + rubygem-rack-cache>=1.1:${PORTSDIR}/www/rubygem-rack-cache \ rubygem-rack-mount>=0.8.2:${PORTSDIR}/www/rubygem-rack-mount \ - rubygem-rack-test>=0.5.7:${PORTSDIR}/www/rubygem-rack-test \ + rubygem-rack-test>=0.6.1:${PORTSDIR}/www/rubygem-rack-test \ rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder \ - rubygem-i18n>=0.6.0:${PORTSDIR}/devel/rubygem-i18n \ - rubygem-sprockets>=2.0.0:${PORTSDIR}/devel/rubygem-sprockets + rubygem-i18n>=0.6:${PORTSDIR}/devel/rubygem-i18n \ + rubygem-sprockets>=2.0.2:${PORTSDIR}/devel/rubygem-sprockets USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/www/rubygem-cuba/Makefile b/www/rubygem-cuba/Makefile index 10fa3e248b23..b18dee1d1c86 100644 --- a/www/rubygem-cuba/Makefile +++ b/www/rubygem-cuba/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Cuba is a microframework for web applications -RUN_DEPENDS= rubygem-rack>=1.2:${PORTSDIR}/www/rubygem-rack \ - rubygem-tilt>=1.2:${PORTSDIR}/devel/rubygem-tilt +RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \ + rubygem-tilt>=0:${PORTSDIR}/devel/rubygem-tilt USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/www/rubygem-faraday/Makefile b/www/rubygem-faraday/Makefile index baec3b8f1740..9495719f8e1c 100644 --- a/www/rubygem-faraday/Makefile +++ b/www/rubygem-faraday/Makefile @@ -14,8 +14,8 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= A HTTP/REST API client library in Ruby RUN_DEPENDS= rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack \ - rubygem-multipart-post>=1.1.0:${PORTSDIR}/www/rubygem-multipart-post \ - rubygem-addressable>=2.2.4:${PORTSDIR}/www/rubygem-addressable + rubygem-multipart-post>=1.1.3:${PORTSDIR}/www/rubygem-multipart-post \ + rubygem-addressable>=2.2.6:${PORTSDIR}/www/rubygem-addressable USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/www/rubygem-faraday_middleware/Makefile b/www/rubygem-faraday_middleware/Makefile index 9131dfd544d3..67da6d1270ce 100644 --- a/www/rubygem-faraday_middleware/Makefile +++ b/www/rubygem-faraday_middleware/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= RG MAINTAINER= clsung@FreeBSD.org COMMENT= Collection of Ruby Faraday middlewares -RUN_DEPENDS= rubygem-faraday>=0.7.4:${PORTSDIR}/www/rubygem-faraday +RUN_DEPENDS= rubygem-faraday>=0.7.3:${PORTSDIR}/www/rubygem-faraday USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/www/rubygem-jekyll/Makefile b/www/rubygem-jekyll/Makefile index 98d7c3feba6d..ac10d5a79cea 100644 --- a/www/rubygem-jekyll/Makefile +++ b/www/rubygem-jekyll/Makefile @@ -18,8 +18,8 @@ RUN_DEPENDS= rubygem-classifier>=1.3.1:${PORTSDIR}/devel/rubygem-classifier \ rubygem-maruku>=0.5.9:${PORTSDIR}/www/rubygem-maruku \ rubygem-directory_watcher>=1.1.1:${PORTSDIR}/devel/rubygem-directory_watcher \ rubygem-open4>=0.9.6:${PORTSDIR}/devel/rubygem-open4 \ - rubygem-albino>=0:${PORTSDIR}/textproc/rubygem-albino \ - rubygem-kramdown>=0:${PORTSDIR}/textproc/rubygem-kramdown + rubygem-albino>=1.3.2:${PORTSDIR}/textproc/rubygem-albino \ + rubygem-kramdown>=0.13.2:${PORTSDIR}/textproc/rubygem-kramdown USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/www/rubygem-jquery-rails/Makefile b/www/rubygem-jquery-rails/Makefile index aa93d0e35430..5e1182c332b3 100644 --- a/www/rubygem-jquery-rails/Makefile +++ b/www/rubygem-jquery-rails/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Provides a rails generator for jquery -RUN_DEPENDS+= rubygem-railties>=3.0.0:${PORTSDIR}/www/rubygem-railties \ - rubygem-thor>=0.14.4:${PORTSDIR}/devel/rubygem-thor +RUN_DEPENDS+= rubygem-railties>=3.0:${PORTSDIR}/www/rubygem-railties \ + rubygem-thor>=0.14:${PORTSDIR}/devel/rubygem-thor USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/www/rubygem-rack-protection/Makefile b/www/rubygem-rack-protection/Makefile index faa7c9a580a6..a513ff2ae023 100644 --- a/www/rubygem-rack-protection/Makefile +++ b/www/rubygem-rack-protection/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Collection of Rack middleware to protect against opportunistic attack -RUN_DEPENDS= rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack +RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/www/rubygem-sinatra/Makefile b/www/rubygem-sinatra/Makefile index a4376512bcf5..29b9ca439a27 100644 --- a/www/rubygem-sinatra/Makefile +++ b/www/rubygem-sinatra/Makefile @@ -12,9 +12,9 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= A classy web development framework in ruby -RUN_DEPENDS= rubygem-rack>=1.1:${PORTSDIR}/www/rubygem-rack \ - rubygem-tilt>=1.2.2:${PORTSDIR}/devel/rubygem-tilt \ - rubygem-rack-protection>=0:${PORTSDIR}/www/rubygem-rack-protection +RUN_DEPENDS= rubygem-rack>=1.3:${PORTSDIR}/www/rubygem-rack \ + rubygem-tilt>=1.3:${PORTSDIR}/devel/rubygem-tilt \ + rubygem-rack-protection>=1.1:${PORTSDIR}/www/rubygem-rack-protection USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/www/rubygem-uglifier/Makefile b/www/rubygem-uglifier/Makefile index 60d7b4241a7c..a17f1681d824 100644 --- a/www/rubygem-uglifier/Makefile +++ b/www/rubygem-uglifier/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= RG MAINTAINER= swills@FreeBSD.org COMMENT= Ruby wrapper for UglifyJS JavaScript compressor -RUN_DEPENDS= rubygem-execjs>=1.2.4:${PORTSDIR}/devel/rubygem-execjs \ - rubygem-multi_json>=1.0.3:${PORTSDIR}/devel/rubygem-multi_json +RUN_DEPENDS= rubygem-execjs>=0.3.0:${PORTSDIR}/devel/rubygem-execjs \ + rubygem-multi_json>=1.0.2:${PORTSDIR}/devel/rubygem-multi_json USE_RUBY= yes USE_RUBYGEMS= yes |