Sunday, September 13, 2020

[Update] graphics/p5-SVG-Graph : Update to 0.04

Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/p5-SVG-Graph/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile 3 Jul 2020 21:45:24 -0000 1.11
+++ Makefile 14 Sep 2020 03:11:15 -0000
@@ -2,9 +2,9 @@

COMMENT = visualize your data in SVG format

-DISTNAME = SVG-Graph-0.02
+DISTNAME = SVG-Graph-0.04
+CPAN_AUTHOR = CJFIELDS
CATEGORIES = graphics
-REVISION = 2

# Artistic License 2.0
PERMIT_PACKAGE = Yes
@@ -17,6 +17,8 @@ RUN_DEPENDS = devel/p5-Tree-DAG_Node \
math/p5-Math-Derivative \
math/p5-Math-Spline \
math/p5-Statistics-Descriptive \
+
+CONFIGURE_STYLE = modbuild

MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= eg
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/p5-SVG-Graph/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 18 Jan 2015 03:14:13 -0000 1.2
+++ distinfo 14 Sep 2020 03:11:15 -0000
@@ -1,2 +1,2 @@
-SHA256 (SVG-Graph-0.02.tar.gz) = DeDf1sLGpfqVLpzF9WB3hR/K6jOOHRORVFizUbNwYbw=
-SIZE (SVG-Graph-0.02.tar.gz) = 85270
+SHA256 (SVG-Graph-0.04.tar.gz) = Aqp49fSRKDfVatiFcwN3wX8xVIIylumfvA1Smg1IPaw=
+SIZE (SVG-Graph-0.04.tar.gz) = 96082
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/p5-SVG-Graph/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST 23 Oct 2010 10:05:08 -0000 1.2
+++ pkg/PLIST 14 Sep 2020 03:11:15 -0000
@@ -1,5 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2010/10/23 10:05:08 jasper Exp $
-${P5SITE}/SVG/Frame.pm
${P5SITE}/SVG/Graph/
${P5SITE}/SVG/Graph.pm
${P5SITE}/SVG/Graph/Data/
@@ -22,7 +21,6 @@ ${P5SITE}/SVG/Graph/Glyph/pictogram.pm
${P5SITE}/SVG/Graph/Glyph/scatter.pm
${P5SITE}/SVG/Graph/Glyph/tree.pm
${P5SITE}/SVG/Graph/Glyph/wedge.pm
-@man man/man3p/SVG::Frame.3p
@man man/man3p/SVG::Graph.3p
@man man/man3p/SVG::Graph::Data.3p
@man man/man3p/SVG::Graph::Data::Datum.3p
Hi, ports@:

Here is a patch for graphics/p5-SVG-Graph to update to 0.04.
Itself and its only consumer bioperl both build well and passed
the regression test on amd64-current system.

Cheers !
wen

No comments:

Post a Comment