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

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


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>
+ 


More information about the svn-ports-head mailing list