pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-tomlrb



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  8 15:27:44 UTC 2020

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

Log Message:
devel/ruby-tomlrb: update to 1.2.9

Update ruby-tomlrb to 1.2.9.

1.2.9 - 2019-11-22

* Fixes and cleanups for ruby 2.7

1.2.8 - 2018-12-18

* Reduce gem size by excluding tests (tas50)
* Make integer and float parsing closer to the spec (sgarciac)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-tomlrb/Makefile \
    pkgsrc/devel/ruby-tomlrb/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-tomlrb/PLIST

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-tomlrb/Makefile
diff -u pkgsrc/devel/ruby-tomlrb/Makefile:1.2 pkgsrc/devel/ruby-tomlrb/Makefile:1.3
--- pkgsrc/devel/ruby-tomlrb/Makefile:1.2       Sun Sep 23 15:21:31 2018
+++ pkgsrc/devel/ruby-tomlrb/Makefile   Sun Mar  8 15:27:44 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/09/23 15:21:31 taca Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/08 15:27:44 taca Exp $
 
-DISTNAME=      tomlrb-1.2.7
+DISTNAME=      tomlrb-1.2.9
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,5 +8,7 @@ HOMEPAGE=       https://github.com/fbernier/to
 COMMENT=       Racc based toml parser
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-tomlrb/distinfo
diff -u pkgsrc/devel/ruby-tomlrb/distinfo:1.2 pkgsrc/devel/ruby-tomlrb/distinfo:1.3
--- pkgsrc/devel/ruby-tomlrb/distinfo:1.2       Sun Sep 23 15:21:31 2018
+++ pkgsrc/devel/ruby-tomlrb/distinfo   Sun Mar  8 15:27:44 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/09/23 15:21:31 taca Exp $
+$NetBSD: distinfo,v 1.3 2020/03/08 15:27:44 taca Exp $
 
-SHA1 (tomlrb-1.2.7.gem) = 1d21d4a8057a705d0d6a1a5d1c92876f22aee35c
-RMD160 (tomlrb-1.2.7.gem) = aff9eb64586839596351bc29a61bd6d04fe07805
-SHA512 (tomlrb-1.2.7.gem) = 3b2d34db7c603a72d8c7ce19c465a4b0e9f12066593eed6fbfa9ee376c82a99a9ee6fde459f8c0474d3dc6b8c61ec1e0d7fa514eb57f56dc1b60b001c54c9547
-Size (tomlrb-1.2.7.gem) = 12800 bytes
+SHA1 (tomlrb-1.2.9.gem) = e944fa3d931cf3377807737c603342820753be5f
+RMD160 (tomlrb-1.2.9.gem) = e28b568cd3132d82b6227e1cb042b1b49c3d2d2d
+SHA512 (tomlrb-1.2.9.gem) = ca13730f97a9d9c247c4d7fce98e920a5a29edb3a67653531641cbfa63e57ea2835458cbacc5e6b1d1941a77d01fb45ff089f0253c4d5b508b36ddb3c921f93f
+Size (tomlrb-1.2.9.gem) = 9728 bytes

Index: pkgsrc/devel/ruby-tomlrb/PLIST
diff -u pkgsrc/devel/ruby-tomlrb/PLIST:1.1 pkgsrc/devel/ruby-tomlrb/PLIST:1.2
--- pkgsrc/devel/ruby-tomlrb/PLIST:1.1  Tue Mar 13 14:28:50 2018
+++ pkgsrc/devel/ruby-tomlrb/PLIST      Sun Mar  8 15:27:44 2020
@@ -1,15 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2018/03/13 14:28:50 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/03/08 15:27:44 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.travis.yml
-${GEM_LIBDIR}/CHANGELOG.md
-${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE.txt
-${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/benchmarks/bench.rb
-${GEM_LIBDIR}/bin/console
-${GEM_LIBDIR}/bin/setup
 ${GEM_LIBDIR}/lib/tomlrb.rb
 ${GEM_LIBDIR}/lib/tomlrb/generated_parser.rb
 ${GEM_LIBDIR}/lib/tomlrb/handler.rb
@@ -18,5 +9,4 @@ ${GEM_LIBDIR}/lib/tomlrb/parser.y
 ${GEM_LIBDIR}/lib/tomlrb/scanner.rb
 ${GEM_LIBDIR}/lib/tomlrb/string_utils.rb
 ${GEM_LIBDIR}/lib/tomlrb/version.rb
-${GEM_LIBDIR}/tomlrb.gemspec
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index