Received: by mail.netbsd.org (Postfix, from userid 605) id 469CB84EFA; Sat, 3 Feb 2024 15:05:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7760C84E7E for ; Sat, 3 Feb 2024 15:05:21 +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 Aka_GIOYciSe for ; Sat, 3 Feb 2024 15:05:21 +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 E9E4584CFC for ; Sat, 3 Feb 2024 15:05:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E671AFA42; Sat, 3 Feb 2024 15:05:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706972720166850" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 15:05:20 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/hoe To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240203150520.E671AFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706972720166850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 3 15:05:20 UTC 2024 Modified Files: pkgsrc/devel/hoe: Makefile distinfo Log Message: devel/hoe: update to 4.2.0 4.2.0 (2024-01-12) 2 minor enhancements: * Extended hoe/racc to be multitask! ruby_parser goes from 8.5s to 1.2s! * Extended hoe/racc to build .yy files to allow for multi-file generation. 1 bug fix: * Fixed missing dep declaration on oedipus_lex. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/hoe/Makefile cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/hoe/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706972720166850 Content-Disposition: inline Content-Length: 1386 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hoe/Makefile diff -u pkgsrc/devel/hoe/Makefile:1.68 pkgsrc/devel/hoe/Makefile:1.69 --- pkgsrc/devel/hoe/Makefile:1.68 Sat Dec 16 15:41:52 2023 +++ pkgsrc/devel/hoe/Makefile Sat Feb 3 15:05:20 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2023/12/16 15:41:52 taca Exp $ +# $NetBSD: Makefile,v 1.69 2024/02/03 15:05:20 taca Exp $ -DISTNAME= hoe-4.1.0 +DISTNAME= hoe-4.2.0 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org Index: pkgsrc/devel/hoe/distinfo diff -u pkgsrc/devel/hoe/distinfo:1.61 pkgsrc/devel/hoe/distinfo:1.62 --- pkgsrc/devel/hoe/distinfo:1.61 Sat Dec 16 15:41:52 2023 +++ pkgsrc/devel/hoe/distinfo Sat Feb 3 15:05:20 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.61 2023/12/16 15:41:52 taca Exp $ +$NetBSD: distinfo,v 1.62 2024/02/03 15:05:20 taca Exp $ -BLAKE2s (hoe-4.1.0.gem) = 9881169ed2b042f8046c3c1b812238fb83a416992b53dadf881fccf241d5a204 -SHA512 (hoe-4.1.0.gem) = 6a90adcd2bc767ccf6e2fa425e98a9e765135cbcb39793aa0e4a1314028a8cf568a7beca2a16924abf1d0984c855b077be8123109140181ae2986c3ebc1c9010 -Size (hoe-4.1.0.gem) = 190976 bytes +BLAKE2s (hoe-4.2.0.gem) = 5e1cb24100800bc15b6415acf0ed083cd33886be25e3b8282ed6d27065f0f894 +SHA512 (hoe-4.2.0.gem) = c083a7135bb751f38a5c7380f888a67232f097cb35376cb1e88d8585a97faae0a47ab4b5a22a9491526307df79efd34f65796e777563ae38549dc25edf8b05c4 +Size (hoe-4.2.0.gem) = 191488 bytes --_----------=_1706972720166850--