pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update rails packages to 2.3.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9872e11988f4
branches:  trunk
changeset: 399068:9872e11988f4
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Sep 12 22:14:16 2009 +0000

description:
Update rails packages to 2.3.4.

Changes since 2.3.2:
* I18n support for plugins.

diffstat:

 databases/ruby-activerecord/Makefile |    4 +-
 databases/ruby-activerecord/PLIST    |    9 ++-
 databases/ruby-activerecord/distinfo |    8 +-
 devel/ruby-activesupport/Makefile    |    4 +-
 devel/ruby-activesupport/PLIST       |   10 ++-
 devel/ruby-activesupport/distinfo    |    8 +-
 www/rails/Makefile                   |   15 ++--
 www/rails/PLIST                      |  110 ++++++++++++++++++++++++++++++++++-
 www/rails/distinfo                   |    8 +-
 www/ruby-actionpack/Makefile         |    9 +--
 www/ruby-actionpack/PLIST            |   62 +++----------------
 www/ruby-actionpack/distinfo         |    9 +-
 www/ruby-activeresource/Makefile     |    4 +-
 www/ruby-activeresource/PLIST        |    5 +-
 www/ruby-activeresource/distinfo     |    8 +-
 15 files changed, 175 insertions(+), 98 deletions(-)

diffs (truncated from 565 to 300 lines):

diff -r a5af75b23cb8 -r 9872e11988f4 databases/ruby-activerecord/Makefile
--- a/databases/ruby-activerecord/Makefile      Sat Sep 12 22:08:27 2009 +0000
+++ b/databases/ruby-activerecord/Makefile      Sat Sep 12 22:14:16 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2009/04/07 17:13:26 minskim Exp $
+# $NetBSD: Makefile,v 1.16 2009/09/12 22:14:16 minskim Exp $
 
-DISTNAME=      activerecord-2.3.2
+DISTNAME=      activerecord-2.3.4
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases
 
diff -r a5af75b23cb8 -r 9872e11988f4 databases/ruby-activerecord/PLIST
--- a/databases/ruby-activerecord/PLIST Sat Sep 12 22:08:27 2009 +0000
+++ b/databases/ruby-activerecord/PLIST Sat Sep 12 22:14:16 2009 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.15 2009/06/14 17:43:24 joerg Exp $
+@comment $NetBSD: PLIST,v 1.16 2009/09/12 22:14:16 minskim Exp $
 ${GEM_HOME}/cache/activerecord-${PKGVERSION}.gem
 ${GEM_LIBDIR}/CHANGELOG
 ${GEM_LIBDIR}/README
 ${GEM_LIBDIR}/RUNNING_UNIT_TESTS
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/examples/associations.png
+${GEM_LIBDIR}/examples/performance.rb
 ${GEM_LIBDIR}/install.rb
 ${GEM_LIBDIR}/lib/active_record.rb
 ${GEM_LIBDIR}/lib/active_record/aggregations.rb
@@ -79,6 +80,7 @@
 ${GEM_LIBDIR}/test/cases/associations/eager_singularization_test.rb
 ${GEM_LIBDIR}/test/cases/associations/eager_test.rb
 ${GEM_LIBDIR}/test/cases/associations/extension_test.rb
+${GEM_LIBDIR}/test/cases/associations/habtm_join_table_test.rb
 ${GEM_LIBDIR}/test/cases/associations/has_and_belongs_to_many_associations_test.rb
 ${GEM_LIBDIR}/test/cases/associations/has_many_associations_test.rb
 ${GEM_LIBDIR}/test/cases/associations/has_many_through_associations_test.rb
@@ -141,6 +143,7 @@
 ${GEM_LIBDIR}/test/cases/schema_test_postgresql.rb
 ${GEM_LIBDIR}/test/cases/serialization_test.rb
 ${GEM_LIBDIR}/test/cases/synonym_test_oracle.rb
+${GEM_LIBDIR}/test/cases/timestamp_test.rb
 ${GEM_LIBDIR}/test/cases/transactions_test.rb
 ${GEM_LIBDIR}/test/cases/unconnected_test.rb
 ${GEM_LIBDIR}/test/cases/validations_i18n_test.rb
@@ -189,7 +192,9 @@
 ${GEM_LIBDIR}/test/fixtures/developers_projects.yml
 ${GEM_LIBDIR}/test/fixtures/edges.yml
 ${GEM_LIBDIR}/test/fixtures/entrants.yml
