summaryrefslogtreecommitdiff
path: root/databases/ruby-sqlite3/Makefile
diff options
context:
space:
mode:
authortaca <taca>2008-09-15 09:26:50 +0000
committertaca <taca>2008-09-15 09:26:50 +0000
commit0de129005ff889716ccfde6a99cdf98fd684a417 (patch)
tree0b1825a770aca94a89134ee6f307ab64dc8b5b49 /databases/ruby-sqlite3/Makefile
parentb8d7a1f21c0d0c7c14f03d960ae796acdd5dfd26 (diff)
downloadpkgsrc-0de129005ff889716ccfde6a99cdf98fd684a417.tar.gz
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] * Fix linking against Ruby 1.8.5 [Rob Holland <rob@inversepath.com>]
Diffstat (limited to 'databases/ruby-sqlite3/Makefile')
-rw-r--r--databases/ruby-sqlite3/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/ruby-sqlite3/Makefile b/databases/ruby-sqlite3/Makefile
index 1595b1805a0..3b87201ae18 100644
--- a/databases/ruby-sqlite3/Makefile
+++ b/databases/ruby-sqlite3/Makefile
@@ -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 @@ COMMENT= Ruby interface for the SQLite database engine
GEM_BUILD= gemspec
-.include "../../misc/rubygems/rubygem.mk"
+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"