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'
Class Changed From-To: sw-bug->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->ruby ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: ruby->swills I'll take it.
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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!