Bug 103699 - [UPDATE] devel/ruby-gems : update to 0.9.0
Summary: [UPDATE] devel/ruby-gems : update to 0.9.0
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-27 02:20 UTC by geraud
Modified: 2006-11-29 07:20 UTC (History)
1 user (show)

See Also:


Attachments
ruby-gems.diff (3.48 KB, patch)
2006-09-27 02:20 UTC, geraud
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description geraud 2006-09-27 02:20:17 UTC
	- Update to 0.9.0
	- fix pkg-plist
	- fix WWW

	Port maintainer (jw@innerewut.de) is cc'd
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-27 02:20:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants to have ruby- PRs
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-27 02:21:00 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 geraud 2006-09-27 05:58:17 UTC
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 ---
Comment 4 Jonathan Weiss 2006-10-05 14:43:32 UTC
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
Comment 5 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-11-29 03:42:17 UTC
State Changed
From-To: feedback->closed

Committed. Thank You.
Comment 6 dfilter service freebsd_committer freebsd_triage 2006-11-29 07:11:12 UTC
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"