pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-bindata devel/ruby-bindata: update to 2.4.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/204456028424
branches:  trunk
changeset: 377131:204456028424
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 13 16:47:11 2018 +0000

description:
devel/ruby-bindata: update to 2.4.3

== Version 2.4.3 (2018-03-10)

* Add Uint8Arrays.  Requested by masarakki.

== Version 2.4.2 (2018-01-31)

* Allow boolean values as parameters.  Requested by Patrik Wenger.

diffstat:

 devel/ruby-bindata/Makefile |   4 ++--
 devel/ruby-bindata/PLIST    |   4 +++-
 devel/ruby-bindata/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r dceb18e05de3 -r 204456028424 devel/ruby-bindata/Makefile
--- a/devel/ruby-bindata/Makefile       Tue Mar 13 16:45:09 2018 +0000
+++ b/devel/ruby-bindata/Makefile       Tue Mar 13 16:47:11 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/10/16 16:29:24 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/03/13 16:47:11 taca Exp $
 
-DISTNAME=      bindata-2.4.1
+DISTNAME=      bindata-2.4.3
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
diff -r dceb18e05de3 -r 204456028424 devel/ruby-bindata/PLIST
--- a/devel/ruby-bindata/PLIST  Tue Mar 13 16:45:09 2018 +0000
+++ b/devel/ruby-bindata/PLIST  Tue Mar 13 16:47:11 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/16 16:29:24 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/03/13 16:47:11 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -46,6 +46,7 @@
 ${GEM_LIBDIR}/lib/bindata/stringz.rb
 ${GEM_LIBDIR}/lib/bindata/struct.rb
 ${GEM_LIBDIR}/lib/bindata/trace.rb
+${GEM_LIBDIR}/lib/bindata/uint8_array.rb
 ${GEM_LIBDIR}/lib/bindata/version.rb
 ${GEM_LIBDIR}/lib/bindata/virtual.rb
 ${GEM_LIBDIR}/lib/bindata/warnings.rb
@@ -74,6 +75,7 @@
 ${GEM_LIBDIR}/test/struct_test.rb
 ${GEM_LIBDIR}/test/system_test.rb
 ${GEM_LIBDIR}/test/test_helper.rb
+${GEM_LIBDIR}/test/uint8_array_test.rb
 ${GEM_LIBDIR}/test/virtual_test.rb
 ${GEM_LIBDIR}/test/warnings_test.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r dceb18e05de3 -r 204456028424 devel/ruby-bindata/distinfo
--- a/devel/ruby-bindata/distinfo       Tue Mar 13 16:45:09 2018 +0000
+++ b/devel/ruby-bindata/distinfo       Tue Mar 13 16:47:11 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/10/16 16:29:24 minskim Exp $
+$NetBSD: distinfo,v 1.2 2018/03/13 16:47:11 taca Exp $
 
-SHA1 (bindata-2.4.1.gem) = 86aaba86d0ccc224366c4f1a78332ba9c8035f07
-RMD160 (bindata-2.4.1.gem) = fe61c3ee9675842d571f5fddb45fb1e2e74a16db
-SHA512 (bindata-2.4.1.gem) = 5bbbb38f7deb461c234801677baf30bf6d5300dd46f201ebcaef4cc4182354e1ed375fc1c341a13d6b3a1f579e25e4e53d8aeab0dd979a581131e2a984758243
-Size (bindata-2.4.1.gem) = 78848 bytes
+SHA1 (bindata-2.4.3.gem) = 2546d6f7bde79dded23ec0d2e81786f3aa006b85
+RMD160 (bindata-2.4.3.gem) = 1e7fdaffe436663a013fe9d7a4b7f75cb4677859
+SHA512 (bindata-2.4.3.gem) = b04ca21f162a5f777b0bee8d5a3bf82d0210516b961d46ccbe2b4ef49f5eec3a261b220e6706fea565370ac3625a643eec5d892399d2cdde195a34347e6de888
+Size (bindata-2.4.3.gem) = 79872 bytes



Home | Main Index | Thread Index | Old Index