diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-23 19:43:15 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-23 19:43:15 +0000 |
commit | 43d744b833c00e4c764f9c8f2ee6cee9898b5c1f (patch) | |
tree | 9f249f3de085d8abc7f659945a24a639312b4e8b | |
parent | 5bdaf4c2d80af0be823155c20c85423b9b451de3 (diff) |
- Fix up depencies versions after all the churn today
Notes
Notes:
svn path=/head/; revision=276173
-rw-r--r-- | databases/rubygem-dm-active_model/Makefile | 4 | ||||
-rw-r--r-- | databases/rubygem-dm-core/Makefile | 2 | ||||
-rw-r--r-- | databases/rubygem-dm-observer/Makefile | 2 | ||||
-rw-r--r-- | databases/rubygem-dm-rails/Makefile | 8 | ||||
-rw-r--r-- | databases/rubygem-dm-serializer/Makefile | 2 | ||||
-rw-r--r-- | databases/rubygem-dm-types/Makefile | 6 | ||||
-rw-r--r-- | databases/rubygem-do_mysql/Makefile | 2 | ||||
-rw-r--r-- | databases/rubygem-do_postgres/Makefile | 2 | ||||
-rw-r--r-- | databases/rubygem-do_sqlite3/Makefile | 2 | ||||
-rw-r--r-- | mail/rubygem-actionmailer/Makefile | 2 | ||||
-rw-r--r-- | net/rubygem-twitter/Makefile | 2 | ||||
-rw-r--r-- | www/rubygem-actionpack/Makefile | 4 |
12 files changed, 19 insertions, 19 deletions
diff --git a/databases/rubygem-dm-active_model/Makefile b/databases/rubygem-dm-active_model/Makefile index e36aea43fbc3..80a4df642c81 100644 --- a/databases/rubygem-dm-active_model/Makefile +++ b/databases/rubygem-dm-active_model/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= RG MAINTAINER= rpsfa@rit.edu COMMENT= A dm plugin for active_model compliance and thus rails 3 compatibility -RUN_DEPENDS= rubygem-activemodel>=3.0.0:${PORTSDIR}/databases/rubygem-activemodel \ - rubygem-dm-core>=1.0.2:${PORTSDIR}/databases/rubygem-dm-core +RUN_DEPENDS= rubygem-activemodel>=3.0.4:${PORTSDIR}/databases/rubygem-activemodel \ + rubygem-dm-core>=1.1.0:${PORTSDIR}/databases/rubygem-dm-core USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/databases/rubygem-dm-core/Makefile b/databases/rubygem-dm-core/Makefile index f56ceafd2423..8e1fd3dcb5d5 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:${PORTSDIR}/www/rubygem-addressable + rubygem-addressable>=2.2.4:${PORTSDIR}/www/rubygem-addressable USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/databases/rubygem-dm-observer/Makefile b/databases/rubygem-dm-observer/Makefile index 9893d007bc54..0b2f00edca02 100644 --- a/databases/rubygem-dm-observer/Makefile +++ b/databases/rubygem-dm-observer/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= RG MAINTAINER= rpsfa@rit.edu COMMENT= DataMapper plugin for observing Resources -RUN_DEPENDS= rubygem-dm-core>=1.0.2:${PORTSDIR}/databases/rubygem-dm-core +RUN_DEPENDS= rubygem-dm-core>=1.1.0:${PORTSDIR}/databases/rubygem-dm-core USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/databases/rubygem-dm-rails/Makefile b/databases/rubygem-dm-rails/Makefile index 5060b46fd36b..a18ccef1a16e 100644 --- a/databases/rubygem-dm-rails/Makefile +++ b/databases/rubygem-dm-rails/Makefile @@ -13,11 +13,11 @@ MASTER_SITES= RG MAINTAINER= rpsfa@rit.edu COMMENT= Integrate DataMapper with Rails 3 -RUN_DEPENDS= rubygem-actionpack>=3.0.0:${PORTSDIR}/www/rubygem-actionpack \ +RUN_DEPENDS= rubygem-actionpack>=3.0.4:${PORTSDIR}/www/rubygem-actionpack \ rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport \ - rubygem-dm-active_model>=1.0.3:${PORTSDIR}/databases/rubygem-dm-active_model \ - rubygem-dm-core>=1.0.0:${PORTSDIR}/databases/rubygem-dm-core \ - rubygem-railties>=3.0.0:${PORTSDIR}/www/rubygem-railties + rubygem-dm-active_model>=1.1.0:${PORTSDIR}/databases/rubygem-dm-active_model \ + rubygem-dm-core>=1.1.0:${PORTSDIR}/databases/rubygem-dm-core \ + rubygem-railties>=3.0.4:${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 e08f8fd7374a..e0bab826fe55 100644 --- a/databases/rubygem-dm-serializer/Makefile +++ b/databases/rubygem-dm-serializer/Makefile @@ -15,7 +15,7 @@ COMMENT= DataMapper plugin for serializing Resources and Collections RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core \ rubygem-json>=1.4.6:${PORTSDIR}/devel/rubygem-json146 \ - rubygem-fastercsv>=1.5.3:${PORTSDIR}/devel/rubygem-fastercsv + rubygem-fastercsv>=1.5.4:${PORTSDIR}/devel/rubygem-fastercsv USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/databases/rubygem-dm-types/Makefile b/databases/rubygem-dm-types/Makefile index 70c6254525c2..520950d75e0b 100644 --- a/databases/rubygem-dm-types/Makefile +++ b/databases/rubygem-dm-types/Makefile @@ -14,10 +14,10 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= DataMapper plugin providing extra data types RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core \ - rubygem-stringex>=1.1.0:${PORTSDIR}/devel/rubygem-stringex \ - rubygem-uuidtools>=2.1.1:${PORTSDIR}/devel/rubygem-uuidtools \ + rubygem-stringex>=1.2.0:${PORTSDIR}/devel/rubygem-stringex \ + rubygem-uuidtools>=2.1.2:${PORTSDIR}/devel/rubygem-uuidtools \ rubygem-json>=1.4.6:${PORTSDIR}/devel/rubygem-json146 \ - rubygem-fastercsv>=1.5.3:${PORTSDIR}/devel/rubygem-fastercsv \ + rubygem-fastercsv>=1.5.4:${PORTSDIR}/devel/rubygem-fastercsv \ rubygem-bcrypt-ruby>=2.1.4:${PORTSDIR}/security/rubygem-bcrypt-ruby USE_RUBY= yes diff --git a/databases/rubygem-do_mysql/Makefile b/databases/rubygem-do_mysql/Makefile index d3539de6cc08..48860abc9717 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.3:${PORTSDIR}/databases/rubygem-data_objects +RUN_DEPENDS= rubygem-data_objects>=0.10.4:${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 d4f9cc1ad5ed..a1d39a993686 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.3:${PORTSDIR}/databases/rubygem-data_objects +RUN_DEPENDS= rubygem-data_objects>=0.10.4:${PORTSDIR}/databases/rubygem-data_objects USE_PGSQL= yes diff --git a/databases/rubygem-do_sqlite3/Makefile b/databases/rubygem-do_sqlite3/Makefile index 7a1048b6a3ed..6df7f5b6694d 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.3:${PORTSDIR}/databases/rubygem-data_objects +RUN_DEPENDS= rubygem-data_objects>=0.10.4:${PORTSDIR}/databases/rubygem-data_objects USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/mail/rubygem-actionmailer/Makefile b/mail/rubygem-actionmailer/Makefile index f34dafeb0abe..7a81af424d95 100644 --- a/mail/rubygem-actionmailer/Makefile +++ b/mail/rubygem-actionmailer/Makefile @@ -13,7 +13,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby RUN_DEPENDS= rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \ - rubygem-mail>=2.2.15:${PORTSDIR}/mail/rubygem-mail + rubygem-mail>=2.2.19:${PORTSDIR}/mail/rubygem-mail USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/net/rubygem-twitter/Makefile b/net/rubygem-twitter/Makefile index 3edb3f16eee5..4bc9cdee2c9f 100644 --- a/net/rubygem-twitter/Makefile +++ b/net/rubygem-twitter/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Command line twits and an API wrapper -RUN_DEPENDS= rubygem-simple_oauth>=0.1.4:${PORTSDIR}/net/rubygem-simple_oauth \ +RUN_DEPENDS= rubygem-simple_oauth>=0.1.5:${PORTSDIR}/net/rubygem-simple_oauth \ rubygem-multi_xml>=0.2.0:${PORTSDIR}/textproc/rubygem-multi_xml \ rubygem-multi_json>=1.0.0:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-rash>=0.3.0:${PORTSDIR}/devel/rubygem-rash \ diff --git a/www/rubygem-actionpack/Makefile b/www/rubygem-actionpack/Makefile index c40d546f8fe9..2e7446163168 100644 --- a/www/rubygem-actionpack/Makefile +++ b/www/rubygem-actionpack/Makefile @@ -16,10 +16,10 @@ RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-act rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \ rubygem-tzinfo>=0.3.23:${PORTSDIR}/devel/rubygem-tzinfo \ rubygem-erubis>=2.6.6:${PORTSDIR}/www/rubygem-erubis \ - rubygem-rack-mount>=0.6.13:${PORTSDIR}/www/rubygem-rack-mount \ + rubygem-rack-mount>=0.6.14:${PORTSDIR}/www/rubygem-rack-mount \ rubygem-rack-test>=0.5.7:${PORTSDIR}/www/rubygem-rack-test \ rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder \ - rubygem-i18n>=0.4:${PORTSDIR}/devel/rubygem-i18n + rubygem-i18n>=0.5.0:${PORTSDIR}/devel/rubygem-i18n USE_RUBY= yes USE_RUBYGEMS= yes |