Received: by mail.netbsd.org (Postfix, from userid 605) id 87BE185324; Sat, 3 Feb 2024 16:11:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B66908531B for ; Sat, 3 Feb 2024 16:11:18 +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 300OD1T_lpNa for ; Sat, 3 Feb 2024 16:11:18 +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 3852084F26 for ; Sat, 3 Feb 2024 16:11:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28762FA42; Sat, 3 Feb 2024 16:11:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706976678280120" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 16:11:18 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/ruby-recog To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240203161118.28762FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706976678280120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 3 16:11:18 UTC 2024 Modified Files: pkgsrc/net/ruby-recog: Makefile distinfo Log Message: net/ruby-recog: update to 3.1.4 3.1.3 (2023-12-20) 3.1.4 (2023-12-20) No changes available. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/ruby-recog/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/ruby-recog/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706976678280120 Content-Disposition: inline Content-Length: 1450 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ruby-recog/Makefile diff -u pkgsrc/net/ruby-recog/Makefile:1.19 pkgsrc/net/ruby-recog/Makefile:1.20 --- pkgsrc/net/ruby-recog/Makefile:1.19 Sun Aug 27 15:10:40 2023 +++ pkgsrc/net/ruby-recog/Makefile Sat Feb 3 16:11:17 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2023/08/27 15:10:40 taca Exp $ +# $NetBSD: Makefile,v 1.20 2024/02/03 16:11:17 taca Exp $ -DISTNAME= recog-3.1.2 +DISTNAME= recog-3.1.4 CATEGORIES= net MAINTAINER= minskim@NetBSD.org Index: pkgsrc/net/ruby-recog/distinfo diff -u pkgsrc/net/ruby-recog/distinfo:1.17 pkgsrc/net/ruby-recog/distinfo:1.18 --- pkgsrc/net/ruby-recog/distinfo:1.17 Sun Aug 27 15:10:40 2023 +++ pkgsrc/net/ruby-recog/distinfo Sat Feb 3 16:11:17 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2023/08/27 15:10:40 taca Exp $ +$NetBSD: distinfo,v 1.18 2024/02/03 16:11:17 taca Exp $ -BLAKE2s (recog-3.1.2.gem) = 75fda6a19a275ff339b242f9f71f30d6f517a3e2844df91e4c6dae7ed24ea621 -SHA512 (recog-3.1.2.gem) = d705607064001c039221376b2912ab41ac90f9f2bd93459eedfe7a988f78687e63225d0d9c551bd7a19954eee88d7b95df893aca9bda8ef1e113d8840e1472d3 -Size (recog-3.1.2.gem) = 376320 bytes +BLAKE2s (recog-3.1.4.gem) = 028fc153aacb2ca405de7fc5a73df9c1380a318d415156292cb5696dc83c624c +SHA512 (recog-3.1.4.gem) = 6fe086b16f9b9ee3579bade83da815973f4043b49b9869db18677b6d8378efa1024b2ecf414172ea62f35160da2d080406fb0f9c2ae001a6748c29f33f505d83 +Size (recog-3.1.4.gem) = 375808 bytes --_----------=_1706976678280120--