Received: by mail.netbsd.org (Postfix, from userid 605) id E76C784E57; Sat, 20 May 2023 07:03:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2224684D8B for ; Sat, 20 May 2023 07:03:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id i14z2kvCjokc for ; Sat, 20 May 2023 07:03:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8DC0A84D05 for ; Sat, 20 May 2023 07:03:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B6A5FA87; Sat, 20 May 2023 07:03:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684566184196230" MIME-Version: 1.0 Date: Sat, 20 May 2023 07:03:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/p5-Image-Info To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230520070304.8B6A5FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684566184196230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat May 20 07:03:04 UTC 2023 Modified Files: pkgsrc/graphics/p5-Image-Info: Makefile distinfo Log Message: p5-Image-Info: update to 1.43. 2022-10-03 Slaven Rezic Release 1.43 Stable release with all changes in 1.42_50 2022-07-17 Slaven Rezic Release 1.42_50 Fix XML::Simple-related test failures (RT #143685) Cease warnings with inconsistent maker info (RT #133006) Don't fail on invalid rational value in EXIF (RT #135126) Don't bail out on erroneous APP1 EXIF segments (RT #131616) To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/graphics/p5-Image-Info/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/p5-Image-Info/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684566184196230 Content-Disposition: inline Content-Length: 1644 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/p5-Image-Info/Makefile diff -u pkgsrc/graphics/p5-Image-Info/Makefile:1.53 pkgsrc/graphics/p5-Image-Info/Makefile:1.54 --- pkgsrc/graphics/p5-Image-Info/Makefile:1.53 Tue Jun 28 11:34:06 2022 +++ pkgsrc/graphics/p5-Image-Info/Makefile Sat May 20 07:03:04 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2022/06/28 11:34:06 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2023/05/20 07:03:04 wiz Exp $ -DISTNAME= Image-Info-1.42 +DISTNAME= Image-Info-1.43 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} Index: pkgsrc/graphics/p5-Image-Info/distinfo diff -u pkgsrc/graphics/p5-Image-Info/distinfo:1.26 pkgsrc/graphics/p5-Image-Info/distinfo:1.27 --- pkgsrc/graphics/p5-Image-Info/distinfo:1.26 Tue Oct 26 10:46:37 2021 +++ pkgsrc/graphics/p5-Image-Info/distinfo Sat May 20 07:03:04 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2021/10/26 10:46:37 nia Exp $ +$NetBSD: distinfo,v 1.27 2023/05/20 07:03:04 wiz Exp $ -BLAKE2s (Image-Info-1.42.tar.gz) = 2b0e21de03c8cfe501b5d937f4edeaa7bc03e20a797c118c80199b9988d0b79f -SHA512 (Image-Info-1.42.tar.gz) = 7b17c3510328e062f93f1882c93a4ed24afb6f636d23e9ff1f478e452c9e1cc532c06b639991446442f200696afc63ddde1259afbe4362c3179b515046286133 -Size (Image-Info-1.42.tar.gz) = 321727 bytes +BLAKE2s (Image-Info-1.43.tar.gz) = ae51fc4b3ded8d5f897f397c2b9bfb0600588b09edad03f23519f826a81646d3 +SHA512 (Image-Info-1.43.tar.gz) = 9e019e807c2ae35d679a54edcd24c240e3f9386bf1a3fa7970ccec22f74a0643cd8f5d348fdb5dc0600ab5259adbd40a32b373d635b1e746d81f02b4d0fd6d39 +Size (Image-Info-1.43.tar.gz) = 322216 bytes --_----------=_1684566184196230--