pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-minitest
Module Name: pkgsrc
Committed By: taca
Date: Sun Mar 5 13:41:04 UTC 2023
Modified Files:
pkgsrc/devel/ruby-minitest: Makefile distinfo
Log Message:
devel/ruby-minitest: update to 5.18.0
5.18.0 (2023-03-04)
2 major enhancements:
* Added assert_pattern & refute_pattern for pattern matching. (flavorjones)
* Added matching must_pattern_match & wont_pattern_match to minitest/spec.
1 bug fix:
* Support the new message format of NameError in Ruby 3.3 (mame)
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-minitest/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/ruby-minitest/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-minitest/Makefile
diff -u pkgsrc/devel/ruby-minitest/Makefile:1.28 pkgsrc/devel/ruby-minitest/Makefile:1.29
--- pkgsrc/devel/ruby-minitest/Makefile:1.28 Tue Jan 3 05:52:48 2023
+++ pkgsrc/devel/ruby-minitest/Makefile Sun Mar 5 13:41:03 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/01/03 05:52:48 taca Exp $
+# $NetBSD: Makefile,v 1.29 2023/03/05 13:41:03 taca Exp $
-DISTNAME= minitest-5.17.0
+DISTNAME= minitest-5.18.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-minitest/distinfo
diff -u pkgsrc/devel/ruby-minitest/distinfo:1.29 pkgsrc/devel/ruby-minitest/distinfo:1.30
--- pkgsrc/devel/ruby-minitest/distinfo:1.29 Tue Jan 3 05:52:48 2023
+++ pkgsrc/devel/ruby-minitest/distinfo Sun Mar 5 13:41:03 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2023/01/03 05:52:48 taca Exp $
+$NetBSD: distinfo,v 1.30 2023/03/05 13:41:03 taca Exp $
-BLAKE2s (minitest-5.17.0.gem) = e9f0cda1d3a1fe6cb37b5849d41ac081c6ef28272d0439f79bb3b5bcdf94b333
-SHA512 (minitest-5.17.0.gem) = 00374b0d0c86d0ec2d285bc4053b6851e1a59e86f7a3ab3db8ccac1db222256edb58514c666763047cec95cf099b1738765a3e9eec9aee3386b187e9fe0f59f9
-Size (minitest-5.17.0.gem) = 93696 bytes
+BLAKE2s (minitest-5.18.0.gem) = 2cf6d42a5ade32de1137d97fc673ce4f0767e25e1085c62aad472277d07fa46d
+SHA512 (minitest-5.18.0.gem) = 309f899b5c5c2573aaf1e84a2225f446e009923b864af8a006eb518f95e758fb6425ec1e5f1790ba8026e041a8fc601551c2f447fa06528399041de119fa2d1a
+Size (minitest-5.18.0.gem) = 95232 bytes
Home |
Main Index |
Thread Index |
Old Index