pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-parser



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar 19 17:00:05 UTC 2017

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

Log Message:
Update ruby-parser to 3.8.4.

=== 3.8.4 / 2017-01-13

* 3 bug fixes:

  * Fix parsing if in LHS label position. (presidentbeef)
  * Fixed parsing of anonymous keyword splat arg (eg f(**)).
  * Fixed ruby 2.4+ deprecation warnings about using Fixnum.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/ruby-parser/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-parser/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/ruby-parser/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-parser/Makefile
diff -u pkgsrc/devel/ruby-parser/Makefile:1.25 pkgsrc/devel/ruby-parser/Makefile:1.26
--- pkgsrc/devel/ruby-parser/Makefile:1.25      Thu Oct 20 14:43:25 2016
+++ pkgsrc/devel/ruby-parser/Makefile   Sun Mar 19 17:00:05 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2016/10/20 14:43:25 taca Exp $
+# $NetBSD: Makefile,v 1.26 2017/03/19 17:00:05 taca Exp $
 
-DISTNAME=      ruby_parser-3.8.3
+DISTNAME=      ruby_parser-3.8.4
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby_//}
 CATEGORIES=    devel
 

Index: pkgsrc/devel/ruby-parser/PLIST
diff -u pkgsrc/devel/ruby-parser/PLIST:1.11 pkgsrc/devel/ruby-parser/PLIST:1.12
--- pkgsrc/devel/ruby-parser/PLIST:1.11 Tue Mar  8 14:30:43 2016
+++ pkgsrc/devel/ruby-parser/PLIST      Sun Mar 19 17:00:05 2017
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.11 2016/03/08 14:30:43 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2017/03/19 17:00:05 taca Exp $
 bin/ruby_parse${RUBY_SUFFIX}
 bin/ruby_parse_extract_error${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.autotest
-${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/History.rdoc
 ${GEM_LIBDIR}/Manifest.txt
-${GEM_LIBDIR}/README.txt
+${GEM_LIBDIR}/README.rdoc
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/bin/ruby_parse
 ${GEM_LIBDIR}/bin/ruby_parse_extract_error

Index: pkgsrc/devel/ruby-parser/distinfo
diff -u pkgsrc/devel/ruby-parser/distinfo:1.22 pkgsrc/devel/ruby-parser/distinfo:1.23
--- pkgsrc/devel/ruby-parser/distinfo:1.22      Thu Oct 20 14:43:25 2016
+++ pkgsrc/devel/ruby-parser/distinfo   Sun Mar 19 17:00:05 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2016/10/20 14:43:25 taca Exp $
+$NetBSD: distinfo,v 1.23 2017/03/19 17:00:05 taca Exp $
 
-SHA1 (ruby_parser-3.8.3.gem) = 057fc0e3fd58c504a56fdb9051d328bad3536fe2
-RMD160 (ruby_parser-3.8.3.gem) = 0f952e1fbcbfe398dfb85e0d6461de21788858a8
-SHA512 (ruby_parser-3.8.3.gem) = 1d90d9fcd20b3fcfc0b61da118c3f0d8cbec21ffeb6f4a758c291c188383f3a6d5ee68fc3b421c9040e1490688b96e0f551c3b1d85b65f56af7c056b3611ae03
-Size (ruby_parser-3.8.3.gem) = 361472 bytes
+SHA1 (ruby_parser-3.8.4.gem) = bb5c8184527db0ac27226324f1405d7f121728a4
+RMD160 (ruby_parser-3.8.4.gem) = 65c472a5650747c04a6b431a4c2dbde178fdc6db
+SHA512 (ruby_parser-3.8.4.gem) = cb0b14cc41a84cf1a96fa942a8b3aed2c64e026fb5294a236d53d53fcce50330a5eb2d1f92101e64fcbc31c5a4fdb026a6d6dc4dff20772b174425ebeb398fee
+Size (ruby_parser-3.8.4.gem) = 361984 bytes



Home | Main Index | Thread Index | Old Index