Date: Mon, 30 Mar 2015 21:23:00 -0400 From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: Steve Wills <swills@freebsd.org> Cc: "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org> Subject: Re: svn commit: r382676 - in head: Mk lang/ruby21/files Message-ID: <CACM2dAb5p%2BB=E8uPsC3ZnxX9vhKG4D1QbBrbJ5hGb--FN5kLuQ@mail.gmail.com> In-Reply-To: <20150330154539.GB84387@mouf.net> References: <201503301530.t2UFUV9j053155@svn.freebsd.org> <CACM2dAZJ7Gu_h17Fz6Kb3vJKVy9kdi_M3rOW4tqPzSVEycX-ZQ@mail.gmail.com> <20150330154539.GB84387@mouf.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Son-of-a....... On Mon, Mar 30, 2015 at 11:45 AM, Steve Wills <swills@freebsd.org> wrote: > 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@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@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. > -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D1EAB94D 2081 E230 3001 6508 8847 1BBF A0A8 DB0F D1EA B94D Philip M. Gollucci (pgollucci@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACM2dAb5p%2BB=E8uPsC3ZnxX9vhKG4D1QbBrbJ5hGb--FN5kLuQ>