pkgsrc/mail/ruby-mime-types/Makefile
taca de91182f44 Update ruby-mime-types to 3.1.
== 3.1 / 2016-05-22

* 1 documentation change:

  * Tim Smith (@tas50) updated the build badges to be SVGs to improve
    readability on high-density (retina) screens with pull request
    {#112}[https://github.com/mime-types/ruby-mime-types/pull/112].

* 3 bug fixes

  * A test for MIME::Types::Cache fails under Ruby 2.3 because of frozen
    strings, {#118}[https://github.com/mime-types/ruby-mime-types/issues/118].
    This has been fixed.

  * The JSON data has been incorrectly encoded since the release of mime-types
    3 on the +xrefs+ field, because of the switch to using a Set to store
    cross-reference information. This has been fixed.

  * A tentative fix for
    {#117}[https://github.com/mime-types/ruby-mime-types/issues/117] has been
    applied, removing the only circular require dependencies that exist (and
    for which there was code to prevent, but the current fix is simpler).
    I have no way to verify this fix and depending on how things are loaded by
    +delayed_job+, this fix may not be sufficient.

* 1 governance change

  * Updated to {Contributor Covenant 1.4}[Code-of-Conduct_rdoc.html].
2016-10-15 14:00:41 +00:00

14 lines
452 B
Makefile

# $NetBSD: Makefile,v 1.14 2016/10/15 14:00:41 taca Exp $
DISTNAME= mime-types-3.1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/mime-types/ruby-mime-types/
COMMENT= Definition of MIME types for Ruby
LICENSE= ruby-license OR artistic OR gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= ${RUBY_PKGPREFIX}-mime-types-data>=3.2015<4:../../mail/ruby-mime-types-data
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"