pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/ruby-mysql Update ruby-mysql pacakge to 2.4.5.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1265bfefacba
branches: trunk
changeset: 461143:1265bfefacba
user: taca <taca%pkgsrc.org@localhost>
date: Thu Sep 11 15:34:02 2003 +0000
description:
Update ruby-mysql pacakge to 2.4.5.
Changes from web page:
2003-08-10 2.4.5
* extconf.rb: correspond to MySQL 4.1.
* mysql.c.in: correspond to Ruby 1.8.
2003-02-23 2.4.4a
* make extconf.rb to correspond to Ruby 1.8.0
2003-01-29 2.4.4
* add Mysql::OPT_LOCAL_INFILE.
* add --with-mysql-config option to extconf.rb.
* extconf.rb automatically detect typical library.
2003-01-05 2.4.3c
* modified English README. Thanks to Paul DuBois.
2002-12-24 2.4.3b
* make extconf.rb to correspond to Ruby 1.6.8.
2002-11-07 2.4.3a
* fix bug duplicating constant.
2002-09-10 2.4.3
* for error number with prefix ER_ .
* get error constant from errmsg.h and mysqld_error.h automatically.
2002-03-31 2.4.2a
* change extconf.rb.
diffstat:
databases/ruby-mysql/Makefile | 7 +++----
databases/ruby-mysql/distinfo | 8 ++++----
databases/ruby-mysql/patches/patch-aa | 22 ++++++++++++----------
3 files changed, 19 insertions(+), 18 deletions(-)
diffs (56 lines):
diff -r 2d9747ae2c95 -r 1265bfefacba databases/ruby-mysql/Makefile
--- a/databases/ruby-mysql/Makefile Thu Sep 11 15:00:49 2003 +0000
+++ b/databases/ruby-mysql/Makefile Thu Sep 11 15:34:02 2003 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2003/07/13 13:50:59 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2003/09/11 15:34:02 taca Exp $
#
-DISTNAME= mysql-ruby-2.4.2
-PKGNAME= ${RUBY_PKGNAMEPREFIX}mysql-2.4
-PKGREVISION= 2
+DISTNAME= mysql-ruby-2.4.5
+PKGNAME= ${RUBY_PKGNAMEPREFIX}mysql-2.4.5
CATEGORIES= databases
MASTER_SITES= http://www.tmtm.org/mysql/ruby/
diff -r 2d9747ae2c95 -r 1265bfefacba databases/ruby-mysql/distinfo
--- a/databases/ruby-mysql/distinfo Thu Sep 11 15:00:49 2003 +0000
+++ b/databases/ruby-mysql/distinfo Thu Sep 11 15:34:02 2003 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/01/27 15:19:06 taca Exp $
+$NetBSD: distinfo,v 1.2 2003/09/11 15:34:03 taca Exp $
-SHA1 (ruby/mysql-ruby-2.4.2.tar.gz) = 0f3fd2553b5450636b79648056d4277808746e15
-Size (ruby/mysql-ruby-2.4.2.tar.gz) = 13348 bytes
-SHA1 (patch-aa) = 58737351d0e5520292f6f9358545b759bd352173
+SHA1 (ruby/mysql-ruby-2.4.5.tar.gz) = 30a4c4cd33531998cccfb26e336b15efdd7d87eb
+Size (ruby/mysql-ruby-2.4.5.tar.gz) = 16420 bytes
+SHA1 (patch-aa) = 7134c3b1da98d89687ff4ef76d7c80cfe7ed9e4a
diff -r 2d9747ae2c95 -r 1265bfefacba databases/ruby-mysql/patches/patch-aa
--- a/databases/ruby-mysql/patches/patch-aa Thu Sep 11 15:00:49 2003 +0000
+++ b/databases/ruby-mysql/patches/patch-aa Thu Sep 11 15:34:02 2003 +0000
@@ -1,11 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/01/27 15:19:06 taca Exp $
+$NetBSD: patch-aa,v 1.2 2003/09/11 15:34:04 taca Exp $
---- extconf.rb.orig Mon Jan 7 10:17:28 2002
-+++ extconf.rb
-@@ -1,5 +1,5 @@
- require 'mkmf'
--inc, lib = dir_config('mysql', '/usr/local')
-+inc, lib = dir_config('mysql', CONFIG['prefix'])
- find_library('mysqlclient', 'mysql_query', lib, "#{lib}/mysql") or exit 1
- # If you have error such as 'undefined symbol', delete '#' mark follow
- # lines:
+--- extconf.rb.orig 2003-08-10 00:45:40.000000000 +0900
++++ extconf.rb 2003-08-31 01:02:51.000000000 +0900
+@@ -9,7 +9,7 @@
+ $CPPFLAGS += ' ' + cflags
+ $libs = libs + " " + $libs
+ else
+- inc, lib = dir_config('mysql', '/usr/local')
++ inc, lib = dir_config('mysql', CONFIG['prefix'])
+ libs = ['m', 'z', 'socket', 'nsl']
+ while not find_library('mysqlclient', 'mysql_query', lib, "#{lib}/mysql") do
+ exit 1 if libs.empty?
Home |
Main Index |
Thread Index |
Old Index