diff options
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 |