pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-plist



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jun  5 15:24:02 UTC 2017

Modified Files:
        pkgsrc/textproc/ruby-plist: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/ruby-plist/Makefile \
    pkgsrc/textproc/ruby-plist/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/ruby-plist/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-plist/Makefile
diff -u pkgsrc/textproc/ruby-plist/Makefile:1.4 pkgsrc/textproc/ruby-plist/Makefile:1.5
--- pkgsrc/textproc/ruby-plist/Makefile:1.4     Tue Mar 15 15:55:42 2016
+++ pkgsrc/textproc/ruby-plist/Makefile Mon Jun  5 15:24:02 2017
@@ -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
Index: pkgsrc/textproc/ruby-plist/distinfo
diff -u pkgsrc/textproc/ruby-plist/distinfo:1.4 pkgsrc/textproc/ruby-plist/distinfo:1.5
--- pkgsrc/textproc/ruby-plist/distinfo:1.4     Tue Mar 15 15:55:42 2016
+++ pkgsrc/textproc/ruby-plist/distinfo Mon Jun  5 15:24:02 2017
@@ -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

Index: pkgsrc/textproc/ruby-plist/PLIST
diff -u pkgsrc/textproc/ruby-plist/PLIST:1.3 pkgsrc/textproc/ruby-plist/PLIST:1.4
--- pkgsrc/textproc/ruby-plist/PLIST:1.3        Fri Sep 10 08:33:30 2010
+++ pkgsrc/textproc/ruby-plist/PLIST    Mon Jun  5 15:24:02 2017
@@ -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



Home | Main Index | Thread Index | Old Index