diff options
author | pi <pi@FreeBSD.org> | 2016-06-01 23:28:42 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-06-01 23:28:42 +0800 |
commit | 99c790ffca113d1564d13ba1b5c355d5a862ca6d (patch) | |
tree | 554d6a800d7651b10f417a379bd98e657304f09c /misc | |
parent | f474c2055e58023814b488ad40e8648f5ff00f74 (diff) | |
download | freebsd-ports-gnome-99c790ffca113d1564d13ba1b5c355d5a862ca6d.tar.gz freebsd-ports-gnome-99c790ffca113d1564d13ba1b5c355d5a862ca6d.tar.zst freebsd-ports-gnome-99c790ffca113d1564d13ba1b5c355d5a862ca6d.zip |
misc/rubygem-mime-types: 2.99.1 -> 3.1
- Version 3.0 is a major release that requires Ruby 2.0 compatibility
and removes deprecated functions.
- The columnar registry format introduced in 2.6 has been made the
primary format
- the registry data has been extracted from this library and put
into ruby-mime-types-data
- Additionally, mime-types is now licensed exclusively under the MIT
licence and there is a code of conduct in effect.
- There are a number of other smaller changes described in
https://github.com/mime-types/ruby-mime-types/blob/master/History.rdoc
PR: 209936
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rubygem-mime-types/Makefile | 11 | ||||
-rw-r--r-- | misc/rubygem-mime-types/distinfo | 5 |
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/rubygem-mime-types/Makefile b/misc/rubygem-mime-types/Makefile index fcf6bf472be6..9e090fb8fdca 100644 --- a/misc/rubygem-mime-types/Makefile +++ b/misc/rubygem-mime-types/Makefile @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= mime-types -PORTVERSION= 2.99.1 +PORTVERSION= 3.1 CATEGORIES= misc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby gem which provides a mailcap-like MIME Content-Type lookup -LICENSE= ART20 GPLv2 GPLv3 MIT -LICENSE_COMB= dual -LICENSE_FILE_ART20= ${WRKSRC}/docs/artistic.txt -LICENSE_FILE_GPLv2= ${WRKSRC}/docs/COPYING.txt -LICENSE_FILE_MIT= ${WRKSRC}/Licence.rdoc +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/Licence.rdoc + +RUN_DEPENDS= rubygem-mime-types-data>=3.2015:misc/rubygem-mime-types-data NO_ARCH= yes USE_RUBY= yes diff --git a/misc/rubygem-mime-types/distinfo b/misc/rubygem-mime-types/distinfo index 4c9564567864..9243cb861390 100644 --- a/misc/rubygem-mime-types/distinfo +++ b/misc/rubygem-mime-types/distinfo @@ -1,2 +1,3 @@ -SHA256 (rubygem/mime-types-2.99.1.gem) = 370e8182e838c7c295d390b3e48ff7ba69e7b87e30dcdbde7bd1a909a0529d53 -SIZE (rubygem/mime-types-2.99.1.gem) = 148480 +TIMESTAMP = 1464788386 +SHA256 (rubygem/mime-types-3.1.gem) = 75949321c3f55e6618d0596016059841c26168342ec1ee4e641053bb66fa0701 +SIZE (rubygem/mime-types-3.1.gem) = 42496 |