diff options
author | shell <shell@pkgsrc.org> | 2003-01-31 10:24:51 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2003-01-31 10:24:51 +0000 |
commit | 5c83054baacdfe345cbf69888ffd2dcf4f6f0cb0 (patch) | |
tree | 2bab2b5de7282bcd2bd04b6693a38617149bfc54 | |
parent | b939f29975eb42e6ed5f3e283325046a91e37bb1 (diff) | |
download | pkgsrc-5c83054baacdfe345cbf69888ffd2dcf4f6f0cb0.tar.gz |
Updated to p5-Image-Size-2.991
Changes :
* Small fix to setup of scalar refs in Size.pm, in case the
ref points to an undef value.
* Code clean-up on the imgsize script.
* Applied two patches from Ville Skyttä <ville.skytta@iki.fi> :
- providing support for MNG
- supporting anything Image::Magick does.
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-Image-Size/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index 077c1224d6e..00967607991 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2002/10/07 22:34:26 seb Exp $ +# $NetBSD: Makefile,v 1.11 2003/01/31 10:24:51 shell Exp $ # -DISTNAME= Image-Size-2.98 -PKGNAME= p5-${DISTNAME}0 +DISTNAME= Image-Size-2.991 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5isi CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} diff --git a/graphics/p5-Image-Size/distinfo b/graphics/p5-Image-Size/distinfo index 9ece59d962d..fe3afc43d25 100644 --- a/graphics/p5-Image-Size/distinfo +++ b/graphics/p5-Image-Size/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/03/15 12:14:52 martti Exp $ +$NetBSD: distinfo,v 1.6 2003/01/31 10:24:51 shell Exp $ -SHA1 (Image-Size-2.98.tar.gz) = b39e1e4bd537901ba3c3d39eb358285e8bc5ed38 -Size (Image-Size-2.98.tar.gz) = 122169 bytes +SHA1 (Image-Size-2.991.tar.gz) = 136fd0163418e5fe6c2dae41c65a7dfb8f1aafe1 +Size (Image-Size-2.991.tar.gz) = 123126 bytes |