pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-rgl devel/ruby-rgl: update to 0.5.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ccdddd705c5e
branches:  trunk
changeset: 444605:ccdddd705c5e
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 10 16:20:48 2021 +0000

description:
devel/ruby-rgl: update to 0.5.7

2019-01 Release 0.5.7

Horst Duchene
 * Fully automate dev setup with Gitpod (41dd00)
 * Add Dockerfile to install graphviz (2bd738)
 * Examples do not call dotty (6bba96)
 * Add ruby license file (a21aa5)
ujihisa <ujihisa%users.noreply.github.com@localhost>
 * Test against Ruby 2.6 and 2.7 as well (50ac7c)
 * Fix dead links (9184f3)
Harry Lascelles <hlascelles%users.noreply.github.com@localhost>
 * Update .travis.yml (45b9a2)
 * Make the links more explicit (95dc3b)
Harry Lascelles
 * Add explicit license to gemspec (de3647)

diffstat:

 devel/ruby-rgl/Makefile |   6 +++---
 devel/ruby-rgl/PLIST    |   3 ++-
 devel/ruby-rgl/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r 7ae27d5e4fe6 -r ccdddd705c5e devel/ruby-rgl/Makefile
--- a/devel/ruby-rgl/Makefile   Sun Jan 10 16:19:25 2021 +0000
+++ b/devel/ruby-rgl/Makefile   Sun Jan 10 16:20:48 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2019/10/30 15:27:41 taca Exp $
+# $NetBSD: Makefile,v 1.13 2021/01/10 16:20:48 taca Exp $
 
-DISTNAME=      rgl-0.5.6
+DISTNAME=      rgl-0.5.7
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -8,7 +8,7 @@
 COMMENT=       Framework for graph data structures and algorithms
 LICENSE=       ruby-license
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-stream>=0.5.2:../../devel/ruby-stream
+DEPENDS+=      ${RUBY_PKGPREFIX}-stream>=0.5.3:../../devel/ruby-stream
 DEPENDS+=      ${RUBY_PKGPREFIX}-lazy_priority_queue>0.1.0<0.2:../../devel/ruby-lazy_priority_queue
 
 USE_LANGUAGES= # none
diff -r 7ae27d5e4fe6 -r ccdddd705c5e devel/ruby-rgl/PLIST
--- a/devel/ruby-rgl/PLIST      Sun Jan 10 16:19:25 2021 +0000
+++ b/devel/ruby-rgl/PLIST      Sun Jan 10 16:20:48 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2019/12/28 00:32:23 mef Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/01/10 16:20:48 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/ChangeLog
 ${GEM_LIBDIR}/Gemfile
@@ -77,6 +77,7 @@
 ${GEM_LIBDIR}/examples/north/g.14.9.graphml
 ${GEM_LIBDIR}/examples/north2.rb
 ${GEM_LIBDIR}/examples/rdep-rgl.rb
+${GEM_LIBDIR}/examples/unix.dot
 ${GEM_LIBDIR}/lib/rgl/adjacency.rb
 ${GEM_LIBDIR}/lib/rgl/base.rb
 ${GEM_LIBDIR}/lib/rgl/bellman_ford.rb
diff -r 7ae27d5e4fe6 -r ccdddd705c5e devel/ruby-rgl/distinfo
--- a/devel/ruby-rgl/distinfo   Sun Jan 10 16:19:25 2021 +0000
+++ b/devel/ruby-rgl/distinfo   Sun Jan 10 16:20:48 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/11/12 20:26:50 wiz Exp $
+$NetBSD: distinfo,v 1.11 2021/01/10 16:20:48 taca Exp $
 
-SHA1 (rgl-0.5.6.gem) = 04e509c5683ea7f9d466958d8d96ac20023bca68
-RMD160 (rgl-0.5.6.gem) = f697a2c7552c16dabc30e4a429882f4a1688abcb
-SHA512 (rgl-0.5.6.gem) = 6f3f808305e325ac32d488ca3e1bcb248313584bdca37d6ba949cb6627d60309c678115ed196524fa249b0afed3e87c340331f5d80ff17900a8148bf7247a12b
-Size (rgl-0.5.6.gem) = 64000 bytes
+SHA1 (rgl-0.5.7.gem) = 4a0ea099c8e8a1a4fdb7680232985a06924bd293
+RMD160 (rgl-0.5.7.gem) = ab4492d5589068aff33a70c56c6daec73f13ebe2
+SHA512 (rgl-0.5.7.gem) = 9db3b74e994770f34aeca48ef3d6311701108608dbfa8b598a53e2fd15159d646241908504878963877d9e81344897183da3d55f396ffc078655c86d668d0094
+Size (rgl-0.5.7.gem) = 65024 bytes



Home | Main Index | Thread Index | Old Index