pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-regexp_parser devel/ruby-regexp_parser: upd...
details: https://anonhg.NetBSD.org/pkgsrc/rev/533562b3eab6
branches: trunk
changeset: 439556:533562b3eab6
user: taca <taca%pkgsrc.org@localhost>
date: Sun Sep 20 15:42:11 2020 +0000
description:
devel/ruby-regexp_parser: update to 1.8.0
Update ruby-regexp_parser package to 1.8.0.
### [1.8.0] - 2020-09-20 - [Janosch M?«äller](mailto:janosch84%gmail.com@localhost)
### Changed
- dropped support for running on Ruby 1.9.x
### Added
- regexp flags can now be passed when parsing a `String` as regexp body
* see the [README](/README.md#usage) for details
* thanks to [Owen Stephens](https://github.com/owst)
- bare occurrences of `\g` and `\k` are now allowed and scanned as literal escapes
* matches Onigmo behavior
* thanks for the report to [Marc-Andr?«± Lafortune](https://github.com/marcandre)
### Fixed
- fixed parsing comments without preceding space or trailing newline in x-mode
* thanks to [Owen Stephens](https://github.com/owst)
diffstat:
devel/ruby-regexp_parser/Makefile | 6 +++---
devel/ruby-regexp_parser/PLIST | 4 +++-
devel/ruby-regexp_parser/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 9 deletions(-)
diffs (61 lines):
diff -r e4518371fe57 -r 533562b3eab6 devel/ruby-regexp_parser/Makefile
--- a/devel/ruby-regexp_parser/Makefile Sun Sep 20 15:25:02 2020 +0000
+++ b/devel/ruby-regexp_parser/Makefile Sun Sep 20 15:42:11 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/06/07 22:13:00 taca Exp $
+# $NetBSD: Makefile,v 1.4 2020/09/20 15:42:11 taca Exp $
-DISTNAME= regexp_parser-1.7.1
+DISTNAME= regexp_parser-1.8.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@
COMMENT= Scanner, lexer, parser for ruby's regular expressions
LICENSE= mit
-USE_LANGUAGES= # empty
+USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r e4518371fe57 -r 533562b3eab6 devel/ruby-regexp_parser/PLIST
--- a/devel/ruby-regexp_parser/PLIST Sun Sep 20 15:25:02 2020 +0000
+++ b/devel/ruby-regexp_parser/PLIST Sun Sep 20 15:42:11 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/06/24 03:00:25 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/09/20 15:42:11 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
@@ -107,6 +107,7 @@
${GEM_LIBDIR}/spec/parser/free_space_spec.rb
${GEM_LIBDIR}/spec/parser/groups_spec.rb
${GEM_LIBDIR}/spec/parser/keep_spec.rb
+${GEM_LIBDIR}/spec/parser/options_spec.rb
${GEM_LIBDIR}/spec/parser/posix_classes_spec.rb
${GEM_LIBDIR}/spec/parser/properties_spec.rb
${GEM_LIBDIR}/spec/parser/quantifiers_spec.rb
@@ -126,6 +127,7 @@
${GEM_LIBDIR}/spec/scanner/keep_spec.rb
${GEM_LIBDIR}/spec/scanner/literals_spec.rb
${GEM_LIBDIR}/spec/scanner/meta_spec.rb
+${GEM_LIBDIR}/spec/scanner/options_spec.rb
${GEM_LIBDIR}/spec/scanner/properties_spec.rb
${GEM_LIBDIR}/spec/scanner/quantifiers_spec.rb
${GEM_LIBDIR}/spec/scanner/refcalls_spec.rb
diff -r e4518371fe57 -r 533562b3eab6 devel/ruby-regexp_parser/distinfo
--- a/devel/ruby-regexp_parser/distinfo Sun Sep 20 15:25:02 2020 +0000
+++ b/devel/ruby-regexp_parser/distinfo Sun Sep 20 15:42:11 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/06/07 22:13:00 taca Exp $
+$NetBSD: distinfo,v 1.4 2020/09/20 15:42:11 taca Exp $
-SHA1 (regexp_parser-1.7.1.gem) = c49d9e8be3def0ca8a85bee5e7a14e6c672f53d8
-RMD160 (regexp_parser-1.7.1.gem) = 56913ba070a86fdec9d21805c0700f51bf4cd987
-SHA512 (regexp_parser-1.7.1.gem) = d91beb8205f7bdfeb915123f4e6bf9e2d7fb775d7968cfdf7c4a183dc6cbc82c0d6c1847c79264d8be7b5fe61417be7f92d8c26030aa23093cffdcbb0d1dad1a
-Size (regexp_parser-1.7.1.gem) = 96768 bytes
+SHA1 (regexp_parser-1.8.0.gem) = f83ad7b952672fe7bfd7a3a61caa3e6acd99fcd8
+RMD160 (regexp_parser-1.8.0.gem) = b92f3e49bb8448adf3b10b6cce7a95e3b28f5e5d
+SHA512 (regexp_parser-1.8.0.gem) = 2317384583440fd1af4b294247e3695283065281df58d92740245e072751a3e5ce2cffa013c0d52330b951e9732c89c92afd4637d458a65a48fdc39d69b3da2b
+Size (regexp_parser-1.8.0.gem) = 97792 bytes
Home |
Main Index |
Thread Index |
Old Index