Skip to content

Commit

Permalink
mail/ruby-mime-types: update to 3.3
Browse files Browse the repository at this point in the history
Update ruby-mime-types to 3.3.

pkgsrc change: Add "USE_LANGUAGES=	# none".


## 3.3 / 2019-09-04

*   1 minor enhancement

    *   Jean Boussier reduced memory usage for Ruby versions 2.3 or higher by
        interning various string values in each type. This is done with a
        backwards-compatible call that _freezes_ the strings on older
        versions of Ruby. [#141][]

*   Administrivia:

    *   Nicholas La Roux updated Travis build configurations. [#139][]
  • Loading branch information
taca committed Nov 2, 2019
1 parent 98b5a7e commit 2ec6c3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions mail/ruby-mime-types/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.15 2018/09/23 15:41:37 taca Exp $
# $NetBSD: Makefile,v 1.16 2019/11/02 15:10:29 taca Exp $

DISTNAME= mime-types-3.2.2
DISTNAME= mime-types-3.3
CATEGORIES= www

MAINTAINER= [email protected]
Expand All @@ -10,5 +10,7 @@ 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

USE_LANGUAGES= # none

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions mail/ruby-mime-types/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.15 2018/09/23 15:41:37 taca Exp $
$NetBSD: distinfo,v 1.16 2019/11/02 15:10:29 taca Exp $

SHA1 (mime-types-3.2.2.gem) = c1403f642bf029c7e7cc206816e2538d73b7b9bf
RMD160 (mime-types-3.2.2.gem) = e4cc59b9357981fc243e5dd07904e7154dca03de
SHA512 (mime-types-3.2.2.gem) = e098df6001ddb53225cf2f48df4e13f2cb9c5e86f64dfaebfba82ed9f1d60149b05069800ea14d1d76554d760169f3c3cb506cc3c789c74da7e1c8df61d67b7c
Size (mime-types-3.2.2.gem) = 35840 bytes
SHA1 (mime-types-3.3.gem) = 749e605193205cdbe1d866bf9499798581419d6a
RMD160 (mime-types-3.3.gem) = 67089ea47feb3f46a2616f766fdbdcf3efb20fa0
SHA512 (mime-types-3.3.gem) = 288f5f2dbb3ea970703e3b0d84a89246db410f8ccab5da3cc8fa9113ebb44a46144bb48f2216d37fd293b3ae156d596aff234721ec62e10c6b024f1eef2c9fb8
Size (mime-types-3.3.gem) = 36352 bytes

0 comments on commit 2ec6c3f

Please sign in to comment.