Update to p5-Graph-0.9716.

This commit is contained in:
benoit 2021-01-01 10:32:49 +00:00
parent bbad3a21b9
commit e73de9c32d
3 changed files with 7 additions and 9 deletions

View File

@ -1,15 +1,16 @@
# $OpenBSD: Makefile,v 1.34 2020/12/06 16:19:59 benoit Exp $
# $OpenBSD: Makefile,v 1.35 2021/01/01 10:32:49 benoit Exp $
COMMENT = graph data structures and algorithms
MODULES = cpan
PKG_ARCH = *
DISTNAME = Graph-0.9712
DISTNAME = Graph-0.9716
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-Heap>=0.80
RUN_DEPENDS = devel/p5-Heap>=0.80 \
devel/p5-Set-Object
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Graph-0.9712.tar.gz) = j803+dQ+TGRq1u7SvZYrP/voL3p8VBiGS1vmjtezRKs=
SIZE (Graph-0.9712.tar.gz) = 150829
SHA256 (Graph-0.9716.tar.gz) = amAE0uiw72uRTUHL5BVtNw0OKg3zWInM0L5wJrl5hqc=
SIZE (Graph-0.9716.tar.gz) = 143123

View File

@ -1,12 +1,10 @@
@comment $OpenBSD: PLIST,v 1.4 2020/11/11 03:07:51 afresh1 Exp $
@comment $OpenBSD: PLIST,v 1.5 2021/01/01 10:32:49 benoit Exp $
${P5SITE}/Graph/
${P5SITE}/Graph.pm
${P5SITE}/Graph.pod
${P5SITE}/Graph/AdjacencyMap/
${P5SITE}/Graph/AdjacencyMap.pm
${P5SITE}/Graph/AdjacencyMap/Heavy.pm
${P5SITE}/Graph/AdjacencyMap/Light.pm
${P5SITE}/Graph/AdjacencyMap/Vertex.pm
${P5SITE}/Graph/AdjacencyMatrix.pm
${P5SITE}/Graph/Attribute.pm
${P5SITE}/Graph/BitMatrix.pm
@ -25,7 +23,6 @@ ${P5SITE}/Graph/Undirected.pm
${P5SITE}/Graph/UnionFind.pm
@man man/man3p/Graph.3p
@man man/man3p/Graph::AdjacencyMap.3p
@man man/man3p/Graph::AdjacencyMap::Vertex.3p
@man man/man3p/Graph::AdjacencyMatrix.3p
@man man/man3p/Graph::BitMatrix.3p
@man man/man3p/Graph::Directed.3p