summaryrefslogtreecommitdiff
path: root/databases/ruby-mysql/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2007-01-28 15:21:06 +0000
committertaca <taca@pkgsrc.org>2007-01-28 15:21:06 +0000
commitc547ab46b9930c29e4c90c3651f49c9a388e2ed3 (patch)
treeea234a374874c7c562c519a0b25eef06f3e607c4 /databases/ruby-mysql/Makefile
parent6da3cd9ae179089dc186c6abdfc983fe7f7cd0a0 (diff)
downloadpkgsrc-c547ab46b9930c29e4c90c3651f49c9a388e2ed3.tar.gz
Update ruby-mysql package to 2.7.3.
2006-12-20 version 2.7.3 - BUG: Mysql#query with block is stopped when last query failed. 2006-10-28 version 2.7.2 - BUG: Mysql::Stmt#result_metadata don't return nil. (Thanks to Hidetoshi) - BUG: Mysql#close check mysql_errno. - BUG: multistatement Mysql#query with block ignore error. - extconf.rb for Visual C++. (Thanks to Shugo Maeda) - support MySQL BIT type. - add Mysql::Field::TYPE_BIT, TYPE_NEWDECIMAL.
Diffstat (limited to 'databases/ruby-mysql/Makefile')
-rw-r--r--databases/ruby-mysql/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile
index efd972f1615..3be8ae1debe 100644
--- a/databases/ruby-mysql/Makefile
+++ b/databases/ruby-mysql/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2006/09/13 13:12:54 taca Exp $
+# $NetBSD: Makefile,v 1.25 2007/01/28 15:21:06 taca Exp $
#
-DISTNAME= mysql-ruby-2.7.1
-PKGNAME= ${RUBY_PKGPREFIX}-mysql-2.7.1
-PKGREVISION= 1
+DISTNAME= mysql-ruby-2.7.3
+PKGNAME= ${RUBY_PKGPREFIX}-mysql-2.7.3
CATEGORIES= databases ruby
MASTER_SITES= http://tmtm.org/downloads/mysql/ruby/