pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-msgpack



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Feb  3 14:10:42 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-msgpack: Makefile PLIST distinfo

Log Message:
devel/ruby-msgpack: update to 1.4.2

2021-02-01 version 1.4.2:

* Add the required Ruby version (>= 2.4) to avoid compilation errors on
  older Ruby runtimes
* Drop the support of old Ruby versions explicitly (1.8, 1.9, 2.0, 2.1,
  2.2, 2.3)

2021-01-27 version 1.4.1:

* Bugfix about the wrong string encoding longer than 256 bytes (#200)

2021-01-27 version 1.4.0:

* Introduce the optimization to use frozen/deduped keys for map objects
* Stop releasing fat gem (pre-built binaries) for mswin32 arch
  environments


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/ruby-msgpack/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-msgpack/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-msgpack/distinfo

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

Modified files:

Index: pkgsrc/devel/ruby-msgpack/Makefile
diff -u pkgsrc/devel/ruby-msgpack/Makefile:1.21 pkgsrc/devel/ruby-msgpack/Makefile:1.22
--- pkgsrc/devel/ruby-msgpack/Makefile:1.21     Wed Feb  5 14:56:57 2020
+++ pkgsrc/devel/ruby-msgpack/Makefile  Wed Feb  3 14:10:42 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/02/05 14:56:57 taca Exp $
+# $NetBSD: Makefile,v 1.22 2021/02/03 14:10:42 taca Exp $
 
-DISTNAME=      msgpack-1.3.3
+DISTNAME=      msgpack-1.4.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-msgpack/PLIST
diff -u pkgsrc/devel/ruby-msgpack/PLIST:1.11 pkgsrc/devel/ruby-msgpack/PLIST:1.12
--- pkgsrc/devel/ruby-msgpack/PLIST:1.11        Wed Oct 30 15:14:10 2019
+++ pkgsrc/devel/ruby-msgpack/PLIST     Wed Feb  3 14:10:42 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2019/10/30 15:14:10 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/02/03 14:10:42 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/msgpack/msgpack.${RUBY_DLEXT}
@@ -8,7 +8,7 @@ ${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/ChangeLog
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/appveyor.yml
 ${GEM_LIBDIR}/bench/pack.rb

Index: pkgsrc/devel/ruby-msgpack/distinfo
diff -u pkgsrc/devel/ruby-msgpack/distinfo:1.20 pkgsrc/devel/ruby-msgpack/distinfo:1.21
--- pkgsrc/devel/ruby-msgpack/distinfo:1.20     Wed Feb  5 14:56:57 2020
+++ pkgsrc/devel/ruby-msgpack/distinfo  Wed Feb  3 14:10:42 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2020/02/05 14:56:57 taca Exp $
+$NetBSD: distinfo,v 1.21 2021/02/03 14:10:42 taca Exp $
 
-SHA1 (msgpack-1.3.3.gem) = 2f24b39cb4a42cc1d5405eeb46c5ebe21b5a9e27
-RMD160 (msgpack-1.3.3.gem) = 11eddf012d418d934196392df59fa5ddffb98dd8
-SHA512 (msgpack-1.3.3.gem) = 18d78cac70a14a22fab6f7743f702cbb1a636434e881dff5b6eec89be137a47fac1649e143dfa8c3c9e65ccc099b2b3c778cb333613d750cb6b296e3ce7db3c9
-Size (msgpack-1.3.3.gem) = 82432 bytes
+SHA1 (msgpack-1.4.2.gem) = dae113d4e20eb053c27d251939cfa58b97274acc
+RMD160 (msgpack-1.4.2.gem) = 8889fdba5242c59843b0b6d90fe850959429d8f8
+SHA512 (msgpack-1.4.2.gem) = b2f703fdb401c023dfb3064cb9c4b8f1458c0420c6f6f17bdc9230aef1a6f943a605a3f7369a20e7402e98db77a62fadc90aab40de90fdf6ea16924f33eb7ff8
+Size (msgpack-1.4.2.gem) = 83456 bytes



Home | Main Index | Thread Index | Old Index