summaryrefslogtreecommitdiff
path: root/databases/ruby-odbc/patches
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-05-27 13:46:25 +0000
committertaca <taca@pkgsrc.org>2010-05-27 13:46:25 +0000
commit860d35387a001f1c08fa23083a6a6de0badeaaa8 (patch)
treeaacfe9bbe05f91ae40d38a30d29e0184ca0c6662 /databases/ruby-odbc/patches
parentafaf556a6c166cb5ab1e38be10e3d34a77f679bb (diff)
downloadpkgsrc-860d35387a001f1c08fa23083a6a6de0badeaaa8.tar.gz
Update ruby-odbc package to 0.99991.
Sun Apr 25 2010 version 0.99991 released * detect HAVE_LONG_LONG for builds with unixODBC * UTF-8 coding/decoding fix for range 0x80..0xBF Thu Feb 18 2010 version 0.9999 released * integrated Bosko Ivanisevic's fixes in ext/utf8/extconf.rb and test/test.rb and test/utf8/test.rb
Diffstat (limited to 'databases/ruby-odbc/patches')
-rw-r--r--databases/ruby-odbc/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/ruby-odbc/patches/patch-aa b/databases/ruby-odbc/patches/patch-aa
index 4ee9822fb5e..34d994ceb9d 100644
--- a/databases/ruby-odbc/patches/patch-aa
+++ b/databases/ruby-odbc/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1 2010/02/14 12:26:47 taca Exp $
+$NetBSD: patch-aa,v 1.2 2010/05/27 13:46:25 taca Exp $
---- ../ruby-odbc-0.9998.gemspec.orig 2010-02-02 06:39:35.000000000 +0000
-+++ ../ruby-odbc-0.9998.gemspec
+--- ../ruby-odbc-0.99991.gemspec.orig 2010-04-08 06:36:44.000000000 +0000
++++ ../ruby-odbc-0.99991.gemspec
@@ -6,9 +6,10 @@ spec = Gem::Specification.new do |s|
s.author = "Christian Werner"
s.email = "chw @nospam@ ch-werner.de"
@@ -10,7 +10,7 @@ $NetBSD: patch-aa,v 1.1 2010/02/14 12:26:47 taca Exp $
s.homepage = "http://www.ch-werner.de/rubyodbc"
s.files = Dir.glob("**/*")
- s.require_paths << 'lib'
-+ s.require_paths = ['lib']
++ s.require_paths << ['lib']
s.test_files = Dir.glob('tests/*.rb')
s.has_rdoc = false
s.extra_rdoc_files = ["README", "COPYING", "ChangeLog", "GPL", "doc/odbc.html"]