Tue Jan 3 05:56:21 2023 UTC ()
devel/ruby-rgl: update to 0.5.10

0.5.10 (2023-01-02)

Support Ruby 3.2

What's Changed

* Improve documentation by @monora in #67
* doc: build and publish doc to github pages by @monora in #69
* chore: use dependabot by @monora in #70
* chore: add ecosystem bundler to dependabot by @monora in #71
* fix: Remove superfluous :GRAY assignment in depth first visit (#66) by
  @monora in #68
* chore: support ruby 3.2.0 by @monora in #73


(taca)
diff -r1.15 -r1.16 pkgsrc/devel/ruby-rgl/Makefile
diff -r1.15 -r1.16 pkgsrc/devel/ruby-rgl/distinfo
diff -r1.10 -r1.11 pkgsrc/devel/ruby-rgl/PLIST

cvs diff -r1.15 -r1.16 pkgsrc/devel/ruby-rgl/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rgl/Makefile 2022/09/03 14:42:56 1.15
+++ pkgsrc/devel/ruby-rgl/Makefile 2023/01/03 05:56:21 1.16
@@ -1,21 +1,19 @@ @@ -1,21 +1,19 @@
1# $NetBSD: Makefile,v 1.15 2022/09/03 14:42:56 taca Exp $ 1# $NetBSD: Makefile,v 1.16 2023/01/03 05:56:21 taca Exp $
2 2
3DISTNAME= rgl-0.5.9 3DISTNAME= rgl-0.5.10
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= https://github.com/monora/rgl 7HOMEPAGE= https://github.com/monora/rgl
8COMMENT= Framework for graph data structures and algorithms 8COMMENT= Framework for graph data structures and algorithms
9LICENSE= ruby-license 9LICENSE= ruby-license
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-stream>=0.5.3:../../devel/ruby-stream 11DEPENDS+= ${RUBY_PKGPREFIX}-stream>=0.5.3:../../devel/ruby-stream
12DEPENDS+= ${RUBY_PKGPREFIX}-lazy_priority_queue>0.1.0<0.2:../../devel/ruby-lazy_priority_queue 12DEPENDS+= ${RUBY_PKGPREFIX}-lazy_priority_queue>0.1.0<0.2:../../devel/ruby-lazy_priority_queue
13# Ruby 2.7 and later have rexml 3.2 or later. 13# Ruby 2.7 and later have rexml 3.2 or later.
14#DEPENDS+= ${RUBY_PKGPREFIX}-rexml>=3.2<4:../../textproc/ruby-rexml 14#DEPENDS+= ${RUBY_PKGPREFIX}-rexml>=3.2<4:../../textproc/ruby-rexml
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17 17
18#RUBY_VERSIONS_ACCEPTED= 27 30 31 
19 
20.include "../../lang/ruby/gem.mk" 18.include "../../lang/ruby/gem.mk"
21.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.15 -r1.16 pkgsrc/devel/ruby-rgl/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rgl/distinfo 2022/09/03 14:42:56 1.15
+++ pkgsrc/devel/ruby-rgl/distinfo 2023/01/03 05:56:21 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2022/09/03 14:42:56 taca Exp $ 1$NetBSD: distinfo,v 1.16 2023/01/03 05:56:21 taca Exp $
2 2
3BLAKE2s (rgl-0.5.9.gem) = 9eca6c2608761cea365bc30919ce5d7cfe2301a8b7a2aad5739095c519a9bc9b 3BLAKE2s (rgl-0.5.10.gem) = 76c55274e5431f06c7bf1f074b5b1703d087d018c4d5d015dab5c20390138339
4SHA512 (rgl-0.5.9.gem) = b92f8f55326aeece1bb6d238db099f5d7a634be50f68897227c51acb81d0f97df33fe7b291310eb53df4301aea25f38bfdef6bef7aeb501958830094d3a9da59 4SHA512 (rgl-0.5.10.gem) = 6d3a76cac1322c97bc1989c8c50de4b4f3edf22f8a1604cafb5573bab8e43ad76ea8541f57554035148aa11e7aad418cd71325bec6dfe2e34d6632ea735e6e6f
5Size (rgl-0.5.9.gem) = 65024 bytes 5Size (rgl-0.5.10.gem) = 67072 bytes

cvs diff -r1.10 -r1.11 pkgsrc/devel/ruby-rgl/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rgl/PLIST 2021/01/10 16:20:48 1.10
+++ pkgsrc/devel/ruby-rgl/PLIST 2023/01/03 05:56:21 1.11
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1@comment $NetBSD: PLIST,v 1.10 2021/01/10 16:20:48 taca Exp $ 1@comment $NetBSD: PLIST,v 1.11 2023/01/03 05:56:21 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/ChangeLog 3${GEM_LIBDIR}/ChangeLog
4${GEM_LIBDIR}/Gemfile 4${GEM_LIBDIR}/Gemfile
5${GEM_LIBDIR}/README.md 5${GEM_LIBDIR}/README.md
6${GEM_LIBDIR}/Rakefile 6${GEM_LIBDIR}/Rakefile
7${GEM_LIBDIR}/examples/canvas.rb 7${GEM_LIBDIR}/examples/canvas.rb
8${GEM_LIBDIR}/examples/examples.rb 8${GEM_LIBDIR}/examples/examples.rb
 9${GEM_LIBDIR}/examples/graph.dot
9${GEM_LIBDIR}/examples/insel_der_tausend_gefahren.rb 10${GEM_LIBDIR}/examples/insel_der_tausend_gefahren.rb
10${GEM_LIBDIR}/examples/north.rb 11${GEM_LIBDIR}/examples/north.rb
11${GEM_LIBDIR}/examples/north/Graph.log 12${GEM_LIBDIR}/examples/north/Graph.log
12${GEM_LIBDIR}/examples/north/g.10.0.graphml 13${GEM_LIBDIR}/examples/north/g.10.0.graphml
13${GEM_LIBDIR}/examples/north/g.10.1.graphml 14${GEM_LIBDIR}/examples/north/g.10.1.graphml
14${GEM_LIBDIR}/examples/north/g.10.11.graphml 15${GEM_LIBDIR}/examples/north/g.10.11.graphml
15${GEM_LIBDIR}/examples/north/g.10.12.graphml 16${GEM_LIBDIR}/examples/north/g.10.12.graphml
16${GEM_LIBDIR}/examples/north/g.10.13.graphml 17${GEM_LIBDIR}/examples/north/g.10.13.graphml
17${GEM_LIBDIR}/examples/north/g.10.14.graphml 18${GEM_LIBDIR}/examples/north/g.10.14.graphml
18${GEM_LIBDIR}/examples/north/g.10.15.graphml 19${GEM_LIBDIR}/examples/north/g.10.15.graphml
19${GEM_LIBDIR}/examples/north/g.10.16.graphml 20${GEM_LIBDIR}/examples/north/g.10.16.graphml
20${GEM_LIBDIR}/examples/north/g.10.17.graphml 21${GEM_LIBDIR}/examples/north/g.10.17.graphml
21${GEM_LIBDIR}/examples/north/g.10.19.graphml 22${GEM_LIBDIR}/examples/north/g.10.19.graphml