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:           Thu Nov 30 00:21:12 UTC 2023

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

Log Message:
lang/ruby: fix comment for GEM_BUILD

Fix comment for GEM_BUILD,  Its default is gemspec but comment said rake.

Thanks J. Lewis Muir for reporting this.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 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.52 pkgsrc/lang/ruby/gem.mk:1.53
--- pkgsrc/lang/ruby/gem.mk:1.52        Tue Jun  6 12:41:46 2023
+++ pkgsrc/lang/ruby/gem.mk     Thu Nov 30 00:21:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: gem.mk,v 1.52 2023/06/06 12:41:46 riastradh Exp $
+# $NetBSD: gem.mk,v 1.53 2023/11/30 00:21:12 taca Exp $
 #
 # This Makefile fragment is intended to be included by packages that build
 # and install Ruby gems.
@@ -150,7 +150,7 @@ _RUBYGEM_MK=        # defined
 REPLACE_RUBY_DIRS?=    bin
 REPLACE_RUBY_PAT?=     *
 
-# Default to using rake to build the local gem from the unpacked files.
+# Default to using gemspec to build the local gem from the unpacked files.
 GEM_BUILD?=    gemspec
 
 OVERRIDE_GEMSPEC?=     # default is empty



Home | Main Index | Thread Index | Old Index