+${GEM_LIBDIR}/test/fixtures/fixture_database.sqlite
 ${GEM_LIBDIR}/test/fixtures/fixture_database.sqlite3
+${GEM_LIBDIR}/test/fixtures/fixture_database_2.sqlite
 ${GEM_LIBDIR}/test/fixtures/fixture_database_2.sqlite3
 ${GEM_LIBDIR}/test/fixtures/fk_test_has_fk.yml
 ${GEM_LIBDIR}/test/fixtures/fk_test_has_pk.yml
@@ -274,12 +279,14 @@
 ${GEM_LIBDIR}/test/models/company_in_module.rb
 ${GEM_LIBDIR}/test/models/computer.rb
 ${GEM_LIBDIR}/test/models/contact.rb
+${GEM_LIBDIR}/test/models/contract.rb
 ${GEM_LIBDIR}/test/models/course.rb
 ${GEM_LIBDIR}/test/models/customer.rb
 ${GEM_LIBDIR}/test/models/default.rb
 ${GEM_LIBDIR}/test/models/developer.rb
 ${GEM_LIBDIR}/test/models/edge.rb
 ${GEM_LIBDIR}/test/models/entrant.rb
+${GEM_LIBDIR}/test/models/essay.rb
 ${GEM_LIBDIR}/test/models/event.rb
 ${GEM_LIBDIR}/test/models/guid.rb
 ${GEM_LIBDIR}/test/models/item.rb
diff -r a5af75b23cb8 -r 9872e11988f4 databases/ruby-activerecord/distinfo
--- a/databases/ruby-activerecord/distinfo      Sat Sep 12 22:08:27 2009 +0000
+++ b/databases/ruby-activerecord/distinfo      Sat Sep 12 22:14:16 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2009/04/07 17:13:26 minskim Exp $
+$NetBSD: distinfo,v 1.16 2009/09/12 22:14:16 minskim Exp $
 
-SHA1 (activerecord-2.3.2.gem) = 399dbfca004e19970bd7514822236b81ae4179c7
-RMD160 (activerecord-2.3.2.gem) = ee330bea5dc244c391705b5a146f2b5f4f0d083b
-Size (activerecord-2.3.2.gem) = 525824 bytes
+SHA1 (activerecord-2.3.4.gem) = 4961cb0b993347127cfdd6df80e9c4bacb4f6ebc
+RMD160 (activerecord-2.3.4.gem) = 950ceacf5bbe54e898769a06b9952452d5cbd0b6
+Size (activerecord-2.3.4.gem) = 542720 bytes
diff -r a5af75b23cb8 -r 9872e11988f4 devel/ruby-activesupport/Makefile
--- a/devel/ruby-activesupport/Makefile Sat Sep 12 22:08:27 2009 +0000
+++ b/devel/ruby-activesupport/Makefile Sat Sep 12 22:14:16 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2009/04/07 17:13:26 minskim Exp $
+# $NetBSD: Makefile,v 1.19 2009/09/12 22:14:16 minskim Exp $
 
-DISTNAME=      activesupport-2.3.2
+DISTNAME=      activesupport-2.3.4
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 
diff -r a5af75b23cb8 -r 9872e11988f4 devel/ruby-activesupport/PLIST
--- a/devel/ruby-activesupport/PLIST    Sat Sep 12 22:08:27 2009 +0000
+++ b/devel/ruby-activesupport/PLIST    Sat Sep 12 22:14:16 2009 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.14 2009/06/14 17:49:08 joerg Exp $
+@comment $NetBSD: PLIST,v 1.15 2009/09/12 22:14:16 minskim Exp $
 ${GEM_HOME}/cache/activesupport-${PKGVERSION}.gem
 ${GEM_LIBDIR}/CHANGELOG
 ${GEM_LIBDIR}/README
 ${GEM_LIBDIR}/lib/active_support.rb
+${GEM_LIBDIR}/lib/active_support/all.rb
 ${GEM_LIBDIR}/lib/active_support/backtrace_cleaner.rb
 ${GEM_LIBDIR}/lib/active_support/base64.rb
 ${GEM_LIBDIR}/lib/active_support/basic_object.rb
@@ -109,6 +110,7 @@
 ${GEM_LIBDIR}/lib/active_support/core_ext/string.rb
 ${GEM_LIBDIR}/lib/active_support/core_ext/string/access.rb
 ${GEM_LIBDIR}/lib/active_support/core_ext/string/behavior.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/bytesize.rb
 ${GEM_LIBDIR}/lib/active_support/core_ext/string/conversions.rb
 ${GEM_LIBDIR}/lib/active_support/core_ext/string/filters.rb
 ${GEM_LIBDIR}/lib/active_support/core_ext/string/inflections.rb
