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:           Wed Oct 30 15:27:41 UTC 2019

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-rgl/Makefile

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.11 pkgsrc/devel/ruby-rgl/Makefile:1.12
--- pkgsrc/devel/ruby-rgl/Makefile:1.11 Mon Feb 25 16:43:23 2019
+++ pkgsrc/devel/ruby-rgl/Makefile      Wed Oct 30 15:27:41 2019
@@ -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 @@ LICENSE=      ruby-license
 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