pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-thrift devel/ruby-thrift: update to 0.14.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76e56b7a9b20
branches:  trunk
changeset: 449129:76e56b7a9b20
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 21 12:44:03 2021 +0000

description:
devel/ruby-thrift: update to 0.14.0

0.14.0 (2021-03-08)

Ruby

* THRIFT-5281 - Some warning messages need to be fixed
* THRIFT-4707 - Enable maintainers to upload newer versions of Ruby
  Gem of Thrift
* THRIFT-5061 - Pin Ruby's rack version to 2.0.8
* THRIFT-5100 - Gem::InstallError: byebug requires Ruby version >= 2.4.0.
* THRIFT-5266 - release ruby library thrift 0.13.0

diffstat:

 devel/ruby-thrift/distinfo                     |  12 ++++++------
 devel/ruby-thrift/patches/patch-ext_extconf.rb |   4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (35 lines):

diff -r 83bc712623f8 -r 76e56b7a9b20 devel/ruby-thrift/distinfo
--- a/devel/ruby-thrift/distinfo        Sun Mar 21 12:43:38 2021 +0000
+++ b/devel/ruby-thrift/distinfo        Sun Mar 21 12:44:03 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2019/11/10 18:05:33 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/03/21 12:44:03 taca Exp $
 
-SHA1 (thrift-0.13.0.tar.gz) = 0cbb06d047a8212c6ac1240492bc569609fecd33
-RMD160 (thrift-0.13.0.tar.gz) = 04cd735494a9d8558c2d22d1b99315ca859749c8
-SHA512 (thrift-0.13.0.tar.gz) = 5f7426d1e429ead20dd366f63a6d619071eccc17dc0395738307eef507b703733d029147fb596c4d392d31dc822777ea2a0be709f1f677b1221c9335cfcb09b7
-Size (thrift-0.13.0.tar.gz) = 4154357 bytes
-SHA1 (patch-ext_extconf.rb) = 327601bc6dd54f8654e4577f959c9ee53645363b
+SHA1 (thrift-0.14.0.tar.gz) = ced3c99bede66e27daff7bd097adc329ff3682b9
+RMD160 (thrift-0.14.0.tar.gz) = a532ed4d425a308be0e780ad3ba717ee3c4e4186
+SHA512 (thrift-0.14.0.tar.gz) = 4bf1c9f8f7eeb75c5d70f14657d530a574002846266668c56c1153c6820e6ba199bb462893505cb8cfb7a4cc481b11a4fe84d0d26a3279424c5948f45fa8ce3f
+Size (thrift-0.14.0.tar.gz) = 4180456 bytes
+SHA1 (patch-ext_extconf.rb) = 94b603413349c671d3262365074d3fee717f60d4
diff -r 83bc712623f8 -r 76e56b7a9b20 devel/ruby-thrift/patches/patch-ext_extconf.rb
--- a/devel/ruby-thrift/patches/patch-ext_extconf.rb    Sun Mar 21 12:43:38 2021 +0000
+++ b/devel/ruby-thrift/patches/patch-ext_extconf.rb    Sun Mar 21 12:44:03 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ext_extconf.rb,v 1.2 2019/09/18 11:27:52 adam Exp $
+$NetBSD: patch-ext_extconf.rb,v 1.3 2021/03/21 12:44:03 taca Exp $
 
 Don't treat warnings as errors.
 
@@ -9,7 +9,7 @@
  
  
 -  $CFLAGS = "-fsigned-char -g -O2 -Wall -Werror " + $ARCH_FLAGS
-+  $CFLAGS = "-fsigned-char -Wall " + $ARCH_FLAGS
++  $CFLAGS = "-fsigned-char -g -O2 -Wall " + $ARCH_FLAGS
  
    have_func("strlcpy", "string.h")
  



Home | Main Index | Thread Index | Old Index