Bug 157644 - [MAINTAINER] devel/rubygem-ncursesw (install bug fix)
Summary: [MAINTAINER] devel/rubygem-ncursesw (install bug fix)
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-05 23:20 UTC by Eric Freeman
Modified: 2011-06-14 16:00 UTC (History)
0 users

See Also:


Attachments
file.diff (677 bytes, patch)
2011-06-05 23:20 UTC, Eric Freeman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!