diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-04-03 03:55:33 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-04-03 03:55:33 +0800 |
commit | f39f63210ffab40ba533aece2991e391c17e87f8 (patch) | |
tree | a9e96270e695e43663763c8296b92420b758cc91 /graphics/p5-Chart | |
parent | 2c7e2f7d56f4889c43327f027c39a012e85d939f (diff) | |
download | freebsd-ports-gnome-f39f63210ffab40ba533aece2991e391c17e87f8.tar.gz freebsd-ports-gnome-f39f63210ffab40ba533aece2991e391c17e87f8.tar.zst freebsd-ports-gnome-f39f63210ffab40ba533aece2991e391c17e87f8.zip |
Upgrade to 0.99c-pre3, because gd doesn't support gif long time ago,
but 0.99b still use gif method.
Submitted by: Adrian Steinmann <ast@marabu.ch>
No respose by: maintainer
Diffstat (limited to 'graphics/p5-Chart')
-rw-r--r-- | graphics/p5-Chart/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Chart/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-Chart/pkg-plist | 1 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index 3c380d939b78..d73de1087899 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Chart -PORTVERSION= 0.99b -PORTREVISION= 1 +PORTVERSION= 0.99c-pre3 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Chart diff --git a/graphics/p5-Chart/distinfo b/graphics/p5-Chart/distinfo index 2accc2d45d93..ec48df0a7ad7 100644 --- a/graphics/p5-Chart/distinfo +++ b/graphics/p5-Chart/distinfo @@ -1 +1 @@ -MD5 (Chart-0.99b.tar.gz) = 0ff4db30e47bb1e4e08aeda541ec2672 +MD5 (Chart-0.99c-pre3.tar.gz) = ffaeb2d9d4558e23d3ea675783753331 diff --git a/graphics/p5-Chart/pkg-plist b/graphics/p5-Chart/pkg-plist index a6abce49ea68..fbe58509960d 100644 --- a/graphics/p5-Chart/pkg-plist +++ b/graphics/p5-Chart/pkg-plist @@ -4,6 +4,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Chart/Base.pm lib/perl5/site_perl/%%PERL_VER%%/Chart/Composite.pm lib/perl5/site_perl/%%PERL_VER%%/Chart/Lines.pm lib/perl5/site_perl/%%PERL_VER%%/Chart/LinesPoints.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/Mountain.pm lib/perl5/site_perl/%%PERL_VER%%/Chart/Points.pm lib/perl5/site_perl/%%PERL_VER%%/Chart/StackedBars.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart |