Wed Jul 7 08:16:00 2021 UTC ()
Update to 2.21

Upstream changes:
version 2.21: Fri 28 May 12:01:00 CEST 2021

        Changes:
        - application/octet-stream is better for .dat [issue #11, Даша Федорова]
        - add video/webm which Google forgot to register [issue #12, Brent Laabs]
        - add image/webp which Google registered too late [issue #12, Brent Laabs]

version 2.20: Thu 22 Apr 12:48:35 CEST 2021

        Fixes:
        - problems with PAUSE cause the previous release to show-up in
          the wrong location.  Let's hope this release solves it.

        Changes:
        - heif/heic/heifs/heics/hif fix [issue #9, Даша Федорова]
        - no 'and' and 'or' extensions [issue #9, Даша Федорова]
        - application/octet-stream is better for .bin [issue #10, Даша Федорова]

version 2.19: Fri 16 Apr 11:47:10 CEST 2021

        Improvements:
        - update with the newest data from IANA and Apache httpd

        Changes:
        - mp4 preference is video/mp4 [issue #5, Даша Федорова]
        - yt preference is video/vnd.youtube.yt [issue #6, Даша Федорова]
        - 3gp and 3gpp preference is video/3gpp [issue #7, Даша Федорова]

version 2.18: Wed  9 Dec 10:29:46 CET 2020

        Improvements:
        - update with newest data

        Changes:
        - Mojo 6.0 changed types() into mapping() [Dmitry Latin]
        - Mojo 7.94 adds experimental file_type()
        - Mojo 7.94 adds experimental content_type()


(wen)
diff -r1.40 -r1.41 pkgsrc/mail/p5-MIME-Types/Makefile
diff -r1.22 -r1.23 pkgsrc/mail/p5-MIME-Types/distinfo

cvs diff -r1.40 -r1.41 pkgsrc/mail/p5-MIME-Types/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/p5-MIME-Types/Makefile 2021/05/24 19:52:47 1.40
+++ pkgsrc/mail/p5-MIME-Types/Makefile 2021/07/07 08:16:00 1.41
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.40 2021/05/24 19:52:47 wiz Exp $ 1# $NetBSD: Makefile,v 1.41 2021/07/07 08:16:00 wen Exp $
2 2
3DISTNAME= MIME-Types-2.17 3DISTNAME= MIME-Types-2.21
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 4 
6CATEGORIES= mail perl5 5CATEGORIES= mail perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://perl.overmeer.net/mimetypes/ 9HOMEPAGE= http://perl.overmeer.net/mimetypes/
11COMMENT= Definition of MIME types 10COMMENT= Definition of MIME types
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
15PERL5_PACKLIST= auto/MIME/Types/.packlist 14PERL5_PACKLIST= auto/MIME/Types/.packlist
16 15
17.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.22 -r1.23 pkgsrc/mail/p5-MIME-Types/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/p5-MIME-Types/distinfo 2018/01/27 07:40:47 1.22
+++ pkgsrc/mail/p5-MIME-Types/distinfo 2021/07/07 08:16:00 1.23
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.22 2018/01/27 07:40:47 wen Exp $ 1$NetBSD: distinfo,v 1.23 2021/07/07 08:16:00 wen Exp $
2 2
3SHA1 (MIME-Types-2.17.tar.gz) = a79b9ee132fc12af75df85b987332e1c9799b844 3SHA1 (MIME-Types-2.21.tar.gz) = fd5451268eda477ae36dc39a25b59249f7db4723
4RMD160 (MIME-Types-2.17.tar.gz) = 69d3a67aa2ac177ae13e77d48bb011592373ac71 4RMD160 (MIME-Types-2.21.tar.gz) = fe8bedd22974d9744966b8d35d88276f7113e95d
5SHA512 (MIME-Types-2.17.tar.gz) = a834ddfa70fbaa5688a2a35626c489a48448e273638312609faaa8fbf07ba656254d1f907ba5f25518e93fd62b7b9265eec700c38c8446876dca24e07d8b15c4 5SHA512 (MIME-Types-2.21.tar.gz) = 223aacf8f8ea3c8dd3059791bb86d3203684fb632d972639d88d9e176a5fee428c5fd637cbeee65b52f008ad70a92cef3f82f524926fc5fa55ea24ca0448f4ad
6Size (MIME-Types-2.17.tar.gz) = 64589 bytes 6Size (MIME-Types-2.21.tar.gz) = 64535 bytes