diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-11-12 02:39:40 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-11-12 02:39:40 +0000 |
commit | ba5a479ee6fef0a81f93e0ff2a3478216b48d194 (patch) | |
tree | 1c090c2d0d47927bcbfc9fedfa27198e7eeefb4c /graphics/p5-GD-TextUtil | |
parent | 430b599397549962af8e4a155089bb7b1a3d29f5 (diff) |
Notes
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 4c99119d8b9d..f38dda97dbc8 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 a2e2796483b6..3f40c6a3b885 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 deecd29e81d0..67b227ec2024 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 |