svn commit: r416246 - head/misc/rubygem-mime-types

Kurt Jaeger pi at FreeBSD.org
Wed Jun 1 15:28:43 UTC 2016


Author: pi
Date: Wed Jun  1 15:28:42 2016
New Revision: 416246
URL: https://svnweb.freebsd.org/changeset/ports/416246

Log:
  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 at toco-domains.de>

Modified:
  head/misc/rubygem-mime-types/Makefile
  head/misc/rubygem-mime-types/distinfo

Modified: head/misc/rubygem-mime-types/Makefile
==============================================================================
--- head/misc/rubygem-mime-types/Makefile	Wed Jun  1 14:23:50 2016	(r416245)
+++ head/misc/rubygem-mime-types/Makefile	Wed Jun  1 15:28:42 2016	(r416246)
@@ -2,18 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	mime-types
-PORTVERSION=	2.99.1
+PORTVERSION=	3.1
 CATEGORIES=	misc rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at 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

Modified: head/misc/rubygem-mime-types/distinfo
==============================================================================
--- head/misc/rubygem-mime-types/distinfo	Wed Jun  1 14:23:50 2016	(r416245)
+++ head/misc/rubygem-mime-types/distinfo	Wed Jun  1 15:28:42 2016	(r416246)
@@ -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


More information about the svn-ports-head mailing list