diff options
author | wen <wen@pkgsrc.org> | 2012-09-15 15:12:20 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-09-15 15:12:20 +0000 |
commit | 996d8f12825d2ee1b51ff14282f9e6c1f5606b8f (patch) | |
tree | 4fb055a0c310d3805d0159c6dc3f6af1906e8dd5 /graphics/p5-Chart/Makefile | |
parent | 7c38d37fd93a430d94c5d60d88cdfcd3d7b9a929 (diff) | |
download | pkgsrc-996d8f12825d2ee1b51ff14282f9e6c1f5606b8f.tar.gz |
Updated to 2.4.5
Upstream changes:
2.4.5 Typo in _draw_x_ticks corrected
Methods scalar_png(), scalar_jpeg() corrected for result.
Test routine t/scalarImage.t added
Chart.pod corrected
2.4.4 The brush styles to points and linespoints are extended.
Not only circles represent the points but a number of different
brush styles, linke donut, Star and so on.
2.4.3 Corrections to imagemap production in Composite.pm and Lines.pm
Diffstat (limited to 'graphics/p5-Chart/Makefile')
-rw-r--r-- | graphics/p5-Chart/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index 8f810706ceb..57d06e32c90 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2011/08/16 21:53:41 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/15 15:12:20 wen Exp $ -DISTNAME= Chart-2.4.2 +DISTNAME= Chart-2.4.5 PKGNAME= p5-${DISTNAME} CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/} @@ -12,14 +12,11 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-GD>=1.20:../../graphics/p5-GD +DEPENDS+= p5-GD>=2.0:../../graphics/p5-GD USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Chart/.packlist -post-extract: - ${CHMOD} a-x ${WRKSRC}/Chart/*.pm - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |