diff options
author | wen <wen@pkgsrc.org> | 2015-09-30 10:47:35 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-09-30 10:47:35 +0000 |
commit | 4204a37e5a951fc8d3726f5d5912b0c1fa981069 (patch) | |
tree | b701fb31cb1ab0613fb537e01ef2023923439aaf /devel/p5-Graph | |
parent | 2460ab09c9130b34061da35e5f11f2666d741553 (diff) | |
download | pkgsrc-4204a37e5a951fc8d3726f5d5912b0c1fa981069.tar.gz |
Update to 0.9703
Upstream changes:
0.9703 2015-09-29 Jarkko Hietaniemi <jhi@iki.fi>
- document (at user level) the openbsd random problem
- using the 5.22+ Inf was done the wrong way:
https://github.com/neilbowers/Graph/issues/1
0.9702 2015-09-28 Jarkko Hietaniemi <jhi@iki.fi>
- rt.cpan.org 107394 $Storable::VERSION may contain underscores
- follow-up to rt.cpan.org 104687: more docs, fixes, and tests for
diameter/radius/shortest_path/center_vertices/vertex_eccentricity
for corner cases like empty graph, single-vertex graphs, and
in general unconnected graphs
- for perl 5.22 or later one should be able to use Inf for Infinity
- openbsd before perl 5.20 had nondeterministic rand()
0.97 2015-09-22 Jarkko Hietaniemi <jhi@iki.fi>
- rt.cpan.org 104687 diameter and centre of a one vertex graph
- rt.cpan.org 107195 [PATCH] fix POD: add missing NAME header
- rt.cpan.org 107194 [PATCH] fix a spelling mistake
- rt.cpan.org #94046 Loading graph produces a warning with Perl 5.16.3
- rt.cpan.org 62626 Graph::TransitiveClosure::Matrix contradictory wrt reflexive
- rt.cpan.org 71793 Problem with APSP and default weight 1
- rt.cpan.org 79143 Graph scalar context override causes problems
- rt.cpan.org 92427 Graph::delete_vertex should not use _edges_at (in all cases)
- rt.cpan.org 85238 bug in edges() method?
- rt.cpan.org 93278 SPT_Dijkstra sometimes returns a wrong answer
- rt.cpan.org 78465 find_a_cycle and has_cycle are broken
- rt.cpan.org 92204 (longest path is not calculated correctly in this case)
- rt.cpan.org 65497 induced subgraph method
- plus various doc and code nits found while looking at the above
0.96_01 2014-03-09 @NEILB
- Taken over maintenance from JHI
- Specified min perl version 5.6.0
- Tweaked COPYRIGHT and LICENSE in pod to match usual form
- Added "use warnings", but that results in loads of warnings
about functions redefined. So added "no warnings 'redefine';".
Have to come back and work that one out!
- Set all VERSION's to 0.96_01. I suspect a switch to Dist::Zilla
might be coming soon...
- Updated README to acknowledge change in maintainer
- Reformatted as per CPAN::Changes::Spec
Diffstat (limited to 'devel/p5-Graph')
-rw-r--r-- | devel/p5-Graph/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Graph/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Graph/Makefile b/devel/p5-Graph/Makefile index 4ac8d0b9b46..c609dbb8adb 100644 --- a/devel/p5-Graph/Makefile +++ b/devel/p5-Graph/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2015/06/12 10:49:17 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/09/30 10:47:35 wen Exp $ -DISTNAME= Graph-0.96 +DISTNAME= Graph-0.9703 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Graph/} diff --git a/devel/p5-Graph/distinfo b/devel/p5-Graph/distinfo index 8d71a543e64..679b566ce54 100644 --- a/devel/p5-Graph/distinfo +++ b/devel/p5-Graph/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2013/05/27 13:54:06 wen Exp $ +$NetBSD: distinfo,v 1.11 2015/09/30 10:47:35 wen Exp $ -SHA1 (Graph-0.96.tar.gz) = c2c1b9a6725706757d6eaf54ca85997843d340aa -RMD160 (Graph-0.96.tar.gz) = 254f42f014381f6002a9bafcc71c1d791b95d5e8 -Size (Graph-0.96.tar.gz) = 147629 bytes +SHA1 (Graph-0.9703.tar.gz) = 335d36e19e84ce1674ade231cf1362e1bf3f21f6 +RMD160 (Graph-0.9703.tar.gz) = a09a5106d18937ecd39887d2e7371adb46a4069d +Size (Graph-0.9703.tar.gz) = 146813 bytes |