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 Jan 10 16:20:49 UTC 2021
Modified Files:
pkgsrc/devel/ruby-rgl: Makefile PLIST distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-rgl/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-rgl/PLIST
cvs rdiff -u -r1.10 -r1.11 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.12 pkgsrc/devel/ruby-rgl/Makefile:1.13
--- pkgsrc/devel/ruby-rgl/Makefile:1.12 Wed Oct 30 15:27:41 2019
+++ pkgsrc/devel/ruby-rgl/Makefile Sun Jan 10 16:20:48 2021
@@ -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 @@ HOMEPAGE= https://github.com/monora/rgl
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
Index: pkgsrc/devel/ruby-rgl/PLIST
diff -u pkgsrc/devel/ruby-rgl/PLIST:1.9 pkgsrc/devel/ruby-rgl/PLIST:1.10
--- pkgsrc/devel/ruby-rgl/PLIST:1.9 Sat Dec 28 00:32:23 2019
+++ pkgsrc/devel/ruby-rgl/PLIST Sun Jan 10 16:20:48 2021
@@ -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.12.8.grap
${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
Index: pkgsrc/devel/ruby-rgl/distinfo
diff -u pkgsrc/devel/ruby-rgl/distinfo:1.10 pkgsrc/devel/ruby-rgl/distinfo:1.11
--- pkgsrc/devel/ruby-rgl/distinfo:1.10 Tue Nov 12 20:26:50 2019
+++ pkgsrc/devel/ruby-rgl/distinfo Sun Jan 10 16:20:48 2021
@@ -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