diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-23 21:12:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-23 21:12:57 +0000 |
commit | 5532a0c73a11177c4b374baf42c5cc07d66c788f (patch) | |
tree | 9fc4ffa9a73f4f82e293cdf972422bb7e351ef6d /graphics/p5-Image-Info | |
parent | d43b7dcb7dbbefacaa8f7dc6274713f11332f864 (diff) | |
download | pkgsrc-5532a0c73a11177c4b374baf42c5cc07d66c788f.tar.gz |
Update to 1.28:
2008-03-30 v1.28 Tels 128 tests
* raise minimum required Perl version to v5.6.2
(it doesn't work on 5.005 anyway, open() with three arguments
is not supported there and I don't have time to rewrite the code
for outdated Perl versions. If you need it to run on 5.005, write
a patch and file a bug report please.)
* fix bug #15167: Incorrect width and height for JPG files
(the fix now keeps the highest value for width/height, instead of
creating an array ref with all the values)
* remove Build.PL (bundle Module::Install 0.71)
2007-12-15 v1.27 Tels 128 tests
* add both main authors to META.yml (does not work yet due to bug
in Module::Install)
* fix bug #30890: [PATCH] Transposed lines in documentation
* fix bug #31165: Add attribute for parsing TIFF images (Thanx Adam Witney!)
2007-09-09 v1.26 Tels 128 tests
* clarify the license by adding "v5.8.8" (otherwise it is quite unclear
which Perl version, release or product the license text refers to)
* fix bug #29088 - Another hanging image
* fix bug #29243 - Exiftext fields (like UserComment) not parsed correctly
Diffstat (limited to 'graphics/p5-Image-Info')
-rw-r--r-- | graphics/p5-Image-Info/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Image-Info/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile index 036a77c51c0..d2885b4621c 100644 --- a/graphics/p5-Image-Info/Makefile +++ b/graphics/p5-Image-Info/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2007/06/08 11:37:37 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2008/04/23 21:12:57 wiz Exp $ # -DISTNAME= Image-Info-1.25 +DISTNAME= Image-Info-1.28 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5iin CATEGORIES= graphics perl5 diff --git a/graphics/p5-Image-Info/distinfo b/graphics/p5-Image-Info/distinfo index 520845fe3ae..02ab567459c 100644 --- a/graphics/p5-Image-Info/distinfo +++ b/graphics/p5-Image-Info/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2007/06/08 11:37:38 wiz Exp $ +$NetBSD: distinfo,v 1.11 2008/04/23 21:12:57 wiz Exp $ -SHA1 (Image-Info-1.25.tar.gz) = be8a429a00466c6ac966194fee9aa66a0dd5288d -RMD160 (Image-Info-1.25.tar.gz) = 03b427018735ae43fc7704579ba0ebe59dca5d24 -Size (Image-Info-1.25.tar.gz) = 213904 bytes +SHA1 (Image-Info-1.28.tar.gz) = ab6df2806c87f25ea492921782ec92c4487479c5 +RMD160 (Image-Info-1.28.tar.gz) = 5c93a06d5b1ac70c2151cf70a51b64cac2e3c79a +Size (Image-Info-1.28.tar.gz) = 215349 bytes |