diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-04-23 20:25:12 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-04-23 20:25:12 +0800 |
commit | 193555d0bb8727f41c40e718820507706a0eaa78 (patch) | |
tree | ca50df5a53ab660187cc3b8d1fb2b625715f788a /graphics/p5-Chart-PNGgraph | |
parent | edac3e0c1bb2afbc291727de45435c7883e3e3a3 (diff) | |
download | freebsd-ports-gnome-193555d0bb8727f41c40e718820507706a0eaa78.tar.gz freebsd-ports-gnome-193555d0bb8727f41c40e718820507706a0eaa78.tar.zst freebsd-ports-gnome-193555d0bb8727f41c40e718820507706a0eaa78.zip |
Upgrade
p5-Authen-PAM => 0.09
p5-Chart-PNGgraph => 1.21
p5-FastCGI => 0.52
p5-GD => 1.27
p5-GD-Graph => 1.30
p5-HTML-Stream => 1.45
p5-IMAP-Admin => 1.2.2
p5-IRC => 0.63
p5-Image-Size => 2.901
p5-MIME-Lite => 1.137
p5-MIME-Tools => 4.124
p5-Mail-POP3Client => 2.6
p5-Mail-Tools => 1.1401
p5-MatrixReal => 1.3a5
p5-Net-Whois => 1.9
p5-Parse-RecDescent => 1.78
p5-Proc-Simple => 1.14
p5-Term-ReadKey => 2.14
p5-Text-Template => 1.23
p5-Time => 100.010301
p5-TimeDate => 1.09
p5-Tk => 800.021
p5-XML-Parser => 2.28
Diffstat (limited to 'graphics/p5-Chart-PNGgraph')
-rw-r--r-- | graphics/p5-Chart-PNGgraph/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-Chart-PNGgraph/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-Chart-PNGgraph/pkg-plist | 18 |
3 files changed, 13 insertions, 12 deletions
diff --git a/graphics/p5-Chart-PNGgraph/Makefile b/graphics/p5-Chart-PNGgraph/Makefile index 9bea89400931..c3681c180f46 100644 --- a/graphics/p5-Chart-PNGgraph/Makefile +++ b/graphics/p5-Chart-PNGgraph/Makefile @@ -6,10 +6,11 @@ # PORTNAME= Chart-PNGgraph -PORTVERSION= 1.13 +PORTVERSION= 1.21 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Chart +PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org @@ -17,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:$ USE_PERL5= YES -MAN3= Chart::PNGgraph.3 Chart::PNGgraph::colour.3 +MAN3= Chart::PNGgraph.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: diff --git a/graphics/p5-Chart-PNGgraph/distinfo b/graphics/p5-Chart-PNGgraph/distinfo index 140eb68ad882..1d61a701aba7 100644 --- a/graphics/p5-Chart-PNGgraph/distinfo +++ b/graphics/p5-Chart-PNGgraph/distinfo @@ -1 +1 @@ -MD5 (Chart-PNGgraph-1.13.tar.gz) = dbf22d8b60edd78f5a24e83febbe2dd6 +MD5 (Chart-PNGgraph-1.21.tar.gz) = b235ddafeef8caf0a15e2e492d1e5964 diff --git a/graphics/p5-Chart-PNGgraph/pkg-plist b/graphics/p5-Chart-PNGgraph/pkg-plist index a920b548f4ed..1b03d1b5a50e 100644 --- a/graphics/p5-Chart-PNGgraph/pkg-plist +++ b/graphics/p5-Chart-PNGgraph/pkg-plist @@ -1,13 +1,13 @@ -lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/linespoints.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/bars.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/Convert.pm lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/area.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/lines.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/points.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/pie.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/utils.pm lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/axestype.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/colour.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/bars.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/lines.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/linespoints.pm lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/mixed.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/pie.pm +lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/points.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart/PNGgraph/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart/PNGgraph @dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart |