aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Chart-Clicker
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2009-03-25 12:56:30 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2009-03-25 12:56:30 +0000
commit96f57cb0d26cc4b0c9a21399fa85b7e8022e4166 (patch)
treeb96b913385afdfe43c617e83da311485ffdd4eb8 /graphics/p5-Chart-Clicker
parent0a6c99e3e285f1beb9ab0d7089f6d966f6cd9f0b (diff)
downloadports-96f57cb0d26cc4b0c9a21399fa85b7e8022e4166.tar.gz
ports-96f57cb0d26cc4b0c9a21399fa85b7e8022e4166.zip
Notes
Diffstat (limited to 'graphics/p5-Chart-Clicker')
-rw-r--r--graphics/p5-Chart-Clicker/Makefile10
-rw-r--r--graphics/p5-Chart-Clicker/distinfo6
-rw-r--r--graphics/p5-Chart-Clicker/pkg-plist18
3 files changed, 17 insertions, 17 deletions
diff --git a/graphics/p5-Chart-Clicker/Makefile b/graphics/p5-Chart-Clicker/Makefile
index 762edae2c43b..cf491c225e83 100644
--- a/graphics/p5-Chart-Clicker/Makefile
+++ b/graphics/p5-Chart-Clicker/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Chart-Clicker
-PORTVERSION= 2.17
+PORTVERSION= 2.18
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -19,8 +19,8 @@ BUILD_DEPENDS= p5-Moose>=0.57:${PORTSDIR}/devel/p5-Moose \
p5-Module-Install>=0.64:${PORTSDIR}/devel/p5-Module-Install \
p5-DateTime-Set>=0.25:${PORTSDIR}/devel/p5-DateTime-Set \
p5-Geometry-Primitive>=0.13:${PORTSDIR}/graphics/p5-Geometry-Primitive \
- p5-Graphics-Primitive>=0.37:${PORTSDIR}/graphics/p5-Graphics-Primitive \
- p5-Graphics-Primitive-Driver-Cairo>=0.32:${PORTSDIR}/graphics/p5-Graphics-Primitive-Driver-Cairo \
+ p5-Graphics-Primitive>=0.38:${PORTSDIR}/graphics/p5-Graphics-Primitive \
+ p5-Graphics-Primitive-Driver-Cairo>=0.33:${PORTSDIR}/graphics/p5-Graphics-Primitive-Driver-Cairo \
p5-Layout-Manager>=0.20:${PORTSDIR}/graphics/p5-Layout-Manager
RUN_DEPENDS= ${BUILD_DEPENDS}
@@ -43,6 +43,7 @@ MAN3= Chart::Clicker.3 \
Chart::Clicker::Decoration::Legend.3 \
Chart::Clicker::Decoration::LegendItem.3 \
Chart::Clicker::Decoration::MarkerOverlay.3 \
+ Chart::Clicker::Decoration::OverAxis.3 \
Chart::Clicker::Decoration::Plot.3 \
Chart::Clicker::Drawing::ColorAllocator.3 \
Chart::Clicker::Positioned.3 \
@@ -54,7 +55,6 @@ MAN3= Chart::Clicker.3 \
Chart::Clicker::Renderer::Measurement.3 \
Chart::Clicker::Renderer::Pie.3 \
Chart::Clicker::Renderer::Point.3 \
- Chart::Clicker::Renderer::StackedBar.3 \
- Chart::Clicker::Shape.3
+ Chart::Clicker::Renderer::StackedBar.3
.include <bsd.port.mk>
diff --git a/graphics/p5-Chart-Clicker/distinfo b/graphics/p5-Chart-Clicker/distinfo
index 67b667c9939c..c7367cefd362 100644
--- a/graphics/p5-Chart-Clicker/distinfo
+++ b/graphics/p5-Chart-Clicker/distinfo
@@ -1,3 +1,3 @@
-MD5 (Chart-Clicker-2.17.tar.gz) = f40d703fee794a6acf2461f5c05ab5d7
-SHA256 (Chart-Clicker-2.17.tar.gz) = efc3448065d678163da3ed77c14ba04210be0d1d85ffd9c6d48100afeeaca068
-SIZE (Chart-Clicker-2.17.tar.gz) = 50342
+MD5 (Chart-Clicker-2.18.tar.gz) = b62ad18683947e11551a88c0aae83936
+SHA256 (Chart-Clicker-2.18.tar.gz) = c30870f8f243e143d4cff2dc157fd03a34b3cea84c217b0577fad88a33787fb9
+SIZE (Chart-Clicker-2.18.tar.gz) = 51147
diff --git a/graphics/p5-Chart-Clicker/pkg-plist b/graphics/p5-Chart-Clicker/pkg-plist
index 4397eb67e5ff..bfa5e18681de 100644
--- a/graphics/p5-Chart-Clicker/pkg-plist
+++ b/graphics/p5-Chart-Clicker/pkg-plist
@@ -7,21 +7,21 @@
%%SITE_PERL%%/Chart/Clicker/Decoration.pm
%%SITE_PERL%%/Chart/Clicker/Positioned.pm
%%SITE_PERL%%/Chart/Clicker/Renderer.pm
-%%SITE_PERL%%/Chart/Clicker/Shape.pm
-%%SITE_PERL%%/Chart/Clicker/Decoration/Legend.pm
%%SITE_PERL%%/Chart/Clicker/Decoration/Glass.pm
-%%SITE_PERL%%/Chart/Clicker/Decoration/Plot.pm
%%SITE_PERL%%/Chart/Clicker/Decoration/Grid.pm
-%%SITE_PERL%%/Chart/Clicker/Decoration/MarkerOverlay.pm
+%%SITE_PERL%%/Chart/Clicker/Decoration/Legend.pm
%%SITE_PERL%%/Chart/Clicker/Decoration/LegendItem.pm
-%%SITE_PERL%%/Chart/Clicker/Renderer/Point.pm
-%%SITE_PERL%%/Chart/Clicker/Renderer/Bubble.pm
-%%SITE_PERL%%/Chart/Clicker/Renderer/Pie.pm
+%%SITE_PERL%%/Chart/Clicker/Decoration/MarkerOverlay.pm
+%%SITE_PERL%%/Chart/Clicker/Decoration/OverAxis.pm
+%%SITE_PERL%%/Chart/Clicker/Decoration/Plot.pm
+%%SITE_PERL%%/Chart/Clicker/Renderer/Area.pm
%%SITE_PERL%%/Chart/Clicker/Renderer/Bar.pm
+%%SITE_PERL%%/Chart/Clicker/Renderer/Bubble.pm
+%%SITE_PERL%%/Chart/Clicker/Renderer/Line.pm
%%SITE_PERL%%/Chart/Clicker/Renderer/Measurement.pm
-%%SITE_PERL%%/Chart/Clicker/Renderer/Area.pm
+%%SITE_PERL%%/Chart/Clicker/Renderer/Pie.pm
+%%SITE_PERL%%/Chart/Clicker/Renderer/Point.pm
%%SITE_PERL%%/Chart/Clicker/Renderer/StackedBar.pm
-%%SITE_PERL%%/Chart/Clicker/Renderer/Line.pm
%%SITE_PERL%%/Chart/Clicker/Drawing/ColorAllocator.pm
%%SITE_PERL%%/Chart/Clicker/Axis/DateTime.pm
%%SITE_PERL%%/Chart/Clicker/Data/DataSet.pm