diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-02-13 14:47:45 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-02-13 14:47:45 +0000 |
commit | 8a2b51e72a962985617f686c163271e30de2105e (patch) | |
tree | 324acc1b79b8f1f62ceeabcf973527291720ff08 /math/p5-Graph | |
parent | 2729ddc5b397b3474daef9bd188a0bf7f08e69f0 (diff) | |
download | ports-8a2b51e72a962985617f686c163271e30de2105e.tar.gz ports-8a2b51e72a962985617f686c163271e30de2105e.zip |
Notes
Diffstat (limited to 'math/p5-Graph')
-rw-r--r-- | math/p5-Graph/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Graph/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/math/p5-Graph/Makefile b/math/p5-Graph/Makefile index e71ed6b37879..6b23f62c932a 100644 --- a/math/p5-Graph/Makefile +++ b/math/p5-Graph/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Graph -PORTVERSION= 0.55 +PORTVERSION= 0.57 PORTEPOCH= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -27,12 +27,14 @@ MAN3= Graph.3 \ Graph::AdjacencyMap::Vertex.3 \ Graph::AdjacencyMatrix.3 \ Graph::BitMatrix.3 \ + Graph::Directed.3 \ Graph::Matrix.3 \ Graph::TransitiveClosure.3 \ Graph::TransitiveClosure::Matrix.3 \ Graph::Traversal.3 \ Graph::Traversal::BFS.3 \ Graph::Traversal::DFS.3 \ + Graph::Undirected.3 \ Graph::UnionFind.3 .include <bsd.port.pre.mk> diff --git a/math/p5-Graph/distinfo b/math/p5-Graph/distinfo index bbdb57c6a3cc..f9d036344dd5 100644 --- a/math/p5-Graph/distinfo +++ b/math/p5-Graph/distinfo @@ -1,2 +1,2 @@ -MD5 (Graph-0.55.tar.gz) = 095c84809d7f36ce979f464ab00ff72e -SIZE (Graph-0.55.tar.gz) = 88514 +MD5 (Graph-0.57.tar.gz) = 5189eddb25f92438a56c66ab9c91401a +SIZE (Graph-0.57.tar.gz) = 89059 |