pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ruby



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Nov 19 15:35:43 UTC 2016

Modified Files:
        pkgsrc/lang/ruby: rubyversion.mk

Log Message:
Move UPDATE_GEMSPEC from gem.mk to rubyversion.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 pkgsrc/lang/ruby/rubyversion.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ruby/rubyversion.mk
diff -u pkgsrc/lang/ruby/rubyversion.mk:1.165 pkgsrc/lang/ruby/rubyversion.mk:1.166
--- pkgsrc/lang/ruby/rubyversion.mk:1.165       Thu Sep  8 15:19:17 2016
+++ pkgsrc/lang/ruby/rubyversion.mk     Sat Nov 19 15:35:43 2016
@@ -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+=   /\/${RUBY_NAME}/ \
 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