diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-11-12 02:39:40 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-11-12 02:39:40 +0000 |
commit | 60547a15d3151ad60d25e1c3425b51aeda533f2a (patch) | |
tree | e2e13d1f977280844b87dac06721a2d934dc42cc /graphics/p5-GD-TextUtil | |
parent | aed70e525816955bce3518045b3191083ab3cb0d (diff) | |
download | FreeBSD-ports-60547a15d3151ad60d25e1c3425b51aeda533f2a.zip FreeBSD-ports-60547a15d3151ad60d25e1c3425b51aeda533f2a.tar.gz |
Upgrade to 0.80.
Diffstat (limited to 'graphics/p5-GD-TextUtil')
-rw-r--r-- | graphics/p5-GD-TextUtil/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-GD-TextUtil/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-GD-TextUtil/pkg-plist | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/graphics/p5-GD-TextUtil/Makefile b/graphics/p5-GD-TextUtil/Makefile index 4c99119..f38dda9 100644 --- a/graphics/p5-GD-TextUtil/Makefile +++ b/graphics/p5-GD-TextUtil/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GD-TextUtil -PORTVERSION= 0.70 +PORTVERSION= 0.80 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD diff --git a/graphics/p5-GD-TextUtil/distinfo b/graphics/p5-GD-TextUtil/distinfo index a2e2796..3f40c6a 100644 --- a/graphics/p5-GD-TextUtil/distinfo +++ b/graphics/p5-GD-TextUtil/distinfo @@ -1 +1 @@ -MD5 (GDTextUtil-0.70.tar.gz) = a19fa86a89c8fc4dd26f1992a785c2d5 +MD5 (GDTextUtil-0.80.tar.gz) = 3569b86f250ad28bdb771cbc6c83d0aa diff --git a/graphics/p5-GD-TextUtil/pkg-plist b/graphics/p5-GD-TextUtil/pkg-plist index deecd29..67b227e 100644 --- a/graphics/p5-GD-TextUtil/pkg-plist +++ b/graphics/p5-GD-TextUtil/pkg-plist @@ -1,7 +1,7 @@ lib/perl5/site_perl/%%PERL_VER%%/GD/Text.pm lib/perl5/site_perl/%%PERL_VER%%/GD/Text/Wrap.pm lib/perl5/site_perl/%%PERL_VER%%/GD/Text/Align.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GDTextUtil/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Text/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/GD/Text @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/GDTextUtil 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Text 2>/dev/null || true |