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:           Mon Feb 25 16:43:23 UTC 2019

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

Log Message:
devel/ruby-rgl: update to 0.5.4

2019-01 Release 0.5.4

Lia Skalkos
 * Enable options to be passed to #write_to_graphic_file (4ca972). For details see PR #41
Horst Duchene
 * Fix travis-ci errors
 * Add new ruby versions
 * Fix gemspec errors
 * Fix lint warnings
 * Use version stream 0.5.2


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-rgl/Makefile
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/devel/ruby-rgl/Makefile:1.11
--- pkgsrc/devel/ruby-rgl/Makefile:1.10 Sun Jun  4 16:13:07 2017
+++ pkgsrc/devel/ruby-rgl/Makefile      Mon Feb 25 16:43:23 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/06/04 16:13:07 taca Exp $
+# $NetBSD: Makefile,v 1.11 2019/02/25 16:43:23 taca Exp $
 
-DISTNAME=      rgl-0.5.3
+DISTNAME=      rgl-0.5.4
 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:../../devel/ruby-stream
+DEPENDS+=      ${RUBY_PKGPREFIX}-stream>=0.5.2:../../devel/ruby-stream
 DEPENDS+=      ${RUBY_PKGPREFIX}-lazy_priority_queue>0.1.0<0.2:../../devel/ruby-lazy_priority_queue
 
 .include "../../lang/ruby/gem.mk"

Index: pkgsrc/devel/ruby-rgl/distinfo
diff -u pkgsrc/devel/ruby-rgl/distinfo:1.8 pkgsrc/devel/ruby-rgl/distinfo:1.9
--- pkgsrc/devel/ruby-rgl/distinfo:1.8  Sun Jun  4 16:13:07 2017
+++ pkgsrc/devel/ruby-rgl/distinfo      Mon Feb 25 16:43:23 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/06/04 16:13:07 taca Exp $
+$NetBSD: distinfo,v 1.9 2019/02/25 16:43:23 taca Exp $
 
-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
+SHA1 (rgl-0.5.4.gem) = 049836fde12856d53c987ac634186fb0c31c248d
+RMD160 (rgl-0.5.4.gem) = 613bc3920f1fd6d236595e0f57ea4a2cf6d3408c
+SHA512 (rgl-0.5.4.gem) = 9f0b0f7dccc7c8f6d4fa1ee80c3747244093608ca0f1e7bf0a933258759b4531d2b706a463c157bc3cd4f11b8005516e08750ab56ddc276f813471c07573d2c5
+Size (rgl-0.5.4.gem) = 63488 bytes



Home | Main Index | Thread Index | Old Index