Received: by mail.netbsd.org (Postfix, from userid 605) id 1CB0684E75; Fri, 27 Jan 2023 04:03:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B01D84E55 for ; Fri, 27 Jan 2023 04:03:04 +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 YsNgDC8NvsbN for ; Fri, 27 Jan 2023 04:03:03 +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 BAD8284CE3 for ; Fri, 27 Jan 2023 04:03:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AED65FA90; Fri, 27 Jan 2023 04:03:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674792183146790" MIME-Version: 1.0 Date: Fri, 27 Jan 2023 04:03:03 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-MIME-Types To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230127040303.AED65FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674792183146790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Jan 27 04:03:03 UTC 2023 Modified Files: pkgsrc/mail/p5-MIME-Types: Makefile distinfo Log Message: Update to 2.24 Upstream changes: version 2.24: Wed 28 Dec 13:06:23 CET 2022 Fixes: - vnd.gentoo officially took 'tar' and 'tbz2', but 'application/ x-tar' resp 'x-gtar' prevails. [Andreas Koenig] version 2.23: Thu 22 Dec 17:20:33 CET 2022 Changes: - iana updates To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/mail/p5-MIME-Types/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/p5-MIME-Types/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674792183146790 Content-Disposition: inline Content-Length: 1597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-MIME-Types/Makefile diff -u pkgsrc/mail/p5-MIME-Types/Makefile:1.43 pkgsrc/mail/p5-MIME-Types/Makefile:1.44 --- pkgsrc/mail/p5-MIME-Types/Makefile:1.43 Tue Jun 28 11:34:27 2022 +++ pkgsrc/mail/p5-MIME-Types/Makefile Fri Jan 27 04:03:03 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2022/06/28 11:34:27 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2023/01/27 04:03:03 wen Exp $ -DISTNAME= MIME-Types-2.22 +DISTNAME= MIME-Types-2.24 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} Index: pkgsrc/mail/p5-MIME-Types/distinfo diff -u pkgsrc/mail/p5-MIME-Types/distinfo:1.26 pkgsrc/mail/p5-MIME-Types/distinfo:1.27 --- pkgsrc/mail/p5-MIME-Types/distinfo:1.26 Fri Nov 12 02:21:01 2021 +++ pkgsrc/mail/p5-MIME-Types/distinfo Fri Jan 27 04:03:03 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2021/11/12 02:21:01 wen Exp $ +$NetBSD: distinfo,v 1.27 2023/01/27 04:03:03 wen Exp $ -BLAKE2s (MIME-Types-2.22.tar.gz) = 224209f6c3f6c816a9c0317386c78d76dd4cd95de1c356543e12aba2c4441f8a -SHA512 (MIME-Types-2.22.tar.gz) = 93dd5f54defcb2d9ff0e157b05c0f1e6ffd0d62422ae1b17f7f6deee4886d647cc4abf50dde584a65ee0472859ed224ed7dc491cb27066d15cf937fd7de80da7 -Size (MIME-Types-2.22.tar.gz) = 65002 bytes +BLAKE2s (MIME-Types-2.24.tar.gz) = 2e4457a987a5d6a6a7ea4faf5f6d556969a0efd8b610adb8ee93e600b116881c +SHA512 (MIME-Types-2.24.tar.gz) = 5f1ba7b461eb18438b7e1bcc49291d0a506d937f0020f2a8b17594e4de626110f8d4b4a767d78b491ae788b6a6ea531d8ce2c2245cc614700ac8fa6d320d2bd7 +Size (MIME-Types-2.24.tar.gz) = 65785 bytes --_----------=_1674792183146790--