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:           Tue Dec 13 14:27:11 UTC 2022

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

Log Message:
lang/ruby/gem.mk: format consistency

Format consistency in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 pkgsrc/lang/ruby/gem.mk:1.49
--- pkgsrc/lang/ruby/gem.mk:1.48        Tue May 17 00:42:33 2022
+++ pkgsrc/lang/ruby/gem.mk     Tue Dec 13 14:27:11 2022
@@ -1,4 +1,4 @@
-# $NetBSD: gem.mk,v 1.48 2022/05/17 00:42:33 gutteridge Exp $
+# $NetBSD: gem.mk,v 1.49 2022/12/13 14:27:11 taca Exp $
 #
 # This Makefile fragment is intended to be included by packages that build
 # and install Ruby gems.
@@ -10,7 +10,7 @@
 #              Possible values: Yes No
 #              Default: No
 #
-# Package-settable variables:
+# === Package-settable variables ===
 #
 # OVERRIDE_GEMSPEC
 #      Fix version of depending gem or modify files in gemspec.
@@ -110,7 +110,7 @@
 #      Optional parameter to pass to gem on install stage.
 #
 #
-# Variables defined in this file:
+# === Variables defined in this file ===
 #
 # GEM_DOCDIR
 #      The relative path from PREFIX to the directory in the local gem



Home | Main Index | Thread Index | Old Index