Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 186A584EAC for ; Sun, 17 Dec 2023 14:16:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bLZU3MBSFzbm for ; Sun, 17 Dec 2023 14:16:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 87FF284D35 for ; Sun, 17 Dec 2023 14:16:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 819B7FA42; Sun, 17 Dec 2023 14:16:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702822597268300" MIME-Version: 1.0 Date: Sun, 17 Dec 2023 14:16:37 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-console To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20231217141637.819B7FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702822597268300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Dec 17 14:16:37 UTC 2023 Modified Files: pkgsrc/devel/ruby-console: Makefile distinfo Log Message: devel/ruby-console: update to 1.23.3 1.23.3 (2023-12-03) * Add "See Also" links. * Add links to documentation. * Convert annotation to string before printing. (#53) * Modernize gem. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-console/Makefile \ pkgsrc/devel/ruby-console/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1702822597268300 Content-Disposition: inline Content-Length: 1508 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-console/Makefile diff -u pkgsrc/devel/ruby-console/Makefile:1.7 pkgsrc/devel/ruby-console/Makefile:1.8 --- pkgsrc/devel/ruby-console/Makefile:1.7 Sat Aug 26 13:17:12 2023 +++ pkgsrc/devel/ruby-console/Makefile Sun Dec 17 14:16:37 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2023/08/26 13:17:12 taca Exp $ +# $NetBSD: Makefile,v 1.8 2023/12/17 14:16:37 taca Exp $ -DISTNAME= console-1.23.2 +DISTNAME= console-1.23.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-console/distinfo diff -u pkgsrc/devel/ruby-console/distinfo:1.7 pkgsrc/devel/ruby-console/distinfo:1.8 --- pkgsrc/devel/ruby-console/distinfo:1.7 Sat Aug 26 13:17:12 2023 +++ pkgsrc/devel/ruby-console/distinfo Sun Dec 17 14:16:37 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2023/08/26 13:17:12 taca Exp $ +$NetBSD: distinfo,v 1.8 2023/12/17 14:16:37 taca Exp $ -BLAKE2s (console-1.23.2.gem) = 4a5b79718c1f33aa1a2e76184e5476a2181101067fb9bf331b6d7f7f0b99387c -SHA512 (console-1.23.2.gem) = d2b94e285768e436bde79d93b277b1bf0bdb2f1ba886cd12e74e6c744e0cbdbf0d55bcc86c1d90adb7797c975863607c929aeec6074940c83fc424c06fd8399f -Size (console-1.23.2.gem) = 20992 bytes +BLAKE2s (console-1.23.3.gem) = afdaf4ccf9a83a0b03a2167605498cd76f42f541d41010f572fb7bab09246bec +SHA512 (console-1.23.3.gem) = e57bf5bc19b96ae02ff85f66f9763479ba6bc2c2f005ac5ac8c3ba515afa09eaf81da432c58ba7e96c376af38c2beaced9385bf537fedefadf3846b8d36e19e0 +Size (console-1.23.3.gem) = 20992 bytes --_----------=_1702822597268300--