diff options
author | sno <sno@pkgsrc.org> | 2010-03-15 18:55:22 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-15 18:55:22 +0000 |
commit | 85aa538dccfe3436d4c031c10ae3076e9efb43e7 (patch) | |
tree | 8b2cd4a91778db8b4318d13c20f91d57f2737738 /devel/p5-Graph | |
parent | 7484907859bf4c6b5ea9e82417b7761aee8fa11a (diff) | |
download | pkgsrc-85aa538dccfe3436d4c031c10ae3076e9efb43e7.tar.gz |
Updating devel/p5-Graph from 0.93 to 0.94
Upstream changes:
2010-03-13 - Release 0.94 - Jarkko Hietaniemi <jhi@iki.fi>
* Address rt.cpan.org #43580:
"Reversed logic on overload::StrVal() in AdjacencyMap::Vertex::__set_path"
Had to add a new option, refvertexed_stringified.
* Address rt.cpan.org #50210:
"Graph-0.91: bug in unionfind parameter"
One cannot delete from a unionfind graph: now enforcing that.
* Address rt.cpan.org #48090:
"all_reachable on directed $g->add_edges(['a','b'],['b','a'])"
Now if there are loops, all_reachable() will include
the initial vertices themselves. Also all_neighbors()
had some problems in certain cases, fixed those too.
* Address rt.cpan.org #50210:
"Graph-0.91: bug in unionfind parameter"
One cannot delete edges or vertices from a unionfind
graph: now enforce that in code.
* Address rt.pcan.org #42549: "stron"
Document that strongly connected components will include
isolated and sink and source vertices.
Diffstat (limited to 'devel/p5-Graph')
-rw-r--r-- | devel/p5-Graph/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Graph/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Graph/Makefile b/devel/p5-Graph/Makefile index 70a4f0c2fa6..8a484e06067 100644 --- a/devel/p5-Graph/Makefile +++ b/devel/p5-Graph/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2010/03/08 16:10:33 sno Exp $ +# $NetBSD: Makefile,v 1.19 2010/03/15 18:55:22 sno Exp $ -DISTNAME= Graph-0.93 +DISTNAME= Graph-0.94 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Graph/} diff --git a/devel/p5-Graph/distinfo b/devel/p5-Graph/distinfo index 5b6f4a33924..887db551c32 100644 --- a/devel/p5-Graph/distinfo +++ b/devel/p5-Graph/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2010/03/08 16:10:33 sno Exp $ +$NetBSD: distinfo,v 1.9 2010/03/15 18:55:22 sno Exp $ -SHA1 (Graph-0.93.tar.gz) = bed0b25f7c854953ee7ac2fbb2124a943902d129 -RMD160 (Graph-0.93.tar.gz) = d625d9ea4a3a9fb88de760c4e281e0081fd10ef4 -Size (Graph-0.93.tar.gz) = 144938 bytes +SHA1 (Graph-0.94.tar.gz) = 6aa818a4b97e6ecb6a461b8722ec514ad194a23d +RMD160 (Graph-0.94.tar.gz) = f739d1ecd31d42cb8c45530cad5489916f0e86e1 +Size (Graph-0.94.tar.gz) = 146959 bytes |