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:           Tue Nov 23 14:34:55 UTC 2021

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

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

pkgsrc chnage: fix CATEGORIES from www to mail.

3.4.1 (2021-11-16)

1 bugfix:

* Fixed a Ruby < 2.3 incompatibility introduced by the use of standardrb,
  where <<- heredocs were converted to <<~ heredocs. These have been
  reverted back to <<- with the indentation kept and a .strip call to
  prevent excess whitespace.

3.4.0 (2021-11-15)

1 minor enhancement:

* Added a new field to MIME::Type for checking provisional registrations
  from IANA. [#157]

Documentation:

* Kevin Menard synced the documentation so that all examples are
  correct. #153

Administrivia:

* Added Ruby 3.0 to the CI test matrix. Added windows/jruby to the CI
  exclusion list; it refuses to run successfully.
* Removed the Travis CI configuration and changed it to Github Workflows
  #150. Removed Coveralls configuration.
* Igor Victor added TruffleRuby to the Travis CI configuration. #149
* Koichi ITO loosened an excessively tight dependency. #147
* Started using standardrb for Ruby formatting and validation.
* Moved deps:top functionality to a support file.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/ruby-mime-types/Makefile
cvs rdiff -u -r1.19 -r1.20 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.17 pkgsrc/mail/ruby-mime-types/Makefile:1.18
--- pkgsrc/mail/ruby-mime-types/Makefile:1.17   Sun Mar  8 16:04:22 2020
+++ pkgsrc/mail/ruby-mime-types/Makefile        Tue Nov 23 14:34:55 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2020/03/08 16:04:22 taca Exp $
+# $NetBSD: Makefile,v 1.18 2021/11/23 14:34:55 taca Exp $
 
-DISTNAME=      mime-types-3.3.1
-CATEGORIES=    www
+DISTNAME=      mime-types-3.4.1
+CATEGORIES=    mail
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/mime-types/ruby-mime-types/

Index: pkgsrc/mail/ruby-mime-types/distinfo
diff -u pkgsrc/mail/ruby-mime-types/distinfo:1.19 pkgsrc/mail/ruby-mime-types/distinfo:1.20
--- pkgsrc/mail/ruby-mime-types/distinfo:1.19   Tue Oct 26 10:54:28 2021
+++ pkgsrc/mail/ruby-mime-types/distinfo        Tue Nov 23 14:34:55 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 10:54:28 nia Exp $
+$NetBSD: distinfo,v 1.20 2021/11/23 14:34:55 taca Exp $
 
-BLAKE2s (mime-types-3.3.1.gem) = c9baaa7dbb4ae715fbbcd5ec03c7799ec8e6321023198f23cdc2722c948379bc
-SHA512 (mime-types-3.3.1.gem) = 48646c5d3cc1b65ad0418bd765c86102d5dd7d0196f1b2b4b92acd350d6927e0c0fec3d30d04bf8b073d342f56b38663dee791f2c87f82b5743c6508265692ec
-Size (mime-types-3.3.1.gem) = 36352 bytes
+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



Home | Main Index | Thread Index | Old Index