Received: by mail.netbsd.org (Postfix, from userid 605) id 199CC84D9B; Tue, 13 Dec 2022 14:27:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A07B84D5E for ; Tue, 13 Dec 2022 14:27:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ltt2eebPY0qw for ; Tue, 13 Dec 2022 14:27:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 99C4F84D4A for ; Tue, 13 Dec 2022 14:27:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9326DFA90; Tue, 13 Dec 2022 14:27:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1670941631151380" MIME-Version: 1.0 Date: Tue, 13 Dec 2022 14:27:11 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/ruby To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20221213142711.9326DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1670941631151380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1670941631151380 Content-Disposition: inline Content-Length: 926 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1670941631151380--