Sat Feb 3 15:05:20 2024 UTC (114d)
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.


(taca)
diff -r1.68 -r1.69 pkgsrc/devel/hoe/Makefile
diff -r1.61 -r1.62 pkgsrc/devel/hoe/distinfo

cvs diff -r1.68 -r1.69 pkgsrc/devel/hoe/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hoe/Makefile 2023/12/16 15:41:52 1.68
+++ pkgsrc/devel/hoe/Makefile 2024/02/03 15:05:20 1.69
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.68 2023/12/16 15:41:52 taca Exp $ 1# $NetBSD: Makefile,v 1.69 2024/02/03 15:05:20 taca Exp $
2 2
3DISTNAME= hoe-4.1.0 3DISTNAME= hoe-4.2.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= https://www.zenspider.com/projects/hoe.html 7HOMEPAGE= https://www.zenspider.com/projects/hoe.html
8COMMENT= Rake extension to provide full project automation 8COMMENT= Rake extension to provide full project automation
9LICENSE= mit 9LICENSE= mit
10 10
11USE_LANGUAGES= # empty 11USE_LANGUAGES= # empty
12 12
13RUBYGEM_OPTIONS+= --format-executable 13RUBYGEM_OPTIONS+= --format-executable
14 14
15.include "../../lang/ruby/rubyversion.mk" 15.include "../../lang/ruby/rubyversion.mk"
16.if ${RUBY_VER} == 31 16.if ${RUBY_VER} == 31

cvs diff -r1.61 -r1.62 pkgsrc/devel/hoe/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/hoe/distinfo 2023/12/16 15:41:52 1.61
+++ pkgsrc/devel/hoe/distinfo 2024/02/03 15:05:20 1.62
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.61 2023/12/16 15:41:52 taca Exp $ 1$NetBSD: distinfo,v 1.62 2024/02/03 15:05:20 taca Exp $
2 2
3BLAKE2s (hoe-4.1.0.gem) = 9881169ed2b042f8046c3c1b812238fb83a416992b53dadf881fccf241d5a204 3BLAKE2s (hoe-4.2.0.gem) = 5e1cb24100800bc15b6415acf0ed083cd33886be25e3b8282ed6d27065f0f894
4SHA512 (hoe-4.1.0.gem) = 6a90adcd2bc767ccf6e2fa425e98a9e765135cbcb39793aa0e4a1314028a8cf568a7beca2a16924abf1d0984c855b077be8123109140181ae2986c3ebc1c9010 4SHA512 (hoe-4.2.0.gem) = c083a7135bb751f38a5c7380f888a67232f097cb35376cb1e88d8585a97faae0a47ab4b5a22a9491526307df79efd34f65796e777563ae38549dc25edf8b05c4
5Size (hoe-4.1.0.gem) = 190976 bytes 5Size (hoe-4.2.0.gem) = 191488 bytes