@@ -131,6 +133,8 @@
 ${GEM_LIBDIR}/lib/active_support/inflections.rb
 ${GEM_LIBDIR}/lib/active_support/inflector.rb
 ${GEM_LIBDIR}/lib/active_support/json.rb
+${GEM_LIBDIR}/lib/active_support/json/backends/jsongem.rb
+${GEM_LIBDIR}/lib/active_support/json/backends/yaml.rb
 ${GEM_LIBDIR}/lib/active_support/json/decoding.rb
 ${GEM_LIBDIR}/lib/active_support/json/encoders/date.rb
 ${GEM_LIBDIR}/lib/active_support/json/encoders/date_time.rb
@@ -155,6 +159,7 @@
 ${GEM_LIBDIR}/lib/active_support/multibyte/chars.rb
 ${GEM_LIBDIR}/lib/active_support/multibyte/exceptions.rb
 ${GEM_LIBDIR}/lib/active_support/multibyte/unicode_database.rb
+${GEM_LIBDIR}/lib/active_support/multibyte/utils.rb
 ${GEM_LIBDIR}/lib/active_support/option_merger.rb
 ${GEM_LIBDIR}/lib/active_support/ordered_hash.rb
 ${GEM_LIBDIR}/lib/active_support/ordered_options.rb
