pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-sqlite * Add GEM_EXTSDIR support and an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a652c04c7aa6
branches:  trunk
changeset: 631794:a652c04c7aa6
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Mar 13 18:26:43 2014 +0000

description:
* Add GEM_EXTSDIR support and an improve to PLIST.

No functional change for current versions of Rubys.

diffstat:

 databases/ruby-sqlite/PLIST |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r dc51de47686d -r a652c04c7aa6 databases/ruby-sqlite/PLIST
--- a/databases/ruby-sqlite/PLIST       Thu Mar 13 18:25:16 2014 +0000
+++ b/databases/ruby-sqlite/PLIST       Thu Mar 13 18:26:43 2014 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/17 12:24:46 taca Exp $
-${GEM_HOME}/cache/sqlite-ruby-${PKGVERSION}.gem
+@comment $NetBSD: PLIST,v 1.2 2014/03/13 18:26:43 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/sqlite_api.${RUBY_DLEXT}
 ${GEM_LIBDIR}/README
 ${GEM_LIBDIR}/doc/faq/faq.html
 ${GEM_LIBDIR}/doc/faq/faq.rb
@@ -25,4 +26,4 @@
 ${GEM_LIBDIR}/test/tc_translator.rb
 ${GEM_LIBDIR}/test/tc_type_translation.rb
 ${GEM_LIBDIR}/test/tests.rb
-${GEM_HOME}/specifications/sqlite-ruby-${PKGVERSION}.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index