Bug 157644

Summary: [MAINTAINER] devel/rubygem-ncursesw (install bug fix)
Product: Ports & Packages Reporter: Eric Freeman <freebsdports>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Eric Freeman 2011-06-05 23:20:15 UTC
Small fix to this gem port of mine.  I noticed that there is a mistake within the actual gemspec of the file that prevents the Ruby gem command from properly registering the gem.

I've essentially patched the gemspec post install from the Makefile.  This fixes it and allows it to be properly used.  

As far as I'm aware this has to be done in the post-install target since the gem doesn't actually 'unpack' into the workdir and is instead installed by the gem package behind the scenes, so I don't think a patch target would work.

How-To-Repeat: install the gem and run 'gem list'
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-05 23:20:23 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-05 23:20:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Steve Wills freebsd_committer freebsd_triage 2011-06-14 03:13:40 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-06-14 15:53:56 UTC
swills      2011-06-14 14:53:47 UTC

  FreeBSD ports repository

  Modified files:
    devel/rubygem-ncursesw Makefile 
  Log:
  - Fix gem registration
  
  PR:             ports/157644
  Submitted by:   Eric Freeman <freebsdports@chillibear.com> (maintainer)
  
  Revision  Changes    Path
  1.2       +7 -0      ports/devel/rubygem-ncursesw/Makefile
_______________________________________________
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 5 Steve Wills freebsd_committer freebsd_triage 2011-06-14 15:54:02 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!