Bug 158612 - [patch] update audio/rubyripper to use rubygem-gettext instead of ruby-gettext
Summary: [patch] update audio/rubyripper to use rubygem-gettext instead of ruby-gettext
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-03 17:10 UTC by Steve Wills
Modified: 2011-07-06 13:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.49 KB, patch)
2011-07-03 17:10 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2011-07-03 17:10:10 UTC
The attached patch updates audio/rubyripper to use devel/rubygem-gettext instead of devel/ruby-gettext. devel/rubygem-gettext is a newer version of the software which works with Ruby 1.9. This change will allow using audio/rubyripper with Ruby 1.9.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-03 17:10:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-07-06 12:59:15 UTC
danfe       2011-07-06 11:59:01 UTC

  FreeBSD ports repository

  Modified files:
    audio/rubyripper     Makefile 
    audio/rubyripper/files patch-rr_lib.rb 
  Log:
  - Switch to rubygem-gettext instead of ruby-gettext, to allow using the
    port with Ruby 1.9
  - Clean up Makefile a bit while here
  
  PR:             ports/158612
  Submitted by:   swills
  
  Revision  Changes    Path
  1.2       +4 -4      ports/audio/rubyripper/Makefile
  1.2       +12 -4     ports/audio/rubyripper/files/patch-rr_lib.rb
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2011-07-06 13:00:46 UTC
State Changed
From-To: open->closed

Committed, thanks!