- Update ruby 1.9 to 1.9.2p136.
This is a bugfix release.
This commit is contained in:
parent
3770da0416
commit
f734ac8f71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273934
@ -201,7 +201,7 @@ RUBY19= "@comment "
|
||||
RUBY_RELVERSION= 1.9.2
|
||||
RUBY_PORTREVISION= 0
|
||||
RUBY_PORTEPOCH= 1
|
||||
RUBY_PATCHLEVEL= 0
|
||||
RUBY_PATCHLEVEL= 136
|
||||
|
||||
RUBY_VERSION?= ${RUBY_RELVERSION}.${RUBY_PATCHLEVEL}
|
||||
RUBY_DISTVERSION?= ${RUBY_RELVERSION}-p${RUBY_PATCHLEVEL}
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (ruby/ruby-1.9.2-p0.tar.bz2) = d8a02cadf57d2571cd4250e248ea7e4b
|
||||
SHA256 (ruby/ruby-1.9.2-p0.tar.bz2) = e9710990ed8c2e794123aba509010471915fb13c27dae0118831d2001a9c8d3b
|
||||
SIZE (ruby/ruby-1.9.2-p0.tar.bz2) = 8495472
|
||||
SHA256 (ruby/ruby-1.9.2-p136.tar.bz2) = 33092509aad118f07f0483a3db1d4c5adaccf4bb0324cd43f44e3bd3dd1858cb
|
||||
SIZE (ruby/ruby-1.9.2-p136.tar.bz2) = 8819324
|
||||
|
@ -1032,8 +1032,11 @@ include/ruby-1.9/ruby.h
|
||||
%%GEMS_DIR%%/cache/.keep_me
|
||||
%%GEMS_DIR%%/doc/.keep_me
|
||||
%%GEMS_DIR%%/gems/.keep_me
|
||||
%%GEMS_DIR%%/specifications/minitest-1.6.0.gemspec
|
||||
%%GEMS_DIR%%/specifications/minitest.gemspec
|
||||
%%GEMS_DIR%%/specifications/rake-0.8.7.gemspec
|
||||
%%GEMS_DIR%%/specifications/rake.gemspec
|
||||
%%GEMS_DIR%%/specifications/rdoc-2.5.8.gemspec
|
||||
%%GEMS_DIR%%/specifications/rdoc.gemspec
|
||||
@dirrm %%GEMS_DIR%%/specifications
|
||||
@dirrm %%GEMS_DIR%%/gems
|
||||
@ -1043,10 +1046,10 @@ include/ruby-1.9/ruby.h
|
||||
%%RUBY_SITEARCHLIBDIR%%/.keep_me
|
||||
@dirrm %%RUBY_SITEARCHLIBDIR%%
|
||||
@dirrm %%RUBY_SITELIBDIR%%
|
||||
@dirrm lib/ruby/site_ruby
|
||||
@dirrmtry lib/ruby/site_ruby
|
||||
%%RUBY_VENDORARCHLIBDIR%%/.keep_me
|
||||
@dirrm %%RUBY_VENDORARCHLIBDIR%%
|
||||
@dirrm %%RUBY_VENDORLIBDIR%%
|
||||
@dirrm lib/ruby/vendor_ruby
|
||||
@dirrm lib/ruby/gems
|
||||
@dirrm lib/ruby
|
||||
@dirrmtry lib/ruby/vendor_ruby
|
||||
@dirrmtry lib/ruby/gems
|
||||
@dirrmtry lib/ruby
|
||||
|
Loading…
Reference in New Issue
Block a user