pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-hoe



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun 30 16:07:42 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-hoe: Makefile distinfo

Log Message:
devel/ruby-hoe: update to 4.2.2

4.2.2 (2024-06-29)

1 bug fix:

* Fix errors created when string literals are frozen.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-hoe/Makefile \
    pkgsrc/devel/ruby-hoe/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-hoe/Makefile
diff -u pkgsrc/devel/ruby-hoe/Makefile:1.1 pkgsrc/devel/ruby-hoe/Makefile:1.2
--- pkgsrc/devel/ruby-hoe/Makefile:1.1  Sun Jun 30 06:36:35 2024
+++ pkgsrc/devel/ruby-hoe/Makefile      Sun Jun 30 16:07:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2024/06/30 06:36:35 taca Exp $
+# $NetBSD: Makefile,v 1.2 2024/06/30 16:07:42 taca Exp $
 
-DISTNAME=      hoe-4.2.1
+DISTNAME=      hoe-4.2.2
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -12,10 +12,5 @@ USE_LANGUAGES=       # empty
 
 RUBYGEM_OPTIONS+=      --format-executable
 
-.include "../../lang/ruby/rubyversion.mk"
-.if ${RUBY_VER} == 31
-DEPENDS+=      ${RUBY_PKGPREFIX}-minitest>=1.0.0:../../devel/ruby-minitest
-.endif
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-hoe/distinfo
diff -u pkgsrc/devel/ruby-hoe/distinfo:1.1 pkgsrc/devel/ruby-hoe/distinfo:1.2
--- pkgsrc/devel/ruby-hoe/distinfo:1.1  Sun Jun 30 06:36:35 2024
+++ pkgsrc/devel/ruby-hoe/distinfo      Sun Jun 30 16:07:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/06/30 06:36:35 taca Exp $
+$NetBSD: distinfo,v 1.2 2024/06/30 16:07:42 taca Exp $
 
-BLAKE2s (hoe-4.2.1.gem) = d54ca94e5f117ef214d188ff5c6f3f20c0aebe9b0bf31418a421a418a480d71a
-SHA512 (hoe-4.2.1.gem) = b9aa7544c94565f99bdded282536143252c0776390007b4ba2dba2d66892a800f9111030288d885fe6985915456870de674ebea702ee3342ccb97ee9b69fe102
-Size (hoe-4.2.1.gem) = 191488 bytes
+BLAKE2s (hoe-4.2.2.gem) = c31b36332e5f85886c96ebbe6991a70b310461d873f77be9354ebc39bbb7a3bc
+SHA512 (hoe-4.2.2.gem) = 17e0e8b090e663eadb6fa383548cc24406801045d164d2520bd52fce80c547c26e45a95023b2be3d761d1623c7ff903133986768a2470bf88b346769a98b707b
+Size (hoe-4.2.2.gem) = 191488 bytes



Home | Main Index | Thread Index | Old Index