pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-thrift
Module Name: pkgsrc
Committed By: taca
Date: Sun Mar 21 12:44:03 UTC 2021
Modified Files:
pkgsrc/devel/ruby-thrift: distinfo
pkgsrc/devel/ruby-thrift/patches: patch-ext_extconf.rb
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-thrift/distinfo
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/devel/ruby-thrift/patches/patch-ext_extconf.rb
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-thrift/distinfo
diff -u pkgsrc/devel/ruby-thrift/distinfo:1.7 pkgsrc/devel/ruby-thrift/distinfo:1.8
--- pkgsrc/devel/ruby-thrift/distinfo:1.7 Sun Nov 10 18:05:33 2019
+++ pkgsrc/devel/ruby-thrift/distinfo Sun Mar 21 12:44:03 2021
@@ -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
Index: pkgsrc/devel/ruby-thrift/patches/patch-ext_extconf.rb
diff -u pkgsrc/devel/ruby-thrift/patches/patch-ext_extconf.rb:1.2 pkgsrc/devel/ruby-thrift/patches/patch-ext_extconf.rb:1.3
--- pkgsrc/devel/ruby-thrift/patches/patch-ext_extconf.rb:1.2 Wed Sep 18 11:27:52 2019
+++ pkgsrc/devel/ruby-thrift/patches/patch-ext_extconf.rb Sun Mar 21 12:44:03 2021
@@ -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 @@ Don't treat warnings as errors.
- $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