forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
taca
committed
Feb 25, 2019
1 parent
a209c68
commit 2235f64
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# $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= [email protected] | ||
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |