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 Oct  9 15:00:05 UTC 2016

Modified Files:
        pkgsrc/devel/ruby-rgl: Makefile PLIST distinfo

Log Message:
Update to ruby-rgl to 0.5.2.

2016-05 Release 0.5.2

Horst Duchene <monora%gmail.com@localhost>
 * Issue #21: Use new method vertex_id instead of object_id to identify vertices in dot export. (fa7592)
 * Integrate Code Climate's test coverage reporting (0ab722)
 * Clarify traversal order of DFS search (see #20). (afa788)
Chase Gilliam <chase.gilliam%gmail.com@localhost>
 * drop 1.9.3 add newer jruby and rubinius (fad333)
Mat���as Battocchia <matias%riseup.net@localhost>
 * Switched to a different heap implementation. (bd7c13)
gorn <j%kub.cz@localhost>
 * Adding failing test for issue #24 (1f6204)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-rgl/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-rgl/PLIST \
    pkgsrc/devel/ruby-rgl/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-rgl/Makefile
diff -u pkgsrc/devel/ruby-rgl/Makefile:1.8 pkgsrc/devel/ruby-rgl/Makefile:1.9
--- pkgsrc/devel/ruby-rgl/Makefile:1.8  Sat Sep 26 15:02:59 2015
+++ pkgsrc/devel/ruby-rgl/Makefile      Sun Oct  9 15:00:04 2016
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.8 2015/09/26 15:02:59 taca Exp $
+# $NetBSD: Makefile,v 1.9 2016/10/09 15:00:04 taca Exp $
 
-DISTNAME=      rgl-0.5.1
+DISTNAME=      rgl-0.5.2
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/monora/rgl
 COMMENT=       Framework for graph data structures and algorithms
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-algorithms>=0.5.0:../../devel/ruby-algorithms
 DEPENDS+=      ${RUBY_PKGPREFIX}-stream>=0.5:../../devel/ruby-stream
-
-OVERRIDE_GEMSPEC+= algorithms>=0.5.0
+DEPENDS+=      ${RUBY_PKGPREFIX}-lazy_priority_queue>0.1.0<0.2:../../devel/ruby-lazy_priority_queue
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/ruby-rgl/PLIST
diff -u pkgsrc/devel/ruby-rgl/PLIST:1.6 pkgsrc/devel/ruby-rgl/PLIST:1.7
--- pkgsrc/devel/ruby-rgl/PLIST:1.6     Sun Sep 13 11:50:46 2015
+++ pkgsrc/devel/ruby-rgl/PLIST Sun Oct  9 15:00:04 2016
@@ -1,14 +1,11 @@
-@comment $NetBSD: PLIST,v 1.6 2015/09/13 11:50:46 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2016/10/09 15:00:04 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/ChangeLog
 ${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/examples/canvas.rb
 ${GEM_LIBDIR}/examples/examples.rb
-${GEM_LIBDIR}/examples/images/example.jpg
-${GEM_LIBDIR}/examples/images/module_graph.jpg
-${GEM_LIBDIR}/examples/images/rgl_modules.png
 ${GEM_LIBDIR}/examples/insel_der_tausend_gefahren.rb
 ${GEM_LIBDIR}/examples/north.rb
 ${GEM_LIBDIR}/examples/north/Graph.log
@@ -111,6 +108,7 @@ ${GEM_LIBDIR}/test/bellman_ford_test.rb
 ${GEM_LIBDIR}/test/bipartite_test.rb
 ${GEM_LIBDIR}/test/components_test.rb
 ${GEM_LIBDIR}/test/cycles_test.rb
+${GEM_LIBDIR}/test/dijkstra_issue24_test.rb
 ${GEM_LIBDIR}/test/dijkstra_test.rb
 ${GEM_LIBDIR}/test/directed_graph_test.rb
 ${GEM_LIBDIR}/test/dot_test.rb
Index: pkgsrc/devel/ruby-rgl/distinfo
diff -u pkgsrc/devel/ruby-rgl/distinfo:1.6 pkgsrc/devel/ruby-rgl/distinfo:1.7
--- pkgsrc/devel/ruby-rgl/distinfo:1.6  Tue Nov  3 03:29:28 2015
+++ pkgsrc/devel/ruby-rgl/distinfo      Sun Oct  9 15:00:04 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 03:29:28 agc Exp $
+$NetBSD: distinfo,v 1.7 2016/10/09 15:00:04 taca Exp $
 
-SHA1 (rgl-0.5.1.gem) = 37d3b83cc2bf0bdc2bafe6ea6bfb755dab22cc38
-RMD160 (rgl-0.5.1.gem) = 2122d5f8e6a200beaa94c37203d88b99c11698bf
-SHA512 (rgl-0.5.1.gem) = 4b966358535f12f12652d8a501592cfda6ff18c5a3e177aca2a1a5a3d9444366356e26a66acba60f2e3f94977bf6b9845c27ae317f377ab66125fe8b9fb09edd
-Size (rgl-0.5.1.gem) = 235520 bytes
+SHA1 (rgl-0.5.2.gem) = 61bf7dc4106170feb848edb8d3850c3d8f12d32a
+RMD160 (rgl-0.5.2.gem) = 24bc5552f14352f6102d9f40c3260762a31117f4
+SHA512 (rgl-0.5.2.gem) = 0ecad402f8c1338d70b3882d1f5ab40c7bf4d765b8f01cfe363657b811fcfc5d1541d89a023f727f18d2ff4d1b9ba6886e1618bffeaba33c68dc8a408d0e3a84
+Size (rgl-0.5.2.gem) = 62976 bytes



Home | Main Index | Thread Index | Old Index