svn commit: r560225 - head/math/p5-Graph

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 20:23:56 UTC 2021


Author: sunpoet
Date: Sun Jan  3 20:23:50 2021
New Revision: 560225
URL: https://svnweb.freebsd.org/changeset/ports/560225

Log:
  Update to 0.9714
  
  Changes:	https://metacpan.org/changes/distribution/Graph

Modified:
  head/math/p5-Graph/Makefile
  head/math/p5-Graph/distinfo
  head/math/p5-Graph/pkg-plist

Modified: head/math/p5-Graph/Makefile
==============================================================================
--- head/math/p5-Graph/Makefile	Sun Jan  3 20:23:45 2021	(r560224)
+++ head/math/p5-Graph/Makefile	Sun Jan  3 20:23:50 2021	(r560225)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Graph
-PORTVERSION=	0.9712
+PORTVERSION=	0.9714
 PORTEPOCH=	1
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN

Modified: head/math/p5-Graph/distinfo
==============================================================================
--- head/math/p5-Graph/distinfo	Sun Jan  3 20:23:45 2021	(r560224)
+++ head/math/p5-Graph/distinfo	Sun Jan  3 20:23:50 2021	(r560225)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608366306
-SHA256 (Graph-0.9712.tar.gz) = 8fcd37f9d43e4c646ad6eed2bd962b3ffbe82f7a7c5418864b5be68ed7b344ab
-SIZE (Graph-0.9712.tar.gz) = 150829
+TIMESTAMP = 1609599075
+SHA256 (Graph-0.9714.tar.gz) = c5ee8cb355a0e8d1ff91ac517825f67e9f903e798516c000133cba37ea051538
+SIZE (Graph-0.9714.tar.gz) = 146863

Modified: head/math/p5-Graph/pkg-plist
==============================================================================
--- head/math/p5-Graph/pkg-plist	Sun Jan  3 20:23:45 2021	(r560224)
+++ head/math/p5-Graph/pkg-plist	Sun Jan  3 20:23:50 2021	(r560225)
@@ -1,9 +1,7 @@
 %%SITE_PERL%%/Graph.pm
 %%SITE_PERL%%/Graph.pod
 %%SITE_PERL%%/Graph/AdjacencyMap.pm
-%%SITE_PERL%%/Graph/AdjacencyMap/Heavy.pm
 %%SITE_PERL%%/Graph/AdjacencyMap/Light.pm
-%%SITE_PERL%%/Graph/AdjacencyMap/Vertex.pm
 %%SITE_PERL%%/Graph/AdjacencyMatrix.pm
 %%SITE_PERL%%/Graph/Attribute.pm
 %%SITE_PERL%%/Graph/BitMatrix.pm
@@ -20,7 +18,6 @@
 %%SITE_PERL%%/Graph/UnionFind.pm
 %%PERL5_MAN3%%/Graph.3.gz
 %%PERL5_MAN3%%/Graph::AdjacencyMap.3.gz
-%%PERL5_MAN3%%/Graph::AdjacencyMap::Vertex.3.gz
 %%PERL5_MAN3%%/Graph::AdjacencyMatrix.3.gz
 %%PERL5_MAN3%%/Graph::BitMatrix.3.gz
 %%PERL5_MAN3%%/Graph::Directed.3.gz


More information about the svn-ports-all mailing list