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 Jun  4 16:13:08 UTC 2017

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

Log Message:
Update ruby-rgl to 0.5.3.

2016-05 Release 0.5.3

Horst Duchene
 * Issue #38: Add error handling or dot functions. (719e38, 5a3423)

Thomas Orozco
 * Remove Enumerable Extension (fde8a5)
 * Update to codeclimate-test-reporter 1.x (25fdb5)

Mario Daskalov
 * Clarify that you need graphviz in the README (35a4b4)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-rgl/Makefile
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/devel/ruby-rgl/Makefile:1.10
--- pkgsrc/devel/ruby-rgl/Makefile:1.9  Sun Oct  9 15:00:04 2016
+++ pkgsrc/devel/ruby-rgl/Makefile      Sun Jun  4 16:13:07 2017
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.9 2016/10/09 15:00:04 taca Exp $
+# $NetBSD: Makefile,v 1.10 2017/06/04 16:13:07 taca Exp $
 
-DISTNAME=      rgl-0.5.2
+DISTNAME=      rgl-0.5.3
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/monora/rgl
 COMMENT=       Framework for graph data structures and algorithms
+LICENSE=       ruby-license
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-stream>=0.5:../../devel/ruby-stream
 DEPENDS+=      ${RUBY_PKGPREFIX}-lazy_priority_queue>0.1.0<0.2:../../devel/ruby-lazy_priority_queue

Index: pkgsrc/devel/ruby-rgl/PLIST
diff -u pkgsrc/devel/ruby-rgl/PLIST:1.7 pkgsrc/devel/ruby-rgl/PLIST:1.8
--- pkgsrc/devel/ruby-rgl/PLIST:1.7     Sun Oct  9 15:00:04 2016
+++ pkgsrc/devel/ruby-rgl/PLIST Sun Jun  4 16:13:07 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2016/10/09 15:00:04 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2017/06/04 16:13:07 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/ChangeLog
 ${GEM_LIBDIR}/Gemfile
@@ -89,7 +89,6 @@ ${GEM_LIBDIR}/lib/rgl/dijkstra_visitor.r
 ${GEM_LIBDIR}/lib/rgl/dot.rb
 ${GEM_LIBDIR}/lib/rgl/edge_properties_map.rb
 ${GEM_LIBDIR}/lib/rgl/edmonds_karp.rb
-${GEM_LIBDIR}/lib/rgl/enumerable_ext.rb
 ${GEM_LIBDIR}/lib/rgl/graph_iterator.rb
 ${GEM_LIBDIR}/lib/rgl/graph_visitor.rb
 ${GEM_LIBDIR}/lib/rgl/graph_wrapper.rb
Index: pkgsrc/devel/ruby-rgl/distinfo
diff -u pkgsrc/devel/ruby-rgl/distinfo:1.7 pkgsrc/devel/ruby-rgl/distinfo:1.8
--- pkgsrc/devel/ruby-rgl/distinfo:1.7  Sun Oct  9 15:00:04 2016
+++ pkgsrc/devel/ruby-rgl/distinfo      Sun Jun  4 16:13:07 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/10/09 15:00:04 taca Exp $
+$NetBSD: distinfo,v 1.8 2017/06/04 16:13:07 taca Exp $
 
-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
+SHA1 (rgl-0.5.3.gem) = a051547fe5aa1dd4190cc5a797992d5da7234c85
+RMD160 (rgl-0.5.3.gem) = 30d26de86bef92aee90c4ac60055c87cff350cd3
+SHA512 (rgl-0.5.3.gem) = 395366ca41524112365b8d894208e59330cf62102a066464ea5b7fec5f0da742970e4e5b66a440f4122f54137142ce4224022280bb18f64e5ec2f95817901793
+Size (rgl-0.5.3.gem) = 62464 bytes



Home | Main Index | Thread Index | Old Index