mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
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>
This commit is contained in:
parent
cdccdde4a1
commit
53b3e4e18b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416246
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user