summaryrefslogtreecommitdiff
path: root/mail/ruby-mime-types/Makefile
diff options
context:
space:
mode:
authortaca <taca>2012-03-21 15:43:52 +0000
committertaca <taca>2012-03-21 15:43:52 +0000
commit538433a8613bd971739fd7e2265b9477bbf46c6c (patch)
tree100e328faa63a5a1f6ce458cda1b37eace0cee71 /mail/ruby-mime-types/Makefile
parent4cbff94c800b349103c9c6a60accf384e0aefb0e (diff)
downloadpkgsrc-538433a8613bd971739fd7e2265b9477bbf46c6c.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/ruby-mime-types/Makefile')
-rw-r--r--mail/ruby-mime-types/Makefile4
1 files changed, 2 insertions, 2 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