pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

p5-Image-EXIF: update to 2.01.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Sep 20 12:34:02 2017 +0200
Changeset:	b8820bcfb1fce9d0f8b355a99d204c15b1cb8668

Modified Files:
	p5-Image-EXIF/Makefile
	p5-Image-EXIF/distinfo

Log Message:
p5-Image-EXIF: update to 2.01.

2.01    Fri May 11 18:04:11 BST 2012
        - Fix building under Perl 5.8.8 (including Red Hat 5.6)

2.00    Sun May  6 16:22:04 BST 2012
        - New maintainer Aaron Crane <arc%cpan.org@localhost>
        - New versioning scheme: don't encode exiftags version number in
          Perl module version
        - Upgrade embedded exiftags library to 1.01
        - Require Perl 5.8
        - Fix build on case-insensitive filesystems, as typically found
          under Mac OS, Windows, Cygwin, etc (RT#4353, RT#4973, RT#76281)
        - Fix broken dists (RT#4353, RT#32641)
        - Fix: allow multiple Image::EXIF objects to exist simultaneously
        - Fix: no more fixed-size buffers (and potential buffer overflows)
        - Use exceptions to report errors, not a mixture of exit() and
          return-value checking (RT#26094)

1.00.4 Thu Jul 14 15:03:03 MSD 2011
        Fixed bugs:45085, 26094
        Dmitry Kosenkov <junker%front.ru@localhost>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b8820bcfb1fce9d0f8b355a99d204c15b1cb8668

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-Image-EXIF/Makefile | 4 +---
 p5-Image-EXIF/distinfo | 7 ++++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/p5-Image-EXIF/Makefile b/p5-Image-EXIF/Makefile
index 802975b474..d1d4ce8689 100644
--- a/p5-Image-EXIF/Makefile
+++ b/p5-Image-EXIF/Makefile
@@ -1,16 +1,14 @@
 # $NetBSD: Makefile,v 1.3 2012/10/04 10:45:29 asau Exp $
 
-DISTNAME=	Image-EXIF-1.00.3
+DISTNAME=	Image-EXIF-2.01
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	graphics perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Image/}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	kuli0020%umn.edu@localhost
 HOMEPAGE=	http://cpan.uwinnipeg.ca/dist/Image-EXIF
 COMMENT=	Perl extension for exif library
 
-
 PERL5_PACKLIST= auto/Image/EXIF/.packlist
 
 .include "../../lang/perl5/module.mk"
diff --git a/p5-Image-EXIF/distinfo b/p5-Image-EXIF/distinfo
index c38b98451e..c966f49dd9 100644
--- a/p5-Image-EXIF/distinfo
+++ b/p5-Image-EXIF/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1.1.1 2005/08/22 20:58:23 kuli0020 Exp $
 
-SHA1 (Image-EXIF-1.00.3.tgz) = 528ef22392177af6ea6a96c617ce03d1b46238bc
-RMD160 (Image-EXIF-1.00.3.tgz) = 23327664fc8929cc52b0a7532d6174283d19b6b0
-Size (Image-EXIF-1.00.3.tgz) = 578839 bytes
+SHA1 (Image-EXIF-2.01.tar.gz) = 54519ba4c92d17ad535587742f562b914e9c03c8
+RMD160 (Image-EXIF-2.01.tar.gz) = 8117820f88ab69fca6d3b0b818b38957a42a6e02
+SHA512 (Image-EXIF-2.01.tar.gz) = e8a78de9f49f94a5647d5f5ffe8a4c5f5b32992700933456f60604efaffade8af51b90d5a309fcaf3c91397ee628db96afc4fc119749912322334fb803f93b62
+Size (Image-EXIF-2.01.tar.gz) = 57024 bytes


Home | Main Index | Thread Index | Old Index