Skip to content

Commit

Permalink
Update ruby-mime-types to 1.18.
Browse files Browse the repository at this point in the history
== MIME::Types 1.18 / 2012-03-20
* New MIME Types:
  * Types reported in Issue #6
    (mime-types/ruby-mime-types#6):
    * CoffeeScript (text/x-coffeescript; .coffee; 8bit).
    * AIR
      (application/vnd.adobe.air-applicationinstaller-package+zip, .air;
      base64).
    * WOFF (application/font-woff; .woff; base64).
    * TrueType (application/x-font-truetype; .ttf; base64).
    * OpenType (application/x-font-opentype; .otf; base64).
  * WebM (audio/webm, video/webm; .webm). Issue #11
    (mime-types/ruby-mime-types#11).
* New extensions:
  * f4v/f4p (video/mp4, used by Adobe); f4a/fb4 (audio/mp4, used by Adobe).
* Bug Fixes:
  * It was pointed out that Licence.txt was incorrectly named. Fixed by
    renaming to Licence.rdoc (from Issue/Pull Request #8,
    mime-types/ruby-mime-types#8).
  * It was pointed out that a plan to have the test output generated
    automatically never went through. Issue #10
    (mime-types/ruby-mime-types#10)
  • Loading branch information
taca committed Mar 21, 2012
1 parent 8af9262 commit a7f46a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions mail/ruby-mime-types/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2011/12/15 15:39:35 taca Exp $
# $NetBSD: Makefile,v 1.4 2012/03/21 15:43:52 taca Exp $

DISTNAME= mime-types-1.17.2
DISTNAME= mime-types-1.18
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
5 changes: 3 additions & 2 deletions mail/ruby-mime-types/PLIST
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
@comment $NetBSD: PLIST,v 1.4 2011/12/15 15:39:35 taca Exp $
@comment $NetBSD: PLIST,v 1.5 2012/03/21 15:43:52 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.hoerc
${GEM_LIBDIR}/History.rdoc
${GEM_LIBDIR}/License.rdoc
${GEM_LIBDIR}/Licence.rdoc
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
Expand Down
8 changes: 4 additions & 4 deletions mail/ruby-mime-types/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2011/12/15 15:39:35 taca Exp $
$NetBSD: distinfo,v 1.4 2012/03/21 15:43:52 taca Exp $

SHA1 (mime-types-1.17.2.gem) = e727d94de8c89a4f81ea3c0ef5218ddb9288cf3a
RMD160 (mime-types-1.17.2.gem) = 0dacf9b73eac9f9903e94f5d1a21334d867c40bb
Size (mime-types-1.17.2.gem) = 52224 bytes
SHA1 (mime-types-1.18.gem) = a5fee1d398b6ae0563113fa1493315136aeaa8c5
RMD160 (mime-types-1.18.gem) = 47f112efb73b75d473b5212eb024eeae9355eb45
Size (mime-types-1.18.gem) = 52736 bytes

0 comments on commit a7f46a8

Please sign in to comment.