Received: by mail.netbsd.org (Postfix, from userid 605) id 7574F85443; Fri, 23 Aug 2019 11:06:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F07F38543E for ; Fri, 23 Aug 2019 11:06:24 +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 YUF-PIYUYN6d for ; Fri, 23 Aug 2019 11:06:24 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7DA4E85437 for ; Fri, 23 Aug 2019 11:06:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7045EFBF4; Fri, 23 Aug 2019 11:06:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1566558368124970" MIME-Version: 1.0 Date: Fri, 23 Aug 2019 11:06:08 +0000 From: "ng0" Subject: CVS commit: pkgsrc/devel/libextractor To: pkgsrc-changes@NetBSD.org Reply-To: ng0@netbsd.org X-Mailer: log_accum Message-Id: <20190823110608.7045EFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1566558368124970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ng0 Date: Fri Aug 23 11:06:08 UTC 2019 Modified Files: pkgsrc/devel/libextractor: distinfo pkgsrc/devel/libextractor/patches: patch-exiv2-fix Log Message: devel/libextractor: Fix pkglint for patch file. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/libextractor/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libextractor/patches/patch-exiv2-fix Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1566558368124970 Content-Disposition: inline Content-Length: 1474 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libextractor/distinfo diff -u pkgsrc/devel/libextractor/distinfo:1.27 pkgsrc/devel/libextractor/distinfo:1.28 --- pkgsrc/devel/libextractor/distinfo:1.27 Fri Aug 23 11:02:30 2019 +++ pkgsrc/devel/libextractor/distinfo Fri Aug 23 11:06:08 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.27 2019/08/23 11:02:30 ng0 Exp $ +$NetBSD: distinfo,v 1.28 2019/08/23 11:06:08 ng0 Exp $ SHA1 (libextractor-1.9.tar.gz) = d66e54e51cd97814d55f07825ea1bfdf93d67fea RMD160 (libextractor-1.9.tar.gz) = 629ae88a017db0b3ab7f645742ba98c2ea05d9e4 SHA512 (libextractor-1.9.tar.gz) = c2539b144d026fb0e871c5776aee4deaad4a987a730350744a7e5e74fbe98a4abb635dbe206b93c3aa9cd676b8797ea0b97271de0c903dfb035e245ab42ea149 Size (libextractor-1.9.tar.gz) = 8323852 bytes -SHA1 (patch-exiv2-fix) = 135294d0cf51070a37bc9fdffc2181b9dd20907f +SHA1 (patch-exiv2-fix) = d209c3fca76781eddea0b783cdfa2d8de4234cb2 Index: pkgsrc/devel/libextractor/patches/patch-exiv2-fix diff -u pkgsrc/devel/libextractor/patches/patch-exiv2-fix:1.1 pkgsrc/devel/libextractor/patches/patch-exiv2-fix:1.2 --- pkgsrc/devel/libextractor/patches/patch-exiv2-fix:1.1 Fri Aug 23 11:02:30 2019 +++ pkgsrc/devel/libextractor/patches/patch-exiv2-fix Fri Aug 23 11:06:08 2019 @@ -1,3 +1,5 @@ +$NetBSD: patch-exiv2-fix,v 1.2 2019/08/23 11:06:08 ng0 Exp $ + Partial pick from upstream commit 1ecee9a47717e36cb8a3925d011d1a6de11d631c: importing patch from Gentoo/AS to address exiv2 build issue (#5820) --_----------=_1566558368124970--