pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/ruby-sqlite3 Update ruby-sqlite3 package to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ed4f067fe38
branches: trunk
changeset: 547318:5ed4f067fe38
user: taca <taca%pkgsrc.org@localhost>
date: Mon Sep 15 09:26:50 2008 +0000
description:
Update ruby-sqlite3 package to 1.2.4.
Release Name: 1.2.4
Notes: This release only updates the generated C file to reflect the
compatibility changes that were made to the SWIG file. Binary builds
(e.g., Windows) are not affected, and need no update. In general, you
will not need this update unless you are using a version of Ruby prior
to 1.8.6.
Release Name: 1.2.3
Notes:
Mostly, this release just fixes the permissions
issue on *nix platforms on the database.rb and
translator.rb files. It also has a few
optimizations and compatibility fixes.
Changes:
=== 1.2.3 / 26 Aug 2008
* Fix incorrect permissions on database.rb and translator.rb [Various]
* Avoid using Object#extend for greater speedups [Erik Veenstra]
* Ruby 1.9 compatibility tweaks for Array#zip [jimmy88%gmail.com@localhost]
* Fix linking against Ruby 1.8.5 [Rob Holland <rob%inversepath.com@localhost>]
diffstat:
databases/ruby-sqlite3/Makefile | 9 ++++++---
databases/ruby-sqlite3/PLIST | 4 +++-
databases/ruby-sqlite3/distinfo | 8 ++++----
3 files changed, 13 insertions(+), 8 deletions(-)
diffs (55 lines):
diff -r 94d7bf85fe9d -r 5ed4f067fe38 databases/ruby-sqlite3/Makefile
--- a/databases/ruby-sqlite3/Makefile Mon Sep 15 09:23:04 2008 +0000
+++ b/databases/ruby-sqlite3/Makefile Mon Sep 15 09:26:50 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2008/06/22 15:52:59 taca Exp $
+# $NetBSD: Makefile,v 1.9 2008/09/15 09:26:50 taca Exp $
-DISTNAME= sqlite3-ruby-1.2.2
+DISTNAME= sqlite3-ruby-1.2.4
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby//}
CATEGORIES= databases
@@ -10,7 +10,10 @@
GEM_BUILD= gemspec
+pre-configure:
+ ${FIND} ${WRKSRC} -perm -022 -exec ${CHMOD} 0644 {} \;
+ ${CHMOD} 0444 ${WRKSRC}/ext/sqlite3_api/win32/build.bat
+
.include "../../misc/rubygems/rubygem.mk"
-
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 94d7bf85fe9d -r 5ed4f067fe38 databases/ruby-sqlite3/PLIST
--- a/databases/ruby-sqlite3/PLIST Mon Sep 15 09:23:04 2008 +0000
+++ b/databases/ruby-sqlite3/PLIST Mon Sep 15 09:26:50 2008 +0000
@@ -1,11 +1,13 @@
-@comment $NetBSD: PLIST,v 1.5 2008/06/22 15:52:59 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2008/09/15 09:26:50 taca Exp $
${GEM_HOME}/cache/sqlite3-ruby-${PKGVERSION}.gem
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/doc/faq/faq.html
${GEM_LIBDIR}/doc/faq/faq.rb
${GEM_LIBDIR}/doc/faq/faq.yml
${GEM_LIBDIR}/ext/sqlite3_api/MANIFEST
+${GEM_LIBDIR}/ext/sqlite3_api/Makefile
${GEM_LIBDIR}/ext/sqlite3_api/extconf.rb
+${GEM_LIBDIR}/ext/sqlite3_api/mkmf.log
${GEM_LIBDIR}/ext/sqlite3_api/sqlite3_api.i
${GEM_LIBDIR}/ext/sqlite3_api/sqlite3_api_wrap.c
${GEM_LIBDIR}/ext/sqlite3_api/win32/build.bat
diff -r 94d7bf85fe9d -r 5ed4f067fe38 databases/ruby-sqlite3/distinfo
--- a/databases/ruby-sqlite3/distinfo Mon Sep 15 09:23:04 2008 +0000
+++ b/databases/ruby-sqlite3/distinfo Mon Sep 15 09:26:50 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/06/22 15:52:59 taca Exp $
+$NetBSD: distinfo,v 1.5 2008/09/15 09:26:50 taca Exp $
-SHA1 (sqlite3-ruby-1.2.2.gem) = 72cd1c3d3a82af4a220178ae61f324d0e380e545
-RMD160 (sqlite3-ruby-1.2.2.gem) = bdd34be290cb721e8ed9712f81ef80788ac2bc39
-Size (sqlite3-ruby-1.2.2.gem) = 55808 bytes
+SHA1 (sqlite3-ruby-1.2.4.gem) = 63d6b35bb8364c2971cf6f5397056faf3efb7ae7
+RMD160 (sqlite3-ruby-1.2.4.gem) = 57ded40f2ecbf7efde64d738a4777cf497795972
+Size (sqlite3-ruby-1.2.4.gem) = 57856 bytes
Home |
Main Index |
Thread Index |
Old Index