Simple version update with a few bug fixes, see
https://github.com/jeremyevans/home_run/blob/master/CHANGELOG

While here, fix regress tests.

Tested on amd64.  Looking for OKs.

Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/ruby-home_run/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    20 Dec 2010 18:06:38 -0000      1.1.1.1
+++ Makefile    11 Mar 2011 20:14:07 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      fast Date/DateTime classes for ruby
 
-DISTNAME =     home_run-0.9.4
+DISTNAME =     home_run-1.0.1
 CATEGORIES =   devel
 
 HOMEPAGE=      http://github.com/jeremyevans/home_run
@@ -22,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=${RUBY} RUBYLIB=$$(dirname `${GEM} which 
date_ext`) ${RAKE}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/ruby-home_run/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    20 Dec 2010 18:06:38 -0000      1.1.1.1
+++ distinfo    11 Mar 2011 20:13:15 -0000
@@ -1,5 +1,5 @@
-MD5 (home_run-0.9.4.gem) = cHP/2qjvKcuDAMyrbkOHMw==
-RMD160 (home_run-0.9.4.gem) = 3HEhcF8pnLON1kGY8IAmjBAm9dM=
-SHA1 (home_run-0.9.4.gem) = 4Zp54yfN01X0mdPPMEW3y46dYqg=
-SHA256 (home_run-0.9.4.gem) = wFCooL06HuwMGY9Fwy7W+jKnE5tN4wBPEgzDRx1JDJo=
-SIZE (home_run-0.9.4.gem) = 94720
+MD5 (home_run-1.0.1.gem) = wHZZoLtN2HuXkUJtcFYeeA==
+RMD160 (home_run-1.0.1.gem) = MLPxaqgxp+9NyPYa9x04MpibwE4=
+SHA1 (home_run-1.0.1.gem) = 1xnEW3Sxq91g9Zdw3MuCFwdUIbs=
+SHA256 (home_run-1.0.1.gem) = VFBippUpLOJJ3Tz7rm+Drd1yOmEGPVzxU//EAqfYCOc=
+SIZE (home_run-1.0.1.gem) = 95744
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/ruby-home_run/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   20 Dec 2010 18:06:38 -0000      1.1.1.1
+++ pkg/PLIST   11 Mar 2011 20:14:58 -0000
@@ -44,11 +44,13 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/date/ad
 ${GEM_LIB}/gems/${DISTNAME}/spec/date/allocate_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/date/boat_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/date/civil_spec.rb
+${GEM_LIB}/gems/${DISTNAME}/spec/date/clone_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/date/commercial_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/date/constants_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/date/conversions_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/date/day_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/date/downto_spec.rb
+${GEM_LIB}/gems/${DISTNAME}/spec/date/dup_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/date/encoding_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/date/eql_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/date/format_spec.rb
@@ -76,10 +78,12 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/datetim
 ${GEM_LIB}/gems/${DISTNAME}/spec/datetime/add_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/datetime/allocate_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/datetime/boat_spec.rb
+${GEM_LIB}/gems/${DISTNAME}/spec/datetime/clone_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/datetime/constructor_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/datetime/conversions_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/datetime/day_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/datetime/downto_spec.rb
+${GEM_LIB}/gems/${DISTNAME}/spec/datetime/dup_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/datetime/encoding_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/datetime/eql_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/datetime/format_spec.rb

Reply via email to