svn commit: r382676 - in head: Mk lang/ruby21/files

Steve Wills swills at FreeBSD.org
Mon Mar 30 15:45:54 UTC 2015


You couldn't have, it wasn't fixed until 4 months ago:

https://github.com/rdoc/rdoc/issues/311

Though it was reported broken 9 months ago.

Steve

On Mon, Mar 30, 2015 at 11:31:24AM -0400, Philip M. Gollucci wrote:
> I wish I had known that 6 months ago!
> 
> On Mon, Mar 30, 2015 at 11:30 AM, Steve Wills <swills at freebsd.org> wrote:
> 
> > Author: swills
> > Date: Mon Mar 30 15:30:30 2015
> > New Revision: 382676
> > URL: https://svnweb.freebsd.org/changeset/ports/382676
> > QAT: https://qat.redports.org/buildarchive/r382676/
> >
> > Log:
> >   lang/ruby21: fix bug in bundled rdoc
> >
> >   Obtained from:
> > https://github.com/rdoc/rdoc/commit/55fbd8947faf33b41289976b9296e6279f83eaa1
> >
> > Added:
> >   head/lang/ruby21/files/patch-lib-rdoc-single_class.rb   (contents, props
> > changed)
> > Modified:
> >   head/Mk/bsd.ruby.mk
> >
> > Modified: head/Mk/bsd.ruby.mk
> >
> > ==============================================================================
> > --- head/Mk/bsd.ruby.mk Mon Mar 30 15:20:52 2015        (r382675)
> > +++ head/Mk/bsd.ruby.mk Mon Mar 30 15:30:30 2015        (r382676)
> > @@ -182,7 +182,7 @@ RUBY20=                     ""      # PLIST_SUB helpers
> >  # Ruby 2.1
> >  #
> >  RUBY_RELVERSION=       2.1.5
> > -RUBY_PORTREVISION=     2
> > +RUBY_PORTREVISION=     3
> >  RUBY_PORTEPOCH=                1
> >  RUBY_PATCHLEVEL=       0
> >  RUBY21=                        ""      # PLIST_SUB helpers
> >
> > Added: head/lang/ruby21/files/patch-lib-rdoc-single_class.rb
> >
> > ==============================================================================
> > --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> > +++ head/lang/ruby21/files/patch-lib-rdoc-single_class.rb       Mon Mar 30
> > 15:30:30 2015        (r382676)
> > @@ -0,0 +1,13 @@
> > +--- lib/rdoc/single_class.rb
> > ++++ lib/rdoc/single_class.rb
> > +@@ -10,6 +10,10 @@ def ancestors
> > +     superclass ? super + [superclass] : super
> > +   end
> > +
> > ++  def aref_prefix # :nodoc:
> > ++    'sclass'
> > ++  end
> > ++
> > +   ##
> > +   # The definition of this singleton class, <tt>class << MyClassName</tt>
> > +
> >
> >
> 
> 
> -- 
> ---------------------------------------------------------------------------------
> Curb: Your ride is here
> 4096R/D1EAB94D 2081 E230 3001 6508 8847  1BBF A0A8 DB0F D1EA B94D
> Philip M. Gollucci (pgollucci at p6m7g8.com) c: 703.336.9354
> Member,                           Apache Software Foundation
> Committer,                        FreeBSD Foundation
> Consultant,                       P6M7G8 Inc.
> Sr. Director IT Operations,       Curb
> 
> What doesn't kill us can only make us stronger;
> Except it almost kills you.


More information about the svn-ports-head mailing list