Just a couple of bug fixes in the new version, see:
https://raw.github.com/jeremyevans/home_run/master/CHANGELOG

Slightly tweak the regression tests, as the previous version
occasionally failed.

Tested on amd64 and i386.  Will be committing later this week unless I
hear objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/ruby-home_run/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    16 Sep 2011 09:24:57 -0000      1.6
+++ Makefile    4 Apr 2012 18:57:09 -0000
@@ -2,9 +2,8 @@
 
 COMMENT =      fast Date/DateTime classes for ruby
 
-DISTNAME =     home_run-1.0.4
+DISTNAME =     home_run-1.0.6
 CATEGORIES =   devel
-REVISION=              0
 
 HOMEPAGE=      http://github.com/jeremyevans/home_run
 
@@ -23,6 +22,6 @@ REGRESS_DEPENDS = devel/ruby-mspec,${MOD
                ${FULLPKGNAME}:${BUILD_PKGPATH}
 MODRUBY_REGRESS = rake
 do-regress:
-       cd ${WRKSRC} && RUBY=${RUBY} RUBYLIB=$$(dirname `${GEM} which 
date_ext`) ${RAKE}
+       cd ${WRKSRC} && ${RUBY} -S home_run ${RAKE}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/ruby-home_run/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    7 Sep 2011 16:39:25 -0000       1.5
+++ distinfo    4 Apr 2012 18:51:19 -0000
@@ -1,5 +1,5 @@
-MD5 (home_run-1.0.4.gem) = BqubarQ+YAWvr+3xdwrf7Q==
-RMD160 (home_run-1.0.4.gem) = bqRwB/DTK3TW6R2qDUW0qnvO55M=
-SHA1 (home_run-1.0.4.gem) = W2mrgya3sP+kIVPoi6ihbxLJlVc=
-SHA256 (home_run-1.0.4.gem) = yOm6LDPKrMGnyPYWzE8wG4vdNU++j+KjLl6TyXdixGE=
-SIZE (home_run-1.0.4.gem) = 97280
+MD5 (home_run-1.0.6.gem) = EQkhYZLCJoAqEcEqyCXtiQ==
+RMD160 (home_run-1.0.6.gem) = 4sFqAIwSjK16jWgzBgxhhn4lQJA=
+SHA1 (home_run-1.0.6.gem) = AocO+qr4aSys7e0dkXvSykLJHNI=
+SHA256 (home_run-1.0.6.gem) = hsqUAbqQG7F1eod9TQWy7lfcbInnDUKFVBzHDsiSNuw=
+SIZE (home_run-1.0.6.gem) = 97792

Reply via email to