Skip to content

Commit a7f46a8

Browse files
author
taca
committed
Update ruby-mime-types to 1.18.
== 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)
1 parent 8af9262 commit a7f46a8

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

mail/ruby-mime-types/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.3 2011/12/15 15:39:35 taca Exp $
1+
# $NetBSD: Makefile,v 1.4 2012/03/21 15:43:52 taca Exp $
22

3-
DISTNAME= mime-types-1.17.2
3+
DISTNAME= mime-types-1.18
44
CATEGORIES= www
55

66
MAINTAINER= pkgsrc-users@NetBSD.org

mail/ruby-mime-types/PLIST

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
@comment $NetBSD: PLIST,v 1.4 2011/12/15 15:39:35 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.5 2012/03/21 15:43:52 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
33
${GEM_LIBDIR}/.gemtest
4+
${GEM_LIBDIR}/.gitignore
45
${GEM_LIBDIR}/.hoerc
56
${GEM_LIBDIR}/History.rdoc
6-
${GEM_LIBDIR}/License.rdoc
7+
${GEM_LIBDIR}/Licence.rdoc
78
${GEM_LIBDIR}/Manifest.txt
89
${GEM_LIBDIR}/README.rdoc
910
${GEM_LIBDIR}/Rakefile

mail/ruby-mime-types/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.3 2011/12/15 15:39:35 taca Exp $
1+
$NetBSD: distinfo,v 1.4 2012/03/21 15:43:52 taca Exp $
22

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

0 commit comments

Comments
 (0)