diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-22 21:12:10 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-22 21:12:10 +0800 |
commit | 93175c6915b0329fd5ad03f5081173e36ae73b02 (patch) | |
tree | 2b64374c36e18d6df7ff592d43b1deb64f102252 /graphics/p5-GD-TextUtil | |
parent | 80a062e1e393c719c93ea1b01ea18e3fc889f79d (diff) | |
download | freebsd-ports-gnome-93175c6915b0329fd5ad03f5081173e36ae73b02.tar.gz freebsd-ports-gnome-93175c6915b0329fd5ad03f5081173e36ae73b02.tar.zst freebsd-ports-gnome-93175c6915b0329fd5ad03f5081173e36ae73b02.zip |
Update to 0.86
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 | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/graphics/p5-GD-TextUtil/Makefile b/graphics/p5-GD-TextUtil/Makefile index ac8f74ea08eb..d5b3e9ceab51 100644 --- a/graphics/p5-GD-TextUtil/Makefile +++ b/graphics/p5-GD-TextUtil/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GD-TextUtil -PORTVERSION= 0.83 +PORTVERSION= 0.86 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 46fd0b43557a..fc072ddb2283 100644 --- a/graphics/p5-GD-TextUtil/distinfo +++ b/graphics/p5-GD-TextUtil/distinfo @@ -1 +1 @@ -MD5 (GDTextUtil-0.83.tar.gz) = e804db597ab3a6302b15a8d3be96501f +MD5 (GDTextUtil-0.86.tar.gz) = 941ad06eadc86b47f3a32da405665c41 diff --git a/graphics/p5-GD-TextUtil/pkg-plist b/graphics/p5-GD-TextUtil/pkg-plist index 67b227ec2024..15aa59ac29e9 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/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/GD/Text 2>/dev/null || true +%%SITE_PERL%%/GD/Text.pm +%%SITE_PERL%%/GD/Text/Wrap.pm +%%SITE_PERL%%/GD/Text/Align.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Text/.packlist +@dirrm %%SITE_PERL%%/GD/Text +@unexec rmdir %D/%%SITE_PERL%%/GD 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Text 2>/dev/null || true |