From owner-svn-ports-head@FreeBSD.ORG Mon Mar 30 15:45:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2037ECD9; Mon, 30 Mar 2015 15:45:54 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DFE003B7; Mon, 30 Mar 2015 15:45:53 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.9/8.14.9) with ESMTP id t2UFjhwl069721 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 30 Mar 2015 15:45:48 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.9/8.14.9/Submit) id t2UFjhvU069720; Mon, 30 Mar 2015 15:45:43 GMT (envelope-from swills) Date: Mon, 30 Mar 2015 15:45:43 +0000 From: Steve Wills To: "Philip M. Gollucci" Subject: Re: svn commit: r382676 - in head: Mk lang/ruby21/files Message-ID: <20150330154539.GB84387@mouf.net> References: <201503301530.t2UFUV9j053155@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Mon, 30 Mar 2015 15:45:48 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=HEADER_FROM_DIFFERENT_DOMAINS autolearn=unavailable autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mouf.net X-Virus-Scanned: clamav-milter 0.98.6 at mouf.net X-Virus-Status: Clean Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 15:45:54 -0000 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 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, class << MyClassName > > + > > > > > > > -- > --------------------------------------------------------------------------------- > 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.