Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8698C84D43 for ; Sat, 16 Dec 2023 11:34:31 +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 ZaUO66OiPAyW for ; Sat, 16 Dec 2023 11:34:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EF32584D09 for ; Sat, 16 Dec 2023 11:34:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E819BFA42; Sat, 16 Dec 2023 11:34:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702726470248500" MIME-Version: 1.0 Date: Sat, 16 Dec 2023 11:34:30 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-File-MimeInfo To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20231216113430.E819BFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702726470248500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Dec 16 11:34:30 UTC 2023 Modified Files: pkgsrc/devel/p5-File-MimeInfo: Makefile distinfo Log Message: (devel/p5-File-MimeInfo) Updated 0.33 to 0.34 0.34 2023-12-03 - Let `mimeopen` use File::DesktopEntrys run() instead of exec() to make sure the application is started in the background. Closes https://github.com/mbeijen/File-MimeInfo/issues/53 To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/p5-File-MimeInfo/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-File-MimeInfo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1702726470248500 Content-Disposition: inline Content-Length: 2068 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-File-MimeInfo/Makefile diff -u pkgsrc/devel/p5-File-MimeInfo/Makefile:1.40 pkgsrc/devel/p5-File-MimeInfo/Makefile:1.41 --- pkgsrc/devel/p5-File-MimeInfo/Makefile:1.40 Thu Jul 6 09:39:11 2023 +++ pkgsrc/devel/p5-File-MimeInfo/Makefile Sat Dec 16 11:34:30 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2023/07/06 09:39:11 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2023/12/16 11:34:30 mef Exp $ -DISTNAME= File-MimeInfo-0.33 +DISTNAME= File-MimeInfo-0.34 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} @@ -16,7 +15,7 @@ DEPENDS+= p5-File-DesktopEntry-[0-9]*:.. DEPENDS+= p5-Encode-Locale-[0-9]*:../../textproc/p5-Encode-Locale DEPENDS+= shared-mime-info-[0-9]*:../../databases/shared-mime-info # for make test (when t/05_more.t 'require (File::DesktopEntry);' -TOOL_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +TEST_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI PERL5_PACKLIST= auto/File/MimeInfo/.packlist Index: pkgsrc/devel/p5-File-MimeInfo/distinfo diff -u pkgsrc/devel/p5-File-MimeInfo/distinfo:1.17 pkgsrc/devel/p5-File-MimeInfo/distinfo:1.18 --- pkgsrc/devel/p5-File-MimeInfo/distinfo:1.17 Sat May 20 06:49:10 2023 +++ pkgsrc/devel/p5-File-MimeInfo/distinfo Sat Dec 16 11:34:30 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2023/05/20 06:49:10 wiz Exp $ +$NetBSD: distinfo,v 1.18 2023/12/16 11:34:30 mef Exp $ -BLAKE2s (File-MimeInfo-0.33.tar.gz) = bbfdd666b10465a04706b94ace6e9c1871aa435c65955e7ad6e3d9f05e8f36ae -SHA512 (File-MimeInfo-0.33.tar.gz) = 5fbba13775079da56928175f48db1c1ab8ac4d7fa3e85bdb5384c4021cab7cf8c363a3d8219cf34318136b1470e32163abae7c37a119416a5e510d8d07848c9d -Size (File-MimeInfo-0.33.tar.gz) = 35801 bytes +BLAKE2s (File-MimeInfo-0.34.tar.gz) = 62bc6c7f260fbf3fe84ea862d2feae6601345db1ea1dc8964956a631d8a7793c +SHA512 (File-MimeInfo-0.34.tar.gz) = 5ce15976aa5ed59563ae64339aeefed426e97aa22448005e0dd50b8fee32237faafc59308cdad9d7eea6c3e3b58c41032d1f4fa670bc17d4ad58ca07743d015f +Size (File-MimeInfo-0.34.tar.gz) = 35446 bytes --_----------=_1702726470248500--