This updates the mysql gem to the current version. As far as I can tell,
the only significant change is affected_rows now correctly handles more
than 2^32 updated/deleted rows correctly.

Tested on i386, compiles on amd64. Plan on committing in a couple days
unless I hear objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/ruby-mysql/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- Makefile    13 Sep 2014 18:09:20 -0000      1.31
+++ Makefile    24 Nov 2014 20:57:20 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=       access a MySQL database from Ruby
 
-DISTNAME=      mysql-2.8.1
-REVISION=      17
+DISTNAME=      mysql-2.9.1
 CATEGORIES=    databases
 
 HOMEPAGE=      http://tmtm.org/mysql/ruby/
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-mysql/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    14 Oct 2010 20:33:09 -0000      1.4
+++ distinfo    24 Nov 2014 21:06:48 -0000
@@ -1,5 +1,2 @@
-MD5 (mysql-2.8.1.gem) = gfK1CxE15TpSbge7IeFqTg==
-RMD160 (mysql-2.8.1.gem) = km8b9kYqGkGEwGws3hC5Pk7/FOY=
-SHA1 (mysql-2.8.1.gem) = NhDcfXYi3SnbNdQr7zWNGMigENU=
-SHA256 (mysql-2.8.1.gem) = vQ9zkDJpl7mO2hTSdIjQgKu/2aK+2YCGjv/7Xlqnuz8=
-SIZE (mysql-2.8.1.gem) = 38400
+SHA256 (mysql-2.9.1.gem) = Ztwy3DO9d9NdHzXbhEYhtkE5FyTJmIY3pRSoq20uS/g=
+SIZE (mysql-2.9.1.gem) = 39936
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/ruby-mysql/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   11 Jan 2014 22:51:02 -0000      1.5
+++ pkg/PLIST   24 Nov 2014 21:07:41 -0000
@@ -1,6 +1,7 @@
 @comment $OpenBSD: PLIST,v 1.5 2014/01/11 22:51:02 jeremy Exp $
 ${GEM_LIB}/cache/${DISTNAME}.gem
 ${GEM_LIB}/gems/${DISTNAME}/
+${GEM_LIB}/gems/${DISTNAME}/.gemtest
 ${GEM_LIB}/gems/${DISTNAME}/COPYING
 ${GEM_LIB}/gems/${DISTNAME}/COPYING.ja
 ${GEM_LIB}/gems/${DISTNAME}/History.txt
@@ -12,8 +13,10 @@ ${GEM_LIB}/gems/${DISTNAME}/extra/README
 ${GEM_LIB}/gems/${DISTNAME}/extra/README_ja.html
 ${GEM_LIB}/gems/${DISTNAME}/extra/tommy.css
 ${GEM_LIB}/gems/${DISTNAME}/lib/
+${GEM_LIB}/gems/${DISTNAME}/lib/mysql/
 ${GEM_LIB}/gems/${DISTNAME}/lib/mysql.rb
-${GEM_LIB}/gems/${DISTNAME}/lib/mysql_api.so
+${GEM_LIB}/gems/${DISTNAME}/lib/mysql/mysql_api.so
+${GEM_LIB}/gems/${DISTNAME}/lib/mysql/version.rb
 ${GEM_LIB}/gems/${DISTNAME}/tasks/
 ${GEM_LIB}/gems/${DISTNAME}/tasks/gem.rake
 ${GEM_LIB}/gems/${DISTNAME}/tasks/native.rake

Reply via email to