Only change is to fix a segfault in rb_ary_store during extension
initialization that I've only seen on OpenBSD amd64 and that goes away
if you attempt to debug it.

I'll be committing later this week unless I hear objections.

Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/ruby-home_run/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    18 Mar 2011 23:05:44 -0000      1.3
+++ Makefile    6 Jul 2011 01:24:27 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      fast Date/DateTime classes for ruby
 
-DISTNAME =     home_run-1.0.2
+DISTNAME =     home_run-1.0.3
 CATEGORIES =   devel
 
 HOMEPAGE=      http://github.com/jeremyevans/home_run
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/ruby-home_run/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    18 Mar 2011 23:05:44 -0000      1.3
+++ distinfo    6 Jul 2011 01:24:42 -0000
@@ -1,5 +1,5 @@
-MD5 (home_run-1.0.2.gem) = ITq7hxM0dmvSF5EWH7yuxw==
-RMD160 (home_run-1.0.2.gem) = ke30lsIOzRKww4F9MyjVShxhgDE=
-SHA1 (home_run-1.0.2.gem) = tpBMKSHIHgd4DKQcIGXFFIPRcyI=
-SHA256 (home_run-1.0.2.gem) = 7HW0/Q66jj6eNiBTGW0WshF3IKLf56TK9yIDShdOCJ8=
-SIZE (home_run-1.0.2.gem) = 96768
+MD5 (home_run-1.0.3.gem) = mFGwDpkDdI6WzgYTw4fUAA==
+RMD160 (home_run-1.0.3.gem) = 28z5J36goqdM+fCNe1H3aVf+m+w=
+SHA1 (home_run-1.0.3.gem) = x8iQfSu4ORTXKjfEgeqTJOpvIg0=
+SHA256 (home_run-1.0.3.gem) = I3MbGSMstKy0V5yedUYdbX7GnvwEVCeNHqD67WbqjsU=
+SIZE (home_run-1.0.3.gem) = 96768

Reply via email to