lang/ruby20: update to 2.0.0p576

This commit is contained in:
Steve Wills 2014-09-24 03:11:06 +00:00
parent 38430a6a0e
commit 897642d681
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369153
3 changed files with 4 additions and 15 deletions

View file

@ -193,9 +193,9 @@ RUBY21= "@comment "
# Ruby 2.0
#
RUBY_RELVERSION= 2.0.0
RUBY_PORTREVISION= 3
RUBY_PORTREVISION= 0
RUBY_PORTEPOCH= 1
RUBY_PATCHLEVEL= 481
RUBY_PATCHLEVEL= 576
#
# PLIST_SUB helpers

View file

@ -1,2 +1,2 @@
SHA256 (ruby/ruby-2.0.0-p481.tar.bz2) = 0762dad7e96d8091bdf33b3e3176c2066fbf3dc09dfe85fbf40e74e83c63d8e2
SIZE (ruby/ruby-2.0.0-p481.tar.bz2) = 10727244
SHA256 (ruby/ruby-2.0.0-p576.tar.bz2) = 8cfdbffc81cebd1d25304225ffadc7dcb612a500c81ba6f5f95c5296dfa62059
SIZE (ruby/ruby-2.0.0-p576.tar.bz2) = 10753403

View file

@ -1,11 +0,0 @@
--- common.mk.orig 2014-08-22 13:03:44.855620685 +0000
+++ common.mk 2014-08-22 13:04:00.299306606 +0000
@@ -206,7 +206,7 @@
Doxyfile: $(srcdir)/template/Doxyfile.tmpl $(PREP) $(srcdir)/tool/generic_erb.rb $(RBCONFIG)
$(ECHO) generating $@
$(Q) $(MINIRUBY) $(srcdir)/tool/generic_erb.rb -o $@ $(srcdir)/template/Doxyfile.tmpl \
- --srcdir="$(srcdir)" --miniruby="$(BASERUBY)"
+ --srcdir="$(srcdir)" --miniruby="$(MINIRUBY)"
program: showflags $(PROGRAM)
wprogram: showflags $(WPROGRAM)