pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-rgl
Module Name: pkgsrc
Committed By: taca
Date: Sun Jul 2 05:28:59 UTC 2023
Modified Files:
pkgsrc/devel/ruby-rgl: Makefile PLIST distinfo
Log Message:
devel/ruby-rgl: update to 0.6.5
0.6.4 (2023-06-19)
Bug Fixes
* add test case for bfs_search_tree_from (fixes #99) (54f92e4)
* Remove require of the file if already required (0ef2ce5)
0.6.5 (2023-06-19)
Bug Fixes
* Fixes links in README (#114) (682e4e6)
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-rgl/Makefile \
pkgsrc/devel/ruby-rgl/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-rgl/PLIST
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-rgl/Makefile
diff -u pkgsrc/devel/ruby-rgl/Makefile:1.19 pkgsrc/devel/ruby-rgl/Makefile:1.20
--- pkgsrc/devel/ruby-rgl/Makefile:1.19 Sun May 21 02:59:10 2023
+++ pkgsrc/devel/ruby-rgl/Makefile Sun Jul 2 05:28:59 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/05/21 02:59:10 taca Exp $
+# $NetBSD: Makefile,v 1.20 2023/07/02 05:28:59 taca Exp $
-DISTNAME= rgl-0.6.3
+DISTNAME= rgl-0.6.5
CATEGORIES= devel
MAINTAINER= minskim%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-rgl/distinfo
diff -u pkgsrc/devel/ruby-rgl/distinfo:1.19 pkgsrc/devel/ruby-rgl/distinfo:1.20
--- pkgsrc/devel/ruby-rgl/distinfo:1.19 Sun May 21 02:59:10 2023
+++ pkgsrc/devel/ruby-rgl/distinfo Sun Jul 2 05:28:59 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2023/05/21 02:59:10 taca Exp $
+$NetBSD: distinfo,v 1.20 2023/07/02 05:28:59 taca Exp $
-BLAKE2s (rgl-0.6.3.gem) = cca32a47c0455066a2442eec2b88ab0516debef324d8ebe171d406e2b8045576
-SHA512 (rgl-0.6.3.gem) = b006f90839d73b5755f72635ecc5dee7b4089e6d667d62425bae41d06bccf1e532a1cdf6e72946f459358ecd2dc52f837eeffcb74989b0820504cd89845606e5
-Size (rgl-0.6.3.gem) = 68608 bytes
+BLAKE2s (rgl-0.6.5.gem) = 97a185905bd57046b2d8849e8906ce5e24bdfcfea072a9b3eab028305ee57d65
+SHA512 (rgl-0.6.5.gem) = 16e3bd9643a6dc37042b989046528f31470906adfab65ae55808d47ef9063c64a2b5f0d777572c6bdad2fcfae278a63a8717cc1a5048f72e547461f280a6bf7e
+Size (rgl-0.6.5.gem) = 69120 bytes
Index: pkgsrc/devel/ruby-rgl/PLIST
diff -u pkgsrc/devel/ruby-rgl/PLIST:1.12 pkgsrc/devel/ruby-rgl/PLIST:1.13
--- pkgsrc/devel/ruby-rgl/PLIST:1.12 Thu Feb 23 14:57:56 2023
+++ pkgsrc/devel/ruby-rgl/PLIST Sun Jul 2 05:28:59 2023
@@ -1,12 +1,11 @@
-@comment $NetBSD: PLIST,v 1.12 2023/02/23 14:57:56 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2023/07/02 05:28:59 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/ChangeLog
+${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/examples/canvas.rb
${GEM_LIBDIR}/examples/examples.rb
-${GEM_LIBDIR}/examples/graph.dot
${GEM_LIBDIR}/examples/insel_der_tausend_gefahren.rb
${GEM_LIBDIR}/examples/north.rb
${GEM_LIBDIR}/examples/north/Graph.log
@@ -106,6 +105,7 @@ ${GEM_LIBDIR}/lib/rgl/topsort.rb
${GEM_LIBDIR}/lib/rgl/transitiv_closure.rb
${GEM_LIBDIR}/lib/rgl/transitivity.rb
${GEM_LIBDIR}/lib/rgl/traversal.rb
+${GEM_LIBDIR}/lib/rgl/version.rb
${GEM_LIBDIR}/rakelib/dep_graph.rake
${GEM_LIBDIR}/test/bellman_ford_test.rb
${GEM_LIBDIR}/test/bidirectional_graph_test.rb
@@ -127,6 +127,7 @@ ${GEM_LIBDIR}/test/prim_test.rb
${GEM_LIBDIR}/test/rdot_test.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_LIBDIR}/test/transitivity_test.rb
+${GEM_LIBDIR}/test/traversal_bfs_require.rb
${GEM_LIBDIR}/test/traversal_test.rb
${GEM_LIBDIR}/test/undirected_graph_test.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Home |
Main Index |
Thread Index |
Old Index