@@ -193,7 +198,7 @@
 ${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/test/locale/en.rb
 ${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/test/locale/en.yml
 ${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/test/simple_backend_test.rb
-${GEM_LIBDIR}/lib/active_support/vendor/memcache-client-1.6.5/memcache.rb
+${GEM_LIBDIR}/lib/active_support/vendor/memcache-client-1.7.4/memcache.rb
 ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo.rb
 ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/data_timezone.rb
 ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/data_timezone_info.rb
@@ -335,6 +340,7 @@
 ${GEM_LIBDIR}/lib/active_support/version.rb
 ${GEM_LIBDIR}/lib/active_support/whiny_nil.rb
 ${GEM_LIBDIR}/lib/active_support/xml_mini.rb
+${GEM_LIBDIR}/lib/active_support/xml_mini/jdom.rb
 ${GEM_LIBDIR}/lib/active_support/xml_mini/libxml.rb
 ${GEM_LIBDIR}/lib/active_support/xml_mini/nokogiri.rb
 ${GEM_LIBDIR}/lib/active_support/xml_mini/rexml.rb
diff -r a5af75b23cb8 -r 9872e11988f4 devel/ruby-activesupport/distinfo
--- a/devel/ruby-activesupport/distinfo Sat Sep 12 22:08:27 2009 +0000
+++ b/devel/ruby-activesupport/distinfo Sat Sep 12 22:14:16 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2009/04/07 17:13:26 minskim Exp $
+$NetBSD: distinfo,v 1.16 2009/09/12 22:14:16 minskim Exp $
 
-SHA1 (activesupport-2.3.2.gem) = 1bba004ec8917a95c2d330c5c715ff8516352c95
-RMD160 (activesupport-2.3.2.gem) = 4c378987b876bcea8ef1daecdd75dc19c1eb64ef
-Size (activesupport-2.3.2.gem) = 404992 bytes
+SHA1 (activesupport-2.3.4.gem) = ed1cda9c03e8565d1c0ad32704fcd37fac4d3faf
+RMD160 (activesupport-2.3.4.gem) = c724f47a4f27e5abe5372859154465073ea6a3ee
+Size (activesupport-2.3.4.gem) = 409600 bytes
diff -r a5af75b23cb8 -r 9872e11988f4 www/rails/Makefile
--- a/www/rails/Makefile        Sat Sep 12 22:08:27 2009 +0000
+++ b/www/rails/Makefile        Sat Sep 12 22:14:16 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2009/04/07 17:13:27 minskim Exp $
+# $NetBSD: Makefile,v 1.16 2009/09/12 22:14:17 minskim Exp $
 
-DISTNAME=      rails-2.3.2
+DISTNAME=      rails-2.3.4
 CATEGORIES=    www
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -8,11 +8,12 @@
 COMMENT=       Framework for developing database-backed web applications
 
 DEPENDS+=      rake>=0.8.1:../../devel/rake
-DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=2.3.2:../../devel/ruby-activesupport
-DEPENDS+=      ${RUBY_PKGPREFIX}-activerecord>=2.3.2:../../databases/ruby-activerecord
-DEPENDS+=      ${RUBY_PKGPREFIX}-activeresource>=2.3.2:../../www/ruby-activeresource
-DEPENDS+=      ${RUBY_PKGPREFIX}-actionpack>=2.3.2:../../www/ruby-actionpack
-DEPENDS+=      ${RUBY_PKGPREFIX}-actionmailer>=2.3.2:../../mail/ruby-actionmailer
+DEPENDS+=      ${RUBY_PKGPREFIX}-activerecord>=2.3.4:../../databases/ruby-activerecord
+DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=2.3.4:../../devel/ruby-activesupport
+DEPENDS+=      ${RUBY_PKGPREFIX}-actionmailer>=2.3.4:../../mail/ruby-actionmailer
+DEPENDS+=      ${RUBY_PKGPREFIX}-activeresource>=2.3.4:../../www/ruby-activeresource
+DEPENDS+=      ${RUBY_PKGPREFIX}-actionpack>=2.3.4:../../www/ruby-actionpack
+DEPENDS+=      ${RUBY_PKGPREFIX}-rack-[0-9]*:../../www/ruby-rack
 
 REPLACE_RUBY=  bin/about bin/console bin/dbconsole bin/destroy \
                bin/generate bin/performance/benchmarker \
diff -r a5af75b23cb8 -r 9872e11988f4 www/rails/PLIST
--- a/www/rails/PLIST   Sat Sep 12 22:08:27 2009 +0000
+++ b/www/rails/PLIST   Sat Sep 12 22:14:16 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2009/06/14 22:00:33 joerg Exp $
+@comment $NetBSD: PLIST,v 1.9 2009/09/12 22:14:17 minskim Exp $
 bin/rails
 ${GEM_HOME}/cache/rails-${PKGVERSION}.gem
 ${GEM_LIBDIR}/CHANGELOG
@@ -35,6 +35,7 @@
 ${GEM_LIBDIR}/configs/initializers/session_store.rb
 ${GEM_LIBDIR}/configs/locales/en.yml
 ${GEM_LIBDIR}/configs/routes.rb
+${GEM_LIBDIR}/configs/seeds.rb
 ${GEM_LIBDIR}/dispatches/config.ru
 ${GEM_LIBDIR}/dispatches/dispatch.fcgi
 ${GEM_LIBDIR}/dispatches/dispatch.rb
@@ -46,6 +47,113 @@
 ${GEM_LIBDIR}/environments/production.rb
 ${GEM_LIBDIR}/environments/test.rb
 ${GEM_LIBDIR}/fresh_rakefile
+${GEM_LIBDIR}/guides/files/javascripts/code_highlighter.js
+${GEM_LIBDIR}/guides/files/javascripts/guides.js
+${GEM_LIBDIR}/guides/files/javascripts/highlighters.js
+${GEM_LIBDIR}/guides/files/stylesheets/main.css
+${GEM_LIBDIR}/guides/files/stylesheets/print.css
+${GEM_LIBDIR}/guides/files/stylesheets/reset.css
+${GEM_LIBDIR}/guides/files/stylesheets/style.css
+${GEM_LIBDIR}/guides/files/stylesheets/syntax.css
+${GEM_LIBDIR}/guides/images/belongs_to.png
+${GEM_LIBDIR}/guides/images/book_icon.gif
+${GEM_LIBDIR}/guides/images/bullet.gif
+${GEM_LIBDIR}/guides/images/chapters_icon.gif
+${GEM_LIBDIR}/guides/images/check_bullet.gif
+${GEM_LIBDIR}/guides/images/credits_pic_blank.gif
+${GEM_LIBDIR}/guides/images/csrf.png
+${GEM_LIBDIR}/guides/images/customized_error_messages.png
+${GEM_LIBDIR}/guides/images/error_messages.png
+${GEM_LIBDIR}/guides/images/feature_tile.gif
+${GEM_LIBDIR}/guides/images/footer_tile.gif
+${GEM_LIBDIR}/guides/images/fxn.jpg
+${GEM_LIBDIR}/guides/images/grey_bullet.gif
+${GEM_LIBDIR}/guides/images/habtm.png
+${GEM_LIBDIR}/guides/images/has_many.png
+${GEM_LIBDIR}/guides/images/has_many_through.png
+${GEM_LIBDIR}/guides/images/has_one.png
+${GEM_LIBDIR}/guides/images/has_one_through.png
+${GEM_LIBDIR}/guides/images/header_backdrop.png
+${GEM_LIBDIR}/guides/images/header_tile.gif
+${GEM_LIBDIR}/guides/images/i18n/demo_localized_pirate.png
+${GEM_LIBDIR}/guides/images/i18n/demo_translated_en.png
+${GEM_LIBDIR}/guides/images/i18n/demo_translated_pirate.png
+${GEM_LIBDIR}/guides/images/i18n/demo_translation_missing.png
+${GEM_LIBDIR}/guides/images/i18n/demo_untranslated.png
+${GEM_LIBDIR}/guides/images/icons/README
+${GEM_LIBDIR}/guides/images/icons/callouts/1.png
+${GEM_LIBDIR}/guides/images/icons/callouts/10.png
+${GEM_LIBDIR}/guides/images/icons/callouts/11.png
+${GEM_LIBDIR}/guides/images/icons/callouts/12.png
+${GEM_LIBDIR}/guides/images/icons/callouts/13.png
+${GEM_LIBDIR}/guides/images/icons/callouts/14.png
+${GEM_LIBDIR}/guides/images/icons/callouts/15.png
+${GEM_LIBDIR}/guides/images/icons/callouts/2.png
+${GEM_LIBDIR}/guides/images/icons/callouts/3.png
+${GEM_LIBDIR}/guides/images/icons/callouts/4.png
+${GEM_LIBDIR}/guides/images/icons/callouts/5.png
+${GEM_LIBDIR}/guides/images/icons/callouts/6.png
+${GEM_LIBDIR}/guides/images/icons/callouts/7.png
+${GEM_LIBDIR}/guides/images/icons/callouts/8.png
+${GEM_LIBDIR}/guides/images/icons/callouts/9.png
+${GEM_LIBDIR}/guides/images/icons/caution.png
+${GEM_LIBDIR}/guides/images/icons/example.png
+${GEM_LIBDIR}/guides/images/icons/home.png
+${GEM_LIBDIR}/guides/images/icons/important.png
+${GEM_LIBDIR}/guides/images/icons/next.png
+${GEM_LIBDIR}/guides/images/icons/note.png
+${GEM_LIBDIR}/guides/images/icons/prev.png
+${GEM_LIBDIR}/guides/images/icons/tip.png
+${GEM_LIBDIR}/guides/images/icons/up.png
+${GEM_LIBDIR}/guides/images/icons/warning.png
+${GEM_LIBDIR}/guides/images/nav_arrow.gif
+${GEM_LIBDIR}/guides/images/polymorphic.png
+${GEM_LIBDIR}/guides/images/posts_index.png
+${GEM_LIBDIR}/guides/images/rails_guides_logo.gif
+${GEM_LIBDIR}/guides/images/rails_logo_remix.gif
+${GEM_LIBDIR}/guides/images/rails_welcome.png
+${GEM_LIBDIR}/guides/images/session_fixation.png
+${GEM_LIBDIR}/guides/images/tab_grey.gif
+${GEM_LIBDIR}/guides/images/tab_info.gif
+${GEM_LIBDIR}/guides/images/tab_note.gif
+${GEM_LIBDIR}/guides/images/tab_red.gif
+${GEM_LIBDIR}/guides/images/tab_yellow.gif
+${GEM_LIBDIR}/guides/images/tab_yellow.png
+${GEM_LIBDIR}/guides/images/validation_error_messages.png
+${GEM_LIBDIR}/guides/rails_guides.rb
+${GEM_LIBDIR}/guides/rails_guides/generator.rb
+${GEM_LIBDIR}/guides/rails_guides/helpers.rb
+${GEM_LIBDIR}/guides/rails_guides/indexer.rb
+${GEM_LIBDIR}/guides/rails_guides/textile_extensions.rb
+${GEM_LIBDIR}/guides/source/2_2_release_notes.textile
+${GEM_LIBDIR}/guides/source/2_3_release_notes.textile
+${GEM_LIBDIR}/guides/source/action_controller_overview.textile
+${GEM_LIBDIR}/guides/source/action_mailer_basics.textile
+${GEM_LIBDIR}/guides/source/active_record_basics.textile
+${GEM_LIBDIR}/guides/source/active_record_querying.textile
+${GEM_LIBDIR}/guides/source/activerecord_validations_callbacks.textile
+${GEM_LIBDIR}/guides/source/association_basics.textile



Home | Main Index | Thread Index | Old Index