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:03 UTC 2016

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

Log Message:
Extract _RUBYGEMS_MINORS more strictly.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/lang/ruby/gem.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/gem.mk
diff -u pkgsrc/lang/ruby/gem.mk:1.36 pkgsrc/lang/ruby/gem.mk:1.37
--- pkgsrc/lang/ruby/gem.mk:1.36        Mon Apr 11 04:22:34 2016
+++ pkgsrc/lang/ruby/gem.mk     Sat Nov 19 15:35:03 2016
@@ -1,4 +1,4 @@
-# $NetBSD: gem.mk,v 1.36 2016/04/11 04:22:34 dbj Exp $
+# $NetBSD: gem.mk,v 1.37 2016/11/19 15:35:03 taca Exp $
 #
 # This Makefile fragment is intended to be included by packages that build
 # and install Ruby gems.
@@ -127,10 +127,6 @@ GEM_BUILD?=        gemspec
 
 OVERRIDE_GEMSPEC?=     # default is empty
 
-.if !empty(OVERRIDE_GEMSPEC)
-UPDATE_GEMSPEC=                ../../lang/ruby/files/update-gemspec.rb
-.endif
-
 .if ${GEM_BUILD} == "rake"
 USE_RAKE?=             YES
 .endif



Home | Main Index | Thread Index | Old Index