Update to 0.57.
This commit is contained in:
parent
2729ddc5b3
commit
8a2b51e72a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128697
2 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue