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: Sun Oct 13 16:15:09 UTC 2024
Modified Files:
pkgsrc/mail/ruby-mime-types: Makefile distinfo
Log Message:
mail/ruby-mime-types: update to 3.6.0
3.6.0 (2024-10-02)
* 2 deprecations:
- Array-based MIME::Type initialization
- String-based MIME::Type initialization
Use of these these will result in deprecation warnings.
* Added logger to the gemspec to suppress a bundled gem warning with Ruby
3.3.5. This warning should not be showing up until Ruby 3.4.0 is released
and will be suppressed in Ruby 3.3.6.
* Reworked the deprecation message code to be somewhat more flexible and
allow for outputting certain warnings once. Because there will be at
least one other release after 3.6, we do not need to make the type
initialization deprecations frequent with this release.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/mail/ruby-mime-types/Makefile
cvs rdiff -u -r1.23 -r1.24 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.21 pkgsrc/mail/ruby-mime-types/Makefile:1.22
--- pkgsrc/mail/ruby-mime-types/Makefile:1.21 Sat Feb 3 15:54:32 2024
+++ pkgsrc/mail/ruby-mime-types/Makefile Sun Oct 13 16:15:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/02/03 15:54:32 taca Exp $
+# $NetBSD: Makefile,v 1.22 2024/10/13 16:15:08 taca Exp $
-DISTNAME= mime-types-3.5.2
+DISTNAME= mime-types-3.6.0
CATEGORIES= mail
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/ruby-mime-types/distinfo
diff -u pkgsrc/mail/ruby-mime-types/distinfo:1.23 pkgsrc/mail/ruby-mime-types/distinfo:1.24
--- pkgsrc/mail/ruby-mime-types/distinfo:1.23 Sat Feb 3 15:54:32 2024
+++ pkgsrc/mail/ruby-mime-types/distinfo Sun Oct 13 16:15:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/02/03 15:54:32 taca Exp $
+$NetBSD: distinfo,v 1.24 2024/10/13 16:15:08 taca Exp $
-BLAKE2s (mime-types-3.5.2.gem) = 257f75bb476e3a80933167864220c9fba4d7a765a046f96cca7f50f4b9d576f5
-SHA512 (mime-types-3.5.2.gem) = 099e3b984d3637dfeaf00a76e56427c278ce3c48b77aaa45ed63521e73b1877d773d0ebe4fbe1ec21113987f7d39cda0deeefb7c9ded5f2a3024577e3e6ab6ff
-Size (mime-types-3.5.2.gem) = 37888 bytes
+BLAKE2s (mime-types-3.6.0.gem) = 44dbbc413521da7083a726e45e11fc30e2b5e241b3586281fe5af93643114b54
+SHA512 (mime-types-3.6.0.gem) = 1d6a569e4a67d9b4dd9f2ca7223c3b1271715754a9f683ce3016839792f844c13f920a074800403c3d00a8ce53caefcbca65d07f8419b6a52e85f53cb347feed
+Size (mime-types-3.6.0.gem) = 39424 bytes
Home |
Main Index |
Thread Index |
Old Index