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:           Fri Aug 11 11:02:35 UTC 2023

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

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

3.5.0 (2023-08-07)

1 minor enhancement:

* Robb Shecter changed the default log level for duplicate type variant from
  warn to debug in #170.  This works because MIME::Types.logger is intended
  to fit the ::Logger interface, and the default logger (WarnLogger) is a
  subclass of ::Logger that passes through to Kernel.warn.

    - Further consideration has changed cache load messages from warn to
      error and deprecation messages from warn to debug.

1 bug fix:

* Added a definition of MIME::Type#hash. Contributed by Alex Vondrak in
  #167, fixing #166.

Dependency and CI updates:

* Update the .github/workflows/ci.yml workflow to test Ruby 3.2 and more
  reliably test certain combinations rather than depending on exclusions.

* Change .standard.yml configuration to format for Ruby 2.3 as certain files
  are not properly detected with Ruby 2.0.

    - Change from hoe-git to hoe-git2 to support Hoe version 4.

    - Apply standardrb --fix.

    - The above changes have resulted in the Soft deprecation of Ruby
      versions below 2.6.  Any errors reported for Ruby versions 2.0, 2.1,
      2.2, 2.3, 2.4, and 2.5 will be resolved, but maintaining CI for these
      versions is unsustainable.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/ruby-mime-types/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/ruby-mime-types/PLIST
cvs rdiff -u -r1.20 -r1.21 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.18 pkgsrc/mail/ruby-mime-types/Makefile:1.19
--- pkgsrc/mail/ruby-mime-types/Makefile:1.18   Tue Nov 23 14:34:55 2021
+++ pkgsrc/mail/ruby-mime-types/Makefile        Fri Aug 11 11:02:35 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/11/23 14:34:55 taca Exp $
+# $NetBSD: Makefile,v 1.19 2023/08/11 11:02:35 taca Exp $
 
-DISTNAME=      mime-types-3.4.1
+DISTNAME=      mime-types-3.5.0
 CATEGORIES=    mail
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/mail/ruby-mime-types/PLIST
diff -u pkgsrc/mail/ruby-mime-types/PLIST:1.14 pkgsrc/mail/ruby-mime-types/PLIST:1.15
--- pkgsrc/mail/ruby-mime-types/PLIST:1.14      Sun Sep 23 15:41:37 2018
+++ pkgsrc/mail/ruby-mime-types/PLIST   Fri Aug 11 11:02:35 2023
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.14 2018/09/23 15:41:37 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2023/08/11 11:02:35 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.standard.yml
 ${GEM_LIBDIR}/Code-of-Conduct.md
 ${GEM_LIBDIR}/Contributing.md
 ${GEM_LIBDIR}/History.md

Index: pkgsrc/mail/ruby-mime-types/distinfo
diff -u pkgsrc/mail/ruby-mime-types/distinfo:1.20 pkgsrc/mail/ruby-mime-types/distinfo:1.21
--- pkgsrc/mail/ruby-mime-types/distinfo:1.20   Tue Nov 23 14:34:55 2021
+++ pkgsrc/mail/ruby-mime-types/distinfo        Fri Aug 11 11:02:35 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2021/11/23 14:34:55 taca Exp $
+$NetBSD: distinfo,v 1.21 2023/08/11 11:02:35 taca Exp $
 
-BLAKE2s (mime-types-3.4.1.gem) = ddcb7d0c5bd5efaa8f842b5470868ab5549d68526655a9f1aef76da93e7203ba
-SHA512 (mime-types-3.4.1.gem) = d0cec7afbe1685c008765997c3047f23bbb0bd10989cd82475805f932e61c400b3d2e60f5f95804c46919b57f0d3644c866be358b0c4c653ace43d62bbc98e4f
-Size (mime-types-3.4.1.gem) = 36864 bytes
+BLAKE2s (mime-types-3.5.0.gem) = ad639ef7b6f5b316df36271fcfe6c8422f584b03be51a1994b665a3679bfaff5
+SHA512 (mime-types-3.5.0.gem) = c7177a2a54aaa8af88f14222c48011905379586ac160cab420dd7c49bfaa92159dd034398200908f5e18440ff69dbff767390948cbdb92fc325d552ca5087ea8
+Size (mime-types-3.5.0.gem) = 37888 bytes



Home | Main Index | Thread Index | Old Index