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:           Mon Apr 14 14:28:26 UTC 2025

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

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

3.6.1 (2025-03-15)

* Restructure project structure to be more consistent with mime-types-data.
* Increased GitHub action security. Added Ruby 3.4, dropped macOS 12, added
  macOS 15.
* Added trusted publishing for fully automated releases.
* Added MIME::Types::NullLogger to completely silence MIME::Types logging.
* Improved the development experience with updates to the Gemfile.
* Worked around various issues with the benchmarks and profiling code.
* Removed Forwardable from MIME::Types::Container.
* Added coverage support (back).

3.6.2 (2025-03-25)

* Updated the reference to the changelog in the README, fixing RubyGems
  metadata on the next release. Fixed in #189 by nna774.
* Daniel Watkins fixed an error in the repo tag for this release because the
  modified gemspec was not included in the release. Fixed in #196.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/ruby-mime-types/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/ruby-mime-types/PLIST
cvs rdiff -u -r1.24 -r1.25 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.22 pkgsrc/mail/ruby-mime-types/Makefile:1.23
--- pkgsrc/mail/ruby-mime-types/Makefile:1.22   Sun Oct 13 16:15:08 2024
+++ pkgsrc/mail/ruby-mime-types/Makefile        Mon Apr 14 14:28:26 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2024/10/13 16:15:08 taca Exp $
+# $NetBSD: Makefile,v 1.23 2025/04/14 14:28:26 taca Exp $
 
-DISTNAME=      mime-types-3.6.0
+DISTNAME=      mime-types-3.6.2
 CATEGORIES=    mail
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/mail/ruby-mime-types/PLIST
diff -u pkgsrc/mail/ruby-mime-types/PLIST:1.15 pkgsrc/mail/ruby-mime-types/PLIST:1.16
--- pkgsrc/mail/ruby-mime-types/PLIST:1.15      Fri Aug 11 11:02:35 2023
+++ pkgsrc/mail/ruby-mime-types/PLIST   Mon Apr 14 14:28:26 2025
@@ -1,13 +1,14 @@
-@comment $NetBSD: PLIST,v 1.15 2023/08/11 11:02:35 taca Exp $
+@comment $NetBSD: PLIST,v 1.16 2025/04/14 14:28:26 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
-${GEM_LIBDIR}/Licence.md
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/CODE_OF_CONDUCT.md
+${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/CONTRIBUTORS.md
+${GEM_LIBDIR}/LICENCE.md
 ${GEM_LIBDIR}/Manifest.txt
-${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/SECURITY.md
 ${GEM_LIBDIR}/lib/mime-types.rb
 ${GEM_LIBDIR}/lib/mime/type.rb
 ${GEM_LIBDIR}/lib/mime/type/columnar.rb
@@ -21,6 +22,7 @@ ${GEM_LIBDIR}/lib/mime/types/full.rb
 ${GEM_LIBDIR}/lib/mime/types/loader.rb
 ${GEM_LIBDIR}/lib/mime/types/logger.rb
 ${GEM_LIBDIR}/lib/mime/types/registry.rb
+${GEM_LIBDIR}/lib/mime/types/version.rb
 ${GEM_LIBDIR}/test/bad-fixtures/malformed
 ${GEM_LIBDIR}/test/fixture/json.json
 ${GEM_LIBDIR}/test/fixture/old-data

Index: pkgsrc/mail/ruby-mime-types/distinfo
diff -u pkgsrc/mail/ruby-mime-types/distinfo:1.24 pkgsrc/mail/ruby-mime-types/distinfo:1.25
--- pkgsrc/mail/ruby-mime-types/distinfo:1.24   Sun Oct 13 16:15:08 2024
+++ pkgsrc/mail/ruby-mime-types/distinfo        Mon Apr 14 14:28:26 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2024/10/13 16:15:08 taca Exp $
+$NetBSD: distinfo,v 1.25 2025/04/14 14:28:26 taca Exp $
 
-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
+BLAKE2s (mime-types-3.6.2.gem) = 76822db13ca244ded0db374b8b04aea8c6da04cc8eece1f27fd06828ba262652
+SHA512 (mime-types-3.6.2.gem) = 224f091d0f9f8909ddae359b773cead75a11e23d630ebf1d3253f7c746aca55bcb8462485d8afe4751973572e1ddb015a90ed06f9b04cc01a450b1e859c4b76c
+Size (mime-types-3.6.2.gem) = 40448 bytes



Home | Main Index | Thread Index | Old Index