pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/ruby-mime-types



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Nov  2 15:10:29 UTC 2019

Modified Files:
        pkgsrc/mail/ruby-mime-types: Makefile distinfo

Log Message:
mail/ruby-mime-types: update to 3.3

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][]


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/ruby-mime-types/Makefile \
    pkgsrc/mail/ruby-mime-types/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/ruby-mime-types/Makefile
diff -u pkgsrc/mail/ruby-mime-types/Makefile:1.15 pkgsrc/mail/ruby-mime-types/Makefile:1.16
--- pkgsrc/mail/ruby-mime-types/Makefile:1.15   Sun Sep 23 15:41:37 2018
+++ pkgsrc/mail/ruby-mime-types/Makefile        Sat Nov  2 15:10:29 2019
@@ -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=    pkgsrc-users%NetBSD.org@localhost
@@ -10,5 +10,7 @@ LICENSE=      ruby-license OR artistic OR gnu
 
 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"
Index: pkgsrc/mail/ruby-mime-types/distinfo
diff -u pkgsrc/mail/ruby-mime-types/distinfo:1.15 pkgsrc/mail/ruby-mime-types/distinfo:1.16
--- pkgsrc/mail/ruby-mime-types/distinfo:1.15   Sun Sep 23 15:41:37 2018
+++ pkgsrc/mail/ruby-mime-types/distinfo        Sat Nov  2 15:10:29 2019
@@ -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



Home | Main Index | Thread Index | Old Index