Opened 18 years ago

Closed 17 years ago

#10889 closed enhancement (fixed)

UPDATE: rb-rails to 1.1.6, rb-actionpack to 1.12.5, rb-actionwebservice to 1.1.6, rb-activerecord to 1.14.4

Reported by: chris@… Owned by: pguyot (Paul Guyot)
Priority: Normal Milestone:
Component: ports Version: 1.3.2
Keywords: Cc:
Port:

Description

Request for the following updates, which bring rb-rails and its dependencies up to the latest:

rb-actionpack to 1.12.5
rb-activerecord to 1.14.4
rb-actionwebservice to 1.1.6
rb-rails to 1.1.6

I'll attach the relevant patches to the ticket.

Attachments (5)

rails-1.1.6.patch (1.1 KB) - added by chris@… 18 years ago.
Patch for rb-rails Portfile
rb-actionpack-1.12.5.patch (1.2 KB) - added by chris@… 18 years ago.
Patch for rb-actionpack Portfile
rb-actionwebservice-1.1.6.patch (1.1 KB) - added by chris@… 18 years ago.
Patch for rb-actionwebservice Portfile
rb-activerecord-1.14.4.patch (965 bytes) - added by chris@… 18 years ago.
Patch for rb-activerecord Portfile
rb-actionmailer-1.2.5.patch (1.0 KB) - added by mcornick@… 17 years ago.
Patch for rb-actionmailer Portfile

Download all attachments as: .zip

Change History (10)

Changed 18 years ago by chris@…

Attachment: rails-1.1.6.patch added

Patch for rb-rails Portfile

Changed 18 years ago by chris@…

Attachment: rb-actionpack-1.12.5.patch added

Patch for rb-actionpack Portfile

Changed 18 years ago by chris@…

Patch for rb-actionwebservice Portfile

Changed 18 years ago by chris@…

Patch for rb-activerecord Portfile

comment:1 Changed 18 years ago by markd@…

Summary: Update rb-rails to 1.1.6, rb-actionpack to 1.12.5, rb-actionwebservice to 1.1.6, rb-activerecord to 1.14.4UPDATE: rb-rails to 1.1.6, rb-actionpack to 1.12.5, rb-actionwebservice to 1.1.6, rb-activerecord to 1.14.4

comment:2 Changed 17 years ago by yeled@…

Owner: changed from yeled@… to pguyot@…

comment:3 Changed 17 years ago by pguyot (Paul Guyot)

Resolution: fixed
Status: newclosed

THanks. Committed.

comment:4 Changed 17 years ago by mcornick@…

Resolution: fixed
Status: closedreopened

rb-actionmailer also needs to be updated to version 1.2.5. Without it, the rails command fails thus:

$ rails testapp
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:251:in `report_activate_error': RubyGem version error: actionmailer(1.2.3 not = 1.2.5) (Gem::LoadError)
        from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:188:in `activate'
        from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:214:in `activate'
        from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:213:in `each'
        from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:213:in `activate'
        from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:66:in `active_gem_with_options'
        from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:59:in `require_gem'
        from /opt/local/bin/rails:17

I have these installed:

rb-actionmailer                @1.2.3          ruby/rb-actionmailer
rb-actionpack                  @1.12.5         ruby/rb-actionpack
rb-actionwebservice            @1.1.6          ruby/rb-actionwebservice
rb-activerecord                @1.14.4         ruby/rb-activerecord
rb-activesupport               @1.3.1          ruby/rb-activesupport
rb-rails                       @1.1.6          ruby/rb-rails
rb-rake                        @0.7.1          ruby/rb-rake
rb-rubygems                    @0.9.0          ruby/rb-rubygems
ruby                           @1.8.5          lang/ruby

Changed 17 years ago by mcornick@…

Attachment: rb-actionmailer-1.2.5.patch added

Patch for rb-actionmailer Portfile

comment:5 Changed 17 years ago by pguyot (Paul Guyot)

Resolution: fixed
Status: reopenedclosed

Thanks. I just committed the update.

Note: See TracTickets for help on using tickets.