Wed May 7 19:52:54 2008 UTC ()
Apr. 18, 2008 - Version 7.25 (production release)

  - API Changes:
      - Fixed CanCreate so it returns false for non-writable TIFF-based files
  - Fixed bug introduced in 7.18 which caused "Error parsing XMP" warning when
    deleting all XMP and writing new XMP tags in the same step
  - Fixed bug where IFD0 could be deleted when writing JPEG with a bad IFD1
  - Fixed problem extracting some writable directories as a block
  - Fixed bug which could cause "Not an ARRAY" error when reading PDF files


(gdt)
diff -r1.13 -r1.14 pkgsrc/graphics/p5-Image-ExifTool/Makefile
diff -r1.13 -r1.14 pkgsrc/graphics/p5-Image-ExifTool/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/graphics/p5-Image-ExifTool/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/p5-Image-ExifTool/Makefile 2008/03/13 00:30:39 1.13
+++ pkgsrc/graphics/p5-Image-ExifTool/Makefile 2008/05/07 19:52:54 1.14
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.13 2008/03/13 00:30:39 gdt Exp $ 1# $NetBSD: Makefile,v 1.14 2008/05/07 19:52:54 gdt Exp $
2 2
3DISTNAME= Image-ExifTool-${VERSION} 3DISTNAME= Image-ExifTool-${VERSION}
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= graphics perl5 5CATEGORIES= graphics perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \ 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \
7 http://owl.phy.queensu.ca/~phil/exiftool/ 7 http://owl.phy.queensu.ca/~phil/exiftool/
8 8
9MAINTAINER= gdt@NetBSD.org 9MAINTAINER= gdt@NetBSD.org
10# author says www.sno is the same machine, but was never advertised 10# author says www.sno is the same machine, but was never advertised
11HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/ 11HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/
12COMMENT= Perl module and program to read EXIF information 12COMMENT= Perl module and program to read EXIF information
13 13
14# Author requests that we package only "production" versions. 14# Author requests that we package only "production" versions.
15VERSION= 7.21 15VERSION= 7.25
16 16
17PERL5_PACKLIST= auto/Image/ExifTool/.packlist 17PERL5_PACKLIST= auto/Image/ExifTool/.packlist
18 18
19.include "../../lang/perl5/module.mk" 19.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/graphics/p5-Image-ExifTool/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/p5-Image-ExifTool/distinfo 2008/03/13 00:30:39 1.13
+++ pkgsrc/graphics/p5-Image-ExifTool/distinfo 2008/05/07 19:52:54 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2008/03/13 00:30:39 gdt Exp $ 1$NetBSD: distinfo,v 1.14 2008/05/07 19:52:54 gdt Exp $
2 2
3SHA1 (Image-ExifTool-7.21.tar.gz) = 11a747020c26aba18e5c52db5d0782d23eeef67b 3SHA1 (Image-ExifTool-7.25.tar.gz) = cc55a8c972815972ebed5f5fda472b832b0badb2
4RMD160 (Image-ExifTool-7.21.tar.gz) = cdb71c5d0676930becd7b02c52a7a19566ffb8bb 4RMD160 (Image-ExifTool-7.25.tar.gz) = 91956c87403fc51e28e69d2c04acefe15f311d83
5Size (Image-ExifTool-7.21.tar.gz) = 1585931 bytes 5Size (Image-ExifTool-7.25.tar.gz) = 1611838 bytes