diff options
author | he <he@pkgsrc.org> | 2009-01-04 18:00:36 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-01-04 18:00:36 +0000 |
commit | 9d9b84950d2ad19b8cff2f494fd4cdc25b22d26e (patch) | |
tree | dd07dd444fe701a6487ea3d863aa280c2dab60d0 | |
parent | 63dc0cf65693e9c47849de614fe9e656e3764ad7 (diff) | |
download | pkgsrc-9d9b84950d2ad19b8cff2f494fd4cdc25b22d26e.tar.gz |
Update from version 0.86 to 0.90.
Upstream changes:
2008-12-29 Jarkko Hietaniemi <jhi@iki.fi>
* Storable deparse of coderefs for deep_copy() does not
work at all with 5.6.2: if modern enough Storable
and B::Deparse are not available, fall back to
the previous version which used Data::Dumper.
* Release as 0.90.
2008-12-27 Jarkko Hietaniemi <jhi@iki.fi>
* Some PAUSE upload problem with 0.88, retrying.
* Release as 0.89.
2008-12-26 Jarkko Hietaniemi <jhi@iki.fi>
* The 0.87 forgot to specify the Storable (and Safe,
used in the deserialization step of deep_copy)
prerequirement(s) in Makefile.PL.
* Release as 0.88.
2008-12-26 Jarkko Hietaniemi <jhi@iki.fi>
* Addressed a performance problem in successors()
and predecessors(), reported by Jonathan Moore.
* Reimplement deep_copy() by using Storable
freeze() and thaw() instead of Data::Dumper,
inspired by Jonathan Moore. Probably now safer
and faster, but Storable is now a prerequirement.
* Release as 0.87.
-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 e1587103b3d..b4d449aaaf2 100644 --- a/devel/p5-Graph/Makefile +++ b/devel/p5-Graph/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2008/12/20 22:21:30 he Exp $ +# $NetBSD: Makefile,v 1.16 2009/01/04 18:00:36 he Exp $ -DISTNAME= Graph-0.86 +DISTNAME= Graph-0.90 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 7254af21b1d..fcec00c8f75 100644 --- a/devel/p5-Graph/distinfo +++ b/devel/p5-Graph/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2008/12/20 22:21:30 he Exp $ +$NetBSD: distinfo,v 1.6 2009/01/04 18:00:36 he Exp $ -SHA1 (Graph-0.86.tar.gz) = e14bb4c083ea1253b1b0544684efe2cf5dc7be15 -RMD160 (Graph-0.86.tar.gz) = c41eb84a012cd9a3da2376a5e02c82dcf93b3dbc -Size (Graph-0.86.tar.gz) = 143101 bytes +SHA1 (Graph-0.90.tar.gz) = 80e9fb60727b47f53c89cfb1ba764daee83cded8 +RMD160 (Graph-0.90.tar.gz) = 20dd1cc677bcd84c217ffd0444ffef6dbf4c6fd0 +Size (Graph-0.90.tar.gz) = 143985 bytes |