pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-bindata



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar 13 16:47:11 UTC 2018

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-bindata/Makefile \
    pkgsrc/devel/ruby-bindata/PLIST pkgsrc/devel/ruby-bindata/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-bindata/Makefile
diff -u pkgsrc/devel/ruby-bindata/Makefile:1.1 pkgsrc/devel/ruby-bindata/Makefile:1.2
--- pkgsrc/devel/ruby-bindata/Makefile:1.1      Mon Oct 16 16:29:24 2017
+++ pkgsrc/devel/ruby-bindata/Makefile  Tue Mar 13 16:47:11 2018
@@ -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
Index: pkgsrc/devel/ruby-bindata/PLIST
diff -u pkgsrc/devel/ruby-bindata/PLIST:1.1 pkgsrc/devel/ruby-bindata/PLIST:1.2
--- pkgsrc/devel/ruby-bindata/PLIST:1.1 Mon Oct 16 16:29:24 2017
+++ pkgsrc/devel/ruby-bindata/PLIST     Tue Mar 13 16:47:11 2018
@@ -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/string.rb
 ${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/stringz_test.rb
 ${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
Index: pkgsrc/devel/ruby-bindata/distinfo
diff -u pkgsrc/devel/ruby-bindata/distinfo:1.1 pkgsrc/devel/ruby-bindata/distinfo:1.2
--- pkgsrc/devel/ruby-bindata/distinfo:1.1      Mon Oct 16 16:29:24 2017
+++ pkgsrc/devel/ruby-bindata/distinfo  Tue Mar 13 16:47:11 2018
@@ -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