diff options
author | pat <pat@FreeBSD.org> | 2002-02-03 09:06:02 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-03 09:06:02 +0800 |
commit | 49bed6f8cbe51e91045844f24df087b0e37a1d28 (patch) | |
tree | a3dc4e97453c97b46aa41271cb865d736e257696 /graphics | |
parent | 247984c018d39f26d68aa01e98b556faee16e2ba (diff) | |
download | freebsd-ports-graphics-49bed6f8cbe51e91045844f24df087b0e37a1d28.tar.gz freebsd-ports-graphics-49bed6f8cbe51e91045844f24df087b0e37a1d28.tar.zst freebsd-ports-graphics-49bed6f8cbe51e91045844f24df087b0e37a1d28.zip |
Update to 2.96
Sort pkg-plist
PR: 34560
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Image-Size/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-Image-Size/pkg-plist | 9 |
3 files changed, 7 insertions, 6 deletions
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index fbb41b6b2be..62847725c03 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Image-Size -PORTVERSION= 2.94 +PORTVERSION= 2.96 CATEGORIES= graphics www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Image diff --git a/graphics/p5-Image-Size/distinfo b/graphics/p5-Image-Size/distinfo index b829e95a16b..d5085e91588 100644 --- a/graphics/p5-Image-Size/distinfo +++ b/graphics/p5-Image-Size/distinfo @@ -1 +1 @@ -MD5 (Image-Size-2.94.tar.gz) = 697eb66e3eb80e0171ae7a5d355f46ab +MD5 (Image-Size-2.96.tar.gz) = c76ebc6c3641e5786d038bc497fdf1e4 diff --git a/graphics/p5-Image-Size/pkg-plist b/graphics/p5-Image-Size/pkg-plist index a072ec5a9ee..5db033a257b 100644 --- a/graphics/p5-Image-Size/pkg-plist +++ b/graphics/p5-Image-Size/pkg-plist @@ -1,9 +1,11 @@ bin/imgsize +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Size/.packlist lib/perl5/site_perl/%%PERL_VER%%/Image/Size.pm lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/autosplit.ix lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/bmpsize.al lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/gifsize.al lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/jpegsize.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/pcdsize.al lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/pngsize.al lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/ppmsize.al lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/psdsize.al @@ -11,9 +13,8 @@ lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/swfsize.al lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/tiffsize.al lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/xbmsize.al lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/xpmsize.al -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Size/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Size -@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Image 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Image 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Size |