Skip to content

Commit

Permalink
mail/ruby-mime-types-data: update to 3.2018.0812
Browse files Browse the repository at this point in the history
## 3.2018.0812 / 2018-08-12

*   Added `.xsd` extension to `text/xml`. [#10][]

*   Added `.js` and `.mjs` extensions to `text/ecmascript` and
    `text/javascript`. [#11][]

*   Added `.ipa` extension to `application/octet-stream`. [#12][]

*   Moved extensions `.markdown` and `.md` and added `.mkd` extension to
    `text/markdown`. [#13][]

*   Because of a bug found with mime-types 3 before 3.2.1, this version
    requires mime-types 3.1 or later to manage data.

*   Updated the IANA media registry entries as of release date. The biggest
    major change here is the addition of the `font/` top-level media type.

*   MIME type changes not introduced by pull requests will no longer be
    individually tracked.

*   Clarified that the YAML editable format is not shipped with the Ruby gem
    for size considerations.
  • Loading branch information
taca committed Sep 23, 2018
1 parent cf392dc commit 5b3e28e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
4 changes: 2 additions & 2 deletions mail/ruby-mime-types-data/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2016/07/29 21:38:36 minskim Exp $
# $NetBSD: Makefile,v 1.2 2018/09/23 15:40:47 taca Exp $

DISTNAME= mime-types-data-3.2016.0521
DISTNAME= mime-types-data-3.2018.0812
CATEGORIES= mail

MAINTAINER= minskim@NetBSD.org
Expand Down
15 changes: 14 additions & 1 deletion mail/ruby-mime-types-data/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2016/07/29 21:38:36 minskim Exp $
@comment $NetBSD: PLIST,v 1.2 2018/09/23 15:40:47 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Code-of-Conduct.md
${GEM_LIBDIR}/Contributing.md
Expand All @@ -18,4 +18,17 @@ ${GEM_LIBDIR}/data/mime.use_instead.column
${GEM_LIBDIR}/data/mime.xrefs.column
${GEM_LIBDIR}/lib/mime-types-data.rb
${GEM_LIBDIR}/lib/mime/types/data.rb
${GEM_LIBDIR}/types/application.yaml
${GEM_LIBDIR}/types/audio.yaml
${GEM_LIBDIR}/types/chemical.yaml
${GEM_LIBDIR}/types/conference.yaml
${GEM_LIBDIR}/types/drawing.yaml
${GEM_LIBDIR}/types/font.yaml
${GEM_LIBDIR}/types/image.yaml
${GEM_LIBDIR}/types/message.yaml
${GEM_LIBDIR}/types/model.yaml
${GEM_LIBDIR}/types/multipart.yaml
${GEM_LIBDIR}/types/text.yaml
${GEM_LIBDIR}/types/video.yaml
${GEM_LIBDIR}/types/world.yaml
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
10 changes: 5 additions & 5 deletions mail/ruby-mime-types-data/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2016/07/29 21:38:36 minskim Exp $
$NetBSD: distinfo,v 1.2 2018/09/23 15:40:47 taca Exp $

SHA1 (mime-types-data-3.2016.0521.gem) = 4d9b8f282c84d31a177c9d5789c3630c7bd3e8cb
RMD160 (mime-types-data-3.2016.0521.gem) = 627c31807c55fd2c332e16a749091630b0375254
SHA512 (mime-types-data-3.2016.0521.gem) = 3eb23e446f25a1b058408bec4f4867177ce42f579d188e3f8f1f31d8268e6566309e7439cdcafec214e54e3b22b7c29896c859bac26556b5573fc149eefeebc5
Size (mime-types-data-3.2016.0521.gem) = 101888 bytes
SHA1 (mime-types-data-3.2018.0812.gem) = 15848c5daf220c4863d662d26886833b9f4f2800
RMD160 (mime-types-data-3.2018.0812.gem) = 7435ba7ebe4d4c3a112a8b3dfaa9bd72c846e98f
SHA512 (mime-types-data-3.2018.0812.gem) = 8c60151f044a03dbb28da231994e4d5e1961839774791ac9caf3332353000c7ab12671960f791a03417b4236b9b6c9f690a5d228b7c5ec0d2a19b1a8e59eadb1
Size (mime-types-data-3.2018.0812.gem) = 157184 bytes

0 comments on commit 5b3e28e

Please sign in to comment.