diff options
author | taca <taca@pkgsrc.org> | 2013-06-16 16:59:36 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-06-16 16:59:36 +0000 |
commit | 7b12fde72a0f3a5722408264ca29ba14c2c6a941 (patch) | |
tree | 2fd75be1480e5086fb87d14178ab31ad822d47e8 | |
parent | 0c4897a9d527bdcc1baf2db1db483e5593b124e7 (diff) | |
download | pkgsrc-7b12fde72a0f3a5722408264ca29ba14c2c6a941.tar.gz |
Update ruby-mime-types to 1.23.
== 1.23 / 2013-04-20
* New Feature:
* Arnaud Meuret (ameuret) suggested that it could be useful if the MIME type
collection was enumerable, so he implemented it in #30. Thanks for the
contribution! https://github.com/halostatue/mime-types/pull/30
* Updated MIME Types:
* RFC6910 was adopted (application/call-completion).
* RFC6902 was adopted (application/json-patch\+json).
* RFC6917 was adopted (application/mrb-consumer\+xml,
application/mrb-publish\+xml).
* RFC6922 was adopted (application/sql).
* RFC2560 is being
{updated}[http://tools.ietf.org/html/draft-ietf-pkix-rfc2560bis].
* Administrivia:
* The gemspec now includes information about the licenses under which the
mime-types gem is available.
* Using hoe-gemspec2 instead of hoe-gemspec.
== 1.22 / 2013-03-30
* New MIME Types:
* Added support for 3FR (Hasselblad raw images) files. MIME-Type was obtained
by looking at exif data with exiftool. Thanks to cgat for these changes.
https://github.com/halostatue/mime-types/pull/27
* Updated MIME Types:
* Pulled the latest updates from the IANA MIME-Type registry.
* Added support for Ruby 2.0 with Travis CI.
-rw-r--r-- | mail/ruby-mime-types/Makefile | 4 | ||||
-rw-r--r-- | mail/ruby-mime-types/PLIST | 3 | ||||
-rw-r--r-- | mail/ruby-mime-types/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/mail/ruby-mime-types/Makefile b/mail/ruby-mime-types/Makefile index 396c1846b59..3ef3857dbba 100644 --- a/mail/ruby-mime-types/Makefile +++ b/mail/ruby-mime-types/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2013/02/11 03:18:15 taca Exp $ +# $NetBSD: Makefile,v 1.7 2013/06/16 16:59:36 taca Exp $ -DISTNAME= mime-types-1.21 +DISTNAME= mime-types-1.23 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/mail/ruby-mime-types/PLIST b/mail/ruby-mime-types/PLIST index 5d1fd66ede5..cb5a0693c3c 100644 --- a/mail/ruby-mime-types/PLIST +++ b/mail/ruby-mime-types/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2013/02/11 03:18:15 taca Exp $ +@comment $NetBSD: PLIST,v 1.8 2013/06/16 16:59:36 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gemtest ${GEM_LIBDIR}/.hoerc @@ -38,7 +38,6 @@ ${GEM_LIBDIR}/lib/mime/types/text.vms ${GEM_LIBDIR}/lib/mime/types/video ${GEM_LIBDIR}/lib/mime/types/video.nonstandard ${GEM_LIBDIR}/lib/mime/types/video.obsolete -${GEM_LIBDIR}/mime-types.gemspec ${GEM_LIBDIR}/test/test_mime_type.rb ${GEM_LIBDIR}/test/test_mime_types.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/mail/ruby-mime-types/distinfo b/mail/ruby-mime-types/distinfo index 68fa5d819a1..528a5225a1a 100644 --- a/mail/ruby-mime-types/distinfo +++ b/mail/ruby-mime-types/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2013/02/11 03:18:15 taca Exp $ +$NetBSD: distinfo,v 1.7 2013/06/16 16:59:36 taca Exp $ -SHA1 (mime-types-1.21.gem) = 4a8ff499e52a92b0c3a7354717c6ac920fd8024d -RMD160 (mime-types-1.21.gem) = 4fe2d2fe1af63f947755272caac76feca8268256 -Size (mime-types-1.21.gem) = 55808 bytes +SHA1 (mime-types-1.23.gem) = 98878d75c56c4a4de49269fa4e97438c1fe51d56 +RMD160 (mime-types-1.23.gem) = b2197830cb75c09537d81ab36e4777c98335071c +Size (mime-types-1.23.gem) = 55296 bytes |