diff options
author | gdt <gdt> | 2009-08-18 23:30:08 +0000 |
---|---|---|
committer | gdt <gdt> | 2009-08-18 23:30:08 +0000 |
commit | 3af807f0d51067915d56ce004f1bcecf7c4bb0f2 (patch) | |
tree | 043b202dd9b52236d534b80c3ec486d7cdc68592 /graphics | |
parent | 0bc9b007f72ded9a196fd528bfbb483acabf1ba6 (diff) | |
download | pkgsrc-3af807f0d51067915d56ce004f1bcecf7c4bb0f2.tar.gz |
Update to production release 7.89.
- IMPORTANT: Not quite done with NRW fixes -- fixed similar bug which could
corrupt NRW images when writing new values larger than 10 MB
- IMPORTANT: Fixed bug introduced in version 7.77 which causes Nikon NRW
images to be corrupted when writing
- API Changes:
- Added support for reading Garmin TCX track logs with the -geotag option
- Decode Nikon D300 firmware 1.10 camera settings (thanks Stuart Solomon)
- Improved geotagging by allowing different NMEA sentences with slightly
different timestamps (within 10 seconds) in the same fix
[Assorted other changes; see "Changes" in source]
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Image-ExifTool/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Image-ExifTool/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/p5-Image-ExifTool/Makefile b/graphics/p5-Image-ExifTool/Makefile index 00ce61835a2..2b20085f7d2 100644 --- a/graphics/p5-Image-ExifTool/Makefile +++ b/graphics/p5-Image-ExifTool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2009/07/18 00:12:45 gdt Exp $ +# $NetBSD: Makefile,v 1.22 2009/08/18 23:30:08 gdt Exp $ DISTNAME= Image-ExifTool-${VERSION} PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ COMMENT= Perl module and program to read EXIF information PKG_DESTDIR_SUPPORT= user-destdir # Author requests that we package only "production" versions. -VERSION= 7.82 +VERSION= 7.89 PERL5_PACKLIST= auto/Image/ExifTool/.packlist diff --git a/graphics/p5-Image-ExifTool/distinfo b/graphics/p5-Image-ExifTool/distinfo index 208538e0b3a..016454c3e0a 100644 --- a/graphics/p5-Image-ExifTool/distinfo +++ b/graphics/p5-Image-ExifTool/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2009/07/18 00:12:45 gdt Exp $ +$NetBSD: distinfo,v 1.20 2009/08/18 23:30:08 gdt Exp $ -SHA1 (Image-ExifTool-7.82.tar.gz) = fbf82ba79debd4ecf3922f44382607cbca136f93 -RMD160 (Image-ExifTool-7.82.tar.gz) = 299de6a9354c2b7f64714d0a86993c74f8fb54ec -Size (Image-ExifTool-7.82.tar.gz) = 2168931 bytes +SHA1 (Image-ExifTool-7.89.tar.gz) = 5fda5eeb02a5b272b89c49a4c11aba8df9849876 +RMD160 (Image-ExifTool-7.89.tar.gz) = 9a5a661d6ccdc896cf9c26dfe18f0cfafc7283c2 +Size (Image-ExifTool-7.89.tar.gz) = 2197428 bytes |