pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/ruby-mime-types-data
Module Name: pkgsrc
Committed By: taca
Date: Sat Aug 2 03:48:20 UTC 2025
Modified Files:
pkgsrc/mail/ruby-mime-types-data: Makefile distinfo
Log Message:
mail/ruby-mime-types-data: update to 3.2025.0729
3.2025.0729 (2025-07-29)
* Updated registry entries from the IANA media registry and provisional
media registry, the Apache httpd media registry, and the Apache Tika media
registry as of the release date.
* Remove .doc from text/plain: The use of .doc for text/plain documents is
mostly a holdover from VAX VMS where the default wasn't .txt but .doc.
The world now thinks that .doc mostly means application/msword even though
that format is obsolete by almost twenty years. Closes
ruby-mime-types#224 with #191.
* Handle promoted and withdrawn provisional IANA media types. Closes #54
with #192.
The logic is three relatively simple phases:
(1) When loading an existing registry grouping (such as
types/application.yaml), we mark any type that is provisional as
obsolete. This indicates that we consider any provisional type as
potentially withdrawn (and therefore obsolete).
(2) When processing existing regular types, we clear both provisional
and obsolete flags so that a type promoted from provisional is now
a regular registry entry.
(3) After merging the current list of registry entries, we clear
provisional if the type is marked both provisional and obsolete,
indicating that the provisional type has been withdrawn.
* These heuristics match several types which have been promoted and
withdrawn since the handling of provisional types was improved with #53.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/mail/ruby-mime-types-data/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/mail/ruby-mime-types-data/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/ruby-mime-types-data/Makefile
diff -u pkgsrc/mail/ruby-mime-types-data/Makefile:1.36 pkgsrc/mail/ruby-mime-types-data/Makefile:1.37
--- pkgsrc/mail/ruby-mime-types-data/Makefile:1.36 Sat Jul 26 07:05:05 2025
+++ pkgsrc/mail/ruby-mime-types-data/Makefile Sat Aug 2 03:48:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2025/07/26 07:05:05 taca Exp $
+# $NetBSD: Makefile,v 1.37 2025/08/02 03:48:20 taca Exp $
-DISTNAME= mime-types-data-3.2025.0722
+DISTNAME= mime-types-data-3.2025.0729
CATEGORIES= mail
MAINTAINER= minskim%NetBSD.org@localhost
Index: pkgsrc/mail/ruby-mime-types-data/distinfo
diff -u pkgsrc/mail/ruby-mime-types-data/distinfo:1.38 pkgsrc/mail/ruby-mime-types-data/distinfo:1.39
--- pkgsrc/mail/ruby-mime-types-data/distinfo:1.38 Sat Jul 26 07:05:05 2025
+++ pkgsrc/mail/ruby-mime-types-data/distinfo Sat Aug 2 03:48:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2025/07/26 07:05:05 taca Exp $
+$NetBSD: distinfo,v 1.39 2025/08/02 03:48:20 taca Exp $
-BLAKE2s (mime-types-data-3.2025.0722.gem) = 2ffa4acca87d571251cd244e477d9ce89a12590073dd4e21d3cf9d9cceec19cf
-SHA512 (mime-types-data-3.2025.0722.gem) = 30ef7aab5f1599fca4887d7036eaf3f130afdf21e21bc2c2ab423aa2b40b7e41a8da8e03606180a585ce909a224b2ec777905d7409c67a765ba0361dab6dee3f
-Size (mime-types-data-3.2025.0722.gem) = 169472 bytes
+BLAKE2s (mime-types-data-3.2025.0729.gem) = 84b4a59940fb1725188e18fddd1a8cf975a490dd3e52383c0bfd531f3513cc2c
+SHA512 (mime-types-data-3.2025.0729.gem) = 2428b4b07abef46817dbd9d4b5bec87f39e9e2e4b38e7cb7b160c2cade76dce80dd434299359a9d19e1727559de21a2132eab9367e6636e3a17a980fb6de48f3
+Size (mime-types-data-3.2025.0729.gem) = 169984 bytes
Home |
Main Index |
Thread Index |
Old Index