pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/ruby-mime-types Update ruby-mime-types to 1.18.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9764b91ee51
branches:  trunk
changeset: 601469:e9764b91ee51
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Mar 21 15:43:52 2012 +0000

description:
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:

 mail/ruby-mime-types/Makefile |  4 ++--
 mail/ruby-mime-types/PLIST    |  5 +++--
 mail/ruby-mime-types/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 9a07558848e2 -r e9764b91ee51 mail/ruby-mime-types/Makefile
--- a/mail/ruby-mime-types/Makefile     Wed Mar 21 15:42:23 2012 +0000
+++ b/mail/ruby-mime-types/Makefile     Wed Mar 21 15:43:52 2012 +0000
@@ -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@localhost
diff -r 9a07558848e2 -r e9764b91ee51 mail/ruby-mime-types/PLIST
--- a/mail/ruby-mime-types/PLIST        Wed Mar 21 15:42:23 2012 +0000
+++ b/mail/ruby-mime-types/PLIST        Wed Mar 21 15:43:52 2012 +0000
@@ -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 -r 9a07558848e2 -r e9764b91ee51 mail/ruby-mime-types/distinfo
--- a/mail/ruby-mime-types/distinfo     Wed Mar 21 15:42:23 2012 +0000
+++ b/mail/ruby-mime-types/distinfo     Wed Mar 21 15:43:52 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index