pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-sexp-processor



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Nov  9 14:38:34 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-sexp-processor: Makefile distinfo

Log Message:
devel/ruby-sexp-processor: update to 4.16.0

4.16.0 / (2021-10-27)

o 4 minor enhancements:

  * Added Sexp#value (pushed up from ruby_parser).
  * Aliased Sexp#concat to #_concat and use that so it can be overridden.
  * Cache the #hash result.
  * StrictSexp mode (4) now covers concat.

o 3 bug fixes:

  * Fix some doco on each_sexp to clarify that it is not recursive.
  * Fixed a bug calling enum_for when using each_of_type w/ no block.
  * Minor fixes to pt_testcase.rb for custom timeouts and better error
    handling.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/ruby-sexp-processor/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/ruby-sexp-processor/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-sexp-processor/Makefile
diff -u pkgsrc/devel/ruby-sexp-processor/Makefile:1.31 pkgsrc/devel/ruby-sexp-processor/Makefile:1.32
--- pkgsrc/devel/ruby-sexp-processor/Makefile:1.31      Sun May 23 13:45:59 2021
+++ pkgsrc/devel/ruby-sexp-processor/Makefile   Tue Nov  9 14:38:33 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2021/05/23 13:45:59 taca Exp $
+# $NetBSD: Makefile,v 1.32 2021/11/09 14:38:33 taca Exp $
 
-DISTNAME=      sexp_processor-4.15.3
+DISTNAME=      sexp_processor-4.16.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel
 

Index: pkgsrc/devel/ruby-sexp-processor/distinfo
diff -u pkgsrc/devel/ruby-sexp-processor/distinfo:1.32 pkgsrc/devel/ruby-sexp-processor/distinfo:1.33
--- pkgsrc/devel/ruby-sexp-processor/distinfo:1.32      Tue Oct 26 10:19:48 2021
+++ pkgsrc/devel/ruby-sexp-processor/distinfo   Tue Nov  9 14:38:33 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2021/10/26 10:19:48 nia Exp $
+$NetBSD: distinfo,v 1.33 2021/11/09 14:38:33 taca Exp $
 
-BLAKE2s (sexp_processor-4.15.3.gem) = 85dc6d705bcaf5299d0e7c042d38e373339d15ead33bbac78a7c7df491800805
-SHA512 (sexp_processor-4.15.3.gem) = dc8f2d7f307b94cd781fe54192a93bd599c55d91aeae84334358651afda9405f05d3a4a52d7712ce9f7214f8526019d7a4c085a98e7dda10c5680396b586c97a
-Size (sexp_processor-4.15.3.gem) = 56320 bytes
+BLAKE2s (sexp_processor-4.16.0.gem) = d05fedbce3691a5e0618ee94514f533f17a5ee96047b913ad90d1bcd70ece277
+SHA512 (sexp_processor-4.16.0.gem) = d6300b963782fcaa1f0854a0a10714e9fd65aac2925ba99e9c986eb62f2e940c18652f919640bcb9f8bb13ea613bee723f80a3237bd6a692bf719e726dc917f3
+Size (sexp_processor-4.16.0.gem) = 56832 bytes



Home | Main Index | Thread Index | Old Index