pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby Move UPDATE_GEMSPEC from gem.mk to rubyversi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4cf4d2ade93c
branches: trunk
changeset: 355045:4cf4d2ade93c
user: taca <taca%pkgsrc.org@localhost>
date: Sat Nov 19 15:35:43 2016 +0000
description:
Move UPDATE_GEMSPEC from gem.mk to rubyversion.mk.
diffstat:
lang/ruby/rubyversion.mk | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 8d7fcde232c5 -r 4cf4d2ade93c lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk Sat Nov 19 15:35:03 2016 +0000
+++ b/lang/ruby/rubyversion.mk Sat Nov 19 15:35:43 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.165 2016/09/08 15:19:17 joerg Exp $
+# $NetBSD: rubyversion.mk,v 1.166 2016/11/19 15:35:43 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -202,6 +202,11 @@
# RUBY_SITERIDIR
# version specific site ri directory.
#
+# === supporting scripts ===
+#
+# UPDATE_GEMSPEC
+# a tool to modify gemspec file.
+#
# Keywords: ruby
#
@@ -688,4 +693,7 @@
PRINT_PLIST_AWK+= /^${GEM_HOME:S|/|\\/|g:S|.|\\.|g}/ \
{ gsub(/${GEM_HOME:S|/|\\/|g}/, "$${GEM_HOME}"); }
+# supporting scripts
+UPDATE_GEMSPEC= ../../lang/ruby/files/update-gemspec.rb
+
.endif # _RUBY_MK
Home |
Main Index |
Thread Index |
Old Index