components/ruby/Makefile
branchs11-sru
changeset 2248 c2beb07524a9
parent 199 b87534be1a76
--- a/components/ruby/Makefile	Thu Feb 23 11:02:30 2012 -0800
+++ b/components/ruby/Makefile	Tue Mar 06 10:46:23 2012 -0800
@@ -20,17 +20,18 @@
 #
 
 #
-# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		ruby
 COMPONENT_VERSION=	1.8.7
-COMPONENT_PATCH_VERSION=	334
+COMPONENT_PATCH_VERSION=	357
+COMPONENT_PROJECT_URL=	http://www.ruby-lang.org/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)-p$(COMPONENT_PATCH_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
-COMPONENT_ARCHIVE_HASH=	sha1:4311ce257f2e54f247bfe07b48e799d293d041f2
+COMPONENT_ARCHIVE_HASH=	sha1:ba5ec0ab663976f00fb405be6cfef546bcf0e4e9
 COMPONENT_ARCHIVE_URL=	http://ftp.ruby-lang.org/pub/ruby/1.8/$(COMPONENT_ARCHIVE)
 IPS_COMPONENT_VERSION=	$(COMPONENT_VERSION).$(COMPONENT_PATCH_VERSION)
 
@@ -134,6 +135,8 @@
 install:	build $(INSTALL_32) $(RUBYGEMS_INSTALL_TARGET)
 
 # one expected failure in TestHTTP::HTTPConnectionTest
+# also possibly test_endblockwarn(TestBeginEndBlock), 
+# test_step_ruby_core_35753(TestRange)
 test:	$(TEST_32)
 
 # install rubygems using ruby installed in proto area