From owner-svn-ports-all@FreeBSD.ORG Tue Mar 31 01:23:42 2015 Return-Path: Delivered-To: svn-ports-all@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 E4FC3AE8 for ; Tue, 31 Mar 2015 01:23:41 +0000 (UTC) Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC6A789F for ; Tue, 31 Mar 2015 01:23:41 +0000 (UTC) Received: by iecxy8 with SMTP id xy8so2099580iec.0 for ; Mon, 30 Mar 2015 18:23:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=CPA5pJWG0YTdkpTYJuIsoEEwcJNJpqbkt9NdC9aIY5E=; b=J3qixht65i2npejd7HzrAGBZp1AxFYsFnbYoVZa7Effmv/gC2eN7LTnyz7CSMWqaKD sEDqaMNhxx6EWOV0dBR2B56KGmU8CNSHWGS1iSFZHGXqBzOtroc7TDhmXJVhOsslQCmq La/gSt5wgKdWgQTKlYB5YT+wQBZVCBBR6MU8Aa2V9UCNwAXy40JC3sfU/rM5z0dwICmu ubkSvoY3MSNV/beFg2kKsSHYb3P+FaWbvlcNQGto9tdCdKD+BW/VSuQS9/kMcBJ/GN30 GLWQEyOsj0QUKZv08pIjlpptJyWoMZgtFLartrgem7R/buA+nqkqv8e1mYzVkJmX8jEo t9SQ== X-Gm-Message-State: ALoCoQn02yFcdqkbaqyGkV8RgsFZexpzzIQfBq3n4RRYqYtpquqzQIeC1prqCU20lquuMsbd82OJ X-Received: by 10.50.119.229 with SMTP id kx5mr730982igb.42.1427765020335; Mon, 30 Mar 2015 18:23:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.0.99 with HTTP; Mon, 30 Mar 2015 18:23:00 -0700 (PDT) X-Originating-IP: [71.246.236.246] In-Reply-To: <20150330154539.GB84387@mouf.net> References: <201503301530.t2UFUV9j053155@svn.freebsd.org> <20150330154539.GB84387@mouf.net> From: "Philip M. Gollucci" Date: Mon, 30 Mar 2015 21:23:00 -0400 Message-ID: Subject: Re: svn commit: r382676 - in head: Mk lang/ruby21/files To: Steve Wills Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2015 01:23:42 -0000 Son-of-a....... On Mon, Mar 30, 2015 at 11:45 AM, Steve Wills 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 > 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. > -- --------------------------------------------------------------------------------- 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.