Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4374084E59 for ; Wed, 2 Aug 2023 19:34:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8cZ31tPDggUJ for ; Wed, 2 Aug 2023 19:34:35 +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 8363584D3F for ; Wed, 2 Aug 2023 19:34:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C7CEFBDB; Wed, 2 Aug 2023 19:34:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169100487525430" MIME-Version: 1.0 Date: Wed, 2 Aug 2023 19:34:35 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/exiv2 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230802193435.7C7CEFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169100487525430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Aug 2 19:34:35 UTC 2023 Modified Files: pkgsrc/graphics/exiv2: Makefile Removed Files: pkgsrc/graphics/exiv2: hacks.mk pkgsrc/graphics/exiv2/patches: patch-cmake_exiv2.pc.in Log Message: exiv2: Revert recent addition of hack that is no longer needed due to the minimum GCC requirement being increased. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/graphics/exiv2/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/graphics/exiv2/hacks.mk cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/exiv2/patches/patch-cmake_exiv2.pc.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169100487525430 Content-Disposition: inline Content-Length: 597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/exiv2/Makefile diff -u pkgsrc/graphics/exiv2/Makefile:1.61 pkgsrc/graphics/exiv2/Makefile:1.62 --- pkgsrc/graphics/exiv2/Makefile:1.61 Sat Jul 29 09:49:47 2023 +++ pkgsrc/graphics/exiv2/Makefile Wed Aug 2 19:34:35 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2023/07/29 09:49:47 nia Exp $ +# $NetBSD: Makefile,v 1.62 2023/08/02 19:34:35 nia Exp $ DISTNAME= exiv2-0.28.0-Source PKGNAME= ${DISTNAME:S/-Source//} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=Exiv2/} GITHUB_RELEASE= v${PKGVERSION_NOREV} --_----------=_169100487525430--