diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-11-12 02:38:55 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-11-12 02:38:55 +0000 |
commit | aed70e525816955bce3518045b3191083ab3cb0d (patch) | |
tree | b5c96eac1873bf1f7a079642b7e1c9573bd000c3 /graphics/p5-GD-Graph3d | |
parent | 9a2cb63c999fb822dd05428b61844a6636d24eca (diff) | |
download | FreeBSD-ports-aed70e525816955bce3518045b3191083ab3cb0d.zip FreeBSD-ports-aed70e525816955bce3518045b3191083ab3cb0d.tar.gz |
Upgrade to 0.55.
Diffstat (limited to 'graphics/p5-GD-Graph3d')
-rw-r--r-- | graphics/p5-GD-Graph3d/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-GD-Graph3d/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-GD-Graph3d/pkg-plist | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/p5-GD-Graph3d/Makefile b/graphics/p5-GD-Graph3d/Makefile index 955d497..64a3646 100644 --- a/graphics/p5-GD-Graph3d/Makefile +++ b/graphics/p5-GD-Graph3d/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GD-Graph3d -PORTVERSION= 0.40 +PORTVERSION= 0.55 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Graph.pm:${PORTSDIR USE_PERL5= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= GD::Graph::Graph3d.3 +MAN3= GD::Graph3d.3 do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL diff --git a/graphics/p5-GD-Graph3d/distinfo b/graphics/p5-GD-Graph3d/distinfo index 12d5104..cdc4dc6 100644 --- a/graphics/p5-GD-Graph3d/distinfo +++ b/graphics/p5-GD-Graph3d/distinfo @@ -1 +1 @@ -MD5 (GDGraph3d-0.40.tar.gz) = 008aa3cd02774ff5e8835de89a72f908 +MD5 (GDGraph3d-0.55.tar.gz) = 209adb88cb6595834cffde6bf2ffb8c6 diff --git a/graphics/p5-GD-Graph3d/pkg-plist b/graphics/p5-GD-Graph3d/pkg-plist index c3eee9f..3b45dc5 100644 --- a/graphics/p5-GD-Graph3d/pkg-plist +++ b/graphics/p5-GD-Graph3d/pkg-plist @@ -1,9 +1,9 @@ -lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/Graph3d.pod +lib/perl5/site_perl/%%PERL_VER%%/GD/Graph3d.pm lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/axestype3d.pm lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/bars3d.pm lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/lines3d.pm lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/pie3d.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Graph/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Graph3d/.packlist @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/GD/Graph 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/GD 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Graph 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Graph3d 2>/dev/null || true |