diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-22 19:00:37 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-22 19:00:37 +0000 |
commit | 7f47e1cbe9c06f8b21e7c7ba6f553833004e7933 (patch) | |
tree | 85e600abbbdc7cf294047902a7d13a31624759f9 /devel/p5-Graph | |
parent | d2caf4d0780a00d497886abb4559c269a149f322 (diff) | |
download | pkgsrc-7f47e1cbe9c06f8b21e7c7ba6f553833004e7933.tar.gz |
updated to 0.84
ChangeLog:
2007-08-13 Jarkko Hietaniemi <jhi@iki.fi>
* Tels found one more attributed edge problem.
* Release as 0.84.
2007-08-12 Jarkko Hietaniemi <jhi@iki.fi>
* One test in 73_diameter.t had too many possible answers,
dependent on the hash ordering, removed the test.
* Release as 0.83.
2007-08-11 Jarkko Hietaniemi <jhi@iki.fi>
* Since Heap 0.80 broke Graph, as a stop-gap measure
I will include the Heap::Elem and Heap::Fibonacci
of Heap 0.71, renamed as 'Heap071', addresses rt.cpan.org
#26943: "Heap 0.80 breaks Graph", and numerous bug reports
by email
* Address rt.cpan.org #27840: "add-edge_attributes() on
undirected graph wrongly depends on node order", from Tels
* Address rt.cpan.org #27959: "radius method incorrect",
code and test case from ROSULEK.
* Release as 0.82.
2007-01-21 Jarkko Hietaniemi <jhi@iki.fi>
* Address rt.cpan.org #24417: "next_successor unavailable in
Traversal (PATCH)", from Ted Carnahan.
* Small pod tweaks.
* Minor internal cleanup for the caching code.
* Release as 0.81.
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 5d087670600..3c8bf8b07ea 100644 --- a/devel/p5-Graph/Makefile +++ b/devel/p5-Graph/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2008/06/20 01:09:16 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/07/22 19:00:37 rhaen Exp $ -DISTNAME= Graph-0.80 +DISTNAME= Graph-0.84 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 abc0d0f770e..c0daea1ded1 100644 --- a/devel/p5-Graph/distinfo +++ b/devel/p5-Graph/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/12/16 15:17:48 bouyer Exp $ +$NetBSD: distinfo,v 1.4 2008/07/22 19:00:37 rhaen Exp $ -SHA1 (Graph-0.80.tar.gz) = b069af1b9f3249f06d6b50da9f4b3eb23536a270 -RMD160 (Graph-0.80.tar.gz) = 54309c94f38b01b3bb21a3227292883d76dd1fa9 -Size (Graph-0.80.tar.gz) = 131331 bytes +SHA1 (Graph-0.84.tar.gz) = 4c6a3bbf79759071db3c4df12712d448a07b4522 +RMD160 (Graph-0.84.tar.gz) = 9e41878aaa36d09f9754a60cb4e9257951c3488e +Size (Graph-0.84.tar.gz) = 137841 bytes |