diff options
author | taca <taca@pkgsrc.org> | 2012-03-21 15:43:52 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-21 15:43:52 +0000 |
commit | 37a8e61c493e8907491a258f26b4d34cc327150a (patch) | |
tree | 100e328faa63a5a1f6ce458cda1b37eace0cee71 /mail | |
parent | 47cb3ccded842ee1747e9f16fbc07a63facd97c7 (diff) | |
download | pkgsrc-37a8e61c493e8907491a258f26b4d34cc327150a.tar.gz |
Update ruby-mime-types to 1.18.
== MIME::Types 1.18 / 2012-03-20
* New MIME Types:
* Types reported in Issue #6
(https://github.com/halostatue/mime-types/issues/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
(https://github.com/halostatue/mime-types/issues/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,
https://github.com/halostatue/mime-types/issues/8).
* It was pointed out that a plan to have the test output generated
automatically never went through. Issue #10
(https://github.com/halostatue/mime-types/issues/10)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ruby-mime-types/Makefile | 4 | ||||
-rw-r--r-- | mail/ruby-mime-types/PLIST | 5 | ||||
-rw-r--r-- | mail/ruby-mime-types/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/mail/ruby-mime-types/Makefile b/mail/ruby-mime-types/Makefile index 3b47415a2d8..8b35f49139c 100644 --- a/mail/ruby-mime-types/Makefile +++ b/mail/ruby-mime-types/Makefile @@ -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 diff --git a/mail/ruby-mime-types/PLIST b/mail/ruby-mime-types/PLIST index 71af0dc3a7f..51172d96004 100644 --- a/mail/ruby-mime-types/PLIST +++ b/mail/ruby-mime-types/PLIST @@ -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 diff --git a/mail/ruby-mime-types/distinfo b/mail/ruby-mime-types/distinfo index ea95cc5153d..8674027aba1 100644 --- a/mail/ruby-mime-types/distinfo +++ b/mail/ruby-mime-types/distinfo @@ -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 |