pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-plist Update ruby-plist to 3.3.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/082d698b0fd0
branches:  trunk
changeset: 363300:082d698b0fd0
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jun 05 15:24:02 2017 +0000

description:
Update ruby-plist to 3.3.0.

=== 3.3.0 (2017-04-28)

https://github.com/patsplat/plist/compare/dece870...v3.3.0

* Fix ASCII/UTF-8 error (https://github.com/patsplat/plist/pull/38).
* Fix Fixnum, Bignum deprecations in Ruby 2.4
* Fix unused variable `e` warning

diffstat:

 textproc/ruby-plist/Makefile |   4 ++--
 textproc/ruby-plist/PLIST    |  26 ++++++++++----------------
 textproc/ruby-plist/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 23 deletions(-)

diffs (64 lines):

diff -r 38076b5ec823 -r 082d698b0fd0 textproc/ruby-plist/Makefile
--- a/textproc/ruby-plist/Makefile      Mon Jun 05 15:23:21 2017 +0000
+++ b/textproc/ruby-plist/Makefile      Mon Jun 05 15:24:02 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/03/15 15:55:42 taca Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/05 15:24:02 taca Exp $
 
-DISTNAME=      plist-3.2.0
+DISTNAME=      plist-3.3.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 38076b5ec823 -r 082d698b0fd0 textproc/ruby-plist/PLIST
--- a/textproc/ruby-plist/PLIST Mon Jun 05 15:23:21 2017 +0000
+++ b/textproc/ruby-plist/PLIST Mon Jun 05 15:24:02 2017 +0000
@@ -1,23 +1,17 @@
-@comment $NetBSD: PLIST,v 1.3 2010/09/10 08:33:30 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/06/05 15:24:02 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/CHANGELOG
-${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/CHANGELOG.rdoc
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE.txt
 ${GEM_LIBDIR}/README.rdoc
 ${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/console
+${GEM_LIBDIR}/bin/setup
 ${GEM_LIBDIR}/lib/plist.rb
 ${GEM_LIBDIR}/lib/plist/generator.rb
 ${GEM_LIBDIR}/lib/plist/parser.rb
-${GEM_LIBDIR}/test/assets/AlbumData.xml
-${GEM_LIBDIR}/test/assets/Cookies.plist
-${GEM_LIBDIR}/test/assets/commented.plist
-${GEM_LIBDIR}/test/assets/example_data.bin
-${GEM_LIBDIR}/test/assets/example_data.jpg
-${GEM_LIBDIR}/test/assets/example_data.plist
-${GEM_LIBDIR}/test/assets/test_data_elements.plist
-${GEM_LIBDIR}/test/assets/test_empty_key.plist
-${GEM_LIBDIR}/test/test_data_elements.rb
-${GEM_LIBDIR}/test/test_generator.rb
-${GEM_LIBDIR}/test/test_generator_basic_types.rb
-${GEM_LIBDIR}/test/test_generator_collections.rb
-${GEM_LIBDIR}/test/test_parser.rb
+${GEM_LIBDIR}/lib/plist/version.rb
+${GEM_LIBDIR}/plist.gemspec
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 38076b5ec823 -r 082d698b0fd0 textproc/ruby-plist/distinfo
--- a/textproc/ruby-plist/distinfo      Mon Jun 05 15:23:21 2017 +0000
+++ b/textproc/ruby-plist/distinfo      Mon Jun 05 15:24:02 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/03/15 15:55:42 taca Exp $
+$NetBSD: distinfo,v 1.5 2017/06/05 15:24:02 taca Exp $
 
-SHA1 (plist-3.2.0.gem) = af471e101f07409dcf145657bab2f3ff784acc42
-RMD160 (plist-3.2.0.gem) = f145eb550fc6b59712bdc51546ce3211379905a5
-SHA512 (plist-3.2.0.gem) = 87035859b346b2b59284c5389025570ed678a4fc584bc07e8b1e3246fafc5d0f39818505cb15eb7f45e4aaa680c67d56be9e5f73d5f99f96eded885c3f5dac32
-Size (plist-3.2.0.gem) = 38912 bytes
+SHA1 (plist-3.3.0.gem) = b02998845bbb8b74d93816b9d43c6204d6625686
+RMD160 (plist-3.3.0.gem) = 883e31a64630208c49544ab8cd0003334d425a28
+SHA512 (plist-3.3.0.gem) = ddd65b7374abc8b0dfae2bdec2f3b27029976e6def0055a3a031ab36c82f439c44e7db831fdbcf277774419371954c1bd38f403493d347c4529ea670348aa972
+Size (plist-3.3.0.gem) = 13824 bytes



Home | Main Index | Thread Index | Old Index