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.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e680961c96ac
branches:  trunk
changeset: 403688:e680961c96ac
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Oct 30 15:27:41 2019 +0000

description:
devel/ruby-rgl: update to 0.5.6

update ruby-rgl to 0.5.6.

pkgsrc change: add "USE_LANGUAGES=      # none".


2019-01 Release 0.5.6

Artemy Kirienko
 * PR #42 Add method Graph#path?(u, v) to check if a path exists between two vertices
Horst Duchene
 * Fix #47 set_to_begin for graph iterator (881aa8)

2019-01 Release 0.5.5

Artemy Kirienko
 * PR #42 Add method Graph#path?(u, v) to check if a path exists between two vertices
Horst Duchene
 * Fix #47 set_to_begin for graph iterator (881aa8)

diffstat:

 devel/ruby-rgl/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 37cef6172cad -r e680961c96ac devel/ruby-rgl/Makefile
--- a/devel/ruby-rgl/Makefile   Wed Oct 30 15:20:08 2019 +0000
+++ b/devel/ruby-rgl/Makefile   Wed Oct 30 15:27:41 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2019/02/25 16:43:23 taca Exp $
+# $NetBSD: Makefile,v 1.12 2019/10/30 15:27:41 taca Exp $
 
-DISTNAME=      rgl-0.5.4
+DISTNAME=      rgl-0.5.6
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -11,5 +11,7 @@
 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
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index