summaryrefslogtreecommitdiff
path: root/devel/p5-Graph
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2013-05-27 13:54:06 +0000
committerwen <wen@pkgsrc.org>2013-05-27 13:54:06 +0000
commit75e784251d9e699b0d058dc8dc31ad86b5ef91e1 (patch)
tree2f867f1be34369e538b4969c72d19443d5852141 /devel/p5-Graph
parent6bd9b118e44a7b826c657cc5fc4fdc3b6713c2f5 (diff)
downloadpkgsrc-75e784251d9e699b0d058dc8dc31ad86b5ef91e1.tar.gz
Update to 0.96
Upstream changes: 2013-05-24 Jarkko Hietaniemi <jhi@iki.fi> * Mop-up release for 0.95. Still is and will be unsupported. * Release as 0.96. 2013-05-23 Jarkko Hietaniemi <jhi@iki.fi> * Address rt.cpan.org #85449: "Graph-0.94 tests fail under perl 5.18.0" * Address rt.cpan.org #82324: "Test failures due to hash randomisation in perl 5.17.6" The two above fixes were the same: the biconnectedness code was rewritten from scratch. The new code behaves differently (but I believe more correctly) on certain edge cases, in general it will generate more biconnected components and bridges, for example for "a=b=c" it will now return the same two biconnected components and bridges (cut edges), namely "a=b" and "b=c", the "b" of course being the articulation point (cut vertex). * Address rt.cpan.org #67213: "[PATCH] pod fixes" * Remove the t/u_bo.t and t/u_bo1.t since they die in 5.18 due to some strange failure, looks unrelated to Graph as such, probably some fix/change made by newer Perls. * Release as 0.95.
Diffstat (limited to 'devel/p5-Graph')
-rw-r--r--devel/p5-Graph/Makefile5
-rw-r--r--devel/p5-Graph/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Graph/Makefile b/devel/p5-Graph/Makefile
index 9b9c80a3d82..486929e619a 100644
--- a/devel/p5-Graph/Makefile
+++ b/devel/p5-Graph/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2012/10/31 11:18:17 asau Exp $
+# $NetBSD: Makefile,v 1.24 2013/05/27 13:54:06 wen Exp $
-DISTNAME= Graph-0.94
+DISTNAME= Graph-0.96
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 887db551c32..8d71a543e64 100644
--- a/devel/p5-Graph/distinfo
+++ b/devel/p5-Graph/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2010/03/15 18:55:22 sno Exp $
+$NetBSD: distinfo,v 1.10 2013/05/27 13:54:06 wen Exp $
-SHA1 (Graph-0.94.tar.gz) = 6aa818a4b97e6ecb6a461b8722ec514ad194a23d
-RMD160 (Graph-0.94.tar.gz) = f739d1ecd31d42cb8c45530cad5489916f0e86e1
-Size (Graph-0.94.tar.gz) = 146959 bytes
+SHA1 (Graph-0.96.tar.gz) = c2c1b9a6725706757d6eaf54ca85997843d340aa
+RMD160 (Graph-0.96.tar.gz) = 254f42f014381f6002a9bafcc71c1d791b95d5e8
+Size (Graph-0.96.tar.gz) = 147629 bytes