- Update to 0.9.0 - fix pkg-plist - fix WWW Port maintainer (jw@innerewut.de) is cc'd
Responsible Changed From-To: freebsd-ports-bugs->clsung clsung@ wants to have ruby- PRs
State Changed From-To: open->feedback Awaiting maintainers feedback
Sorry, one more shot at it, with the proper email address this time. Oops... I was a little quick. It seems that gem now installs the ri documentation by default (thus modifying the pkg-plist for every rubygem-* port). If the PR is OK'd by the maintainer, please consider adding the following patch as well or I might face portmgr@'s wrath. If it is OK to have the ri documentation installed by default, I volunteer to work on a mega-patch (my mistakes, my fixes), just let me know. G. --- Makefile.common.diff begins here --- diff -Naur ruby-gems.old/Makefile.common ruby-gems/Makefile.common --- ruby-gems.old/Makefile.common Tue Sep 26 11:25:44 2006 +++ ruby-gems/Makefile.common Wed Sep 27 15:38:47 2006 @@ -42,4 +42,4 @@ RUBYGEMBIN= ${LOCALBASE}/bin/gem do-install: - ${RUBYGEMBIN} install --install-dir ${PREFIX}/lib/ruby/gems/${REV} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} + ${RUBYGEMBIN} install --no-ri --install-dir ${PREFIX}/lib/ruby/gems/${REV} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} --- Makefile.common.diff ends here ---
Edwin Groothuis wrote: > Maintainer of devel/ruby-gems, > > Please note that PR ports/103699 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/103699 > I've tested the patch and it works. Please commit. Regards, Jonathan -- Jonathan Weiss http://blog.innerewut.de
State Changed From-To: feedback->closed Committed. Thank You.
clsung 2006-11-29 03:42:09 UTC FreeBSD ports repository Modified files: devel/ruby-gems Makefile Makefile.common distinfo pkg-descr pkg-plist Log: - Update to 0.9.0 - fix pkg-plist - fix WWW PR: ports/103699 Submitted by: Geraud CONTINSOUZAS <geraud_AT_gcu dot info> Approved by: maintainer (Jonathan Weiss) Revision Changes Path 1.12 +1 -1 ports/devel/ruby-gems/Makefile 1.7 +2 -2 ports/devel/ruby-gems/Makefile.common 1.8 +3 -3 ports/devel/ruby-gems/distinfo 1.2 +1 -1 ports/devel/ruby-gems/pkg-descr 1.7 +15 -11 ports/devel/ruby-gems/pkg-plist _______________________________________________ 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"