Thu Jun 4 14:43:04 2015 UTC ()
Update ruby-sexp-processor to 4.6.0.

=== 4.6.0 / 2015-05-28

* 2 minor enhancements:

  * Extended generate_test to deal with 19 and up.
  * Extended pt_testcase.rb so add_19tests means 19 and up.

* 1 bug fix:

  * Added and normalized tests to deal with canonicalized block args from ruby_parser.

=== 4.5.1 / 2015-04-27

* 1 minor enhancement:

  * Cache processors and rewriters. Significant speedup. (presidentbeef)


(taca)
diff -r1.15 -r1.16 pkgsrc/devel/ruby-sexp-processor/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/ruby-sexp-processor/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/devel/ruby-sexp-processor/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-sexp-processor/Makefile 2015/03/13 13:51:18 1.15
+++ pkgsrc/devel/ruby-sexp-processor/Makefile 2015/06/04 14:43:04 1.16
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.15 2015/03/13 13:51:18 taca Exp $ 1# $NetBSD: Makefile,v 1.16 2015/06/04 14:43:04 taca Exp $
2 2
3DISTNAME= sexp_processor-4.5.0 3DISTNAME= sexp_processor-4.6.0
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://parsetree.rubyforge.org/ 8HOMEPAGE= http://parsetree.rubyforge.org/
9COMMENT= Generic sexp processing tools 9COMMENT= Generic sexp processing tools
10LICENSE= mit 10LICENSE= mit
11 11
12.include "../../lang/ruby/gem.mk" 12.include "../../lang/ruby/gem.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/devel/ruby-sexp-processor/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-sexp-processor/distinfo 2015/03/13 13:51:18 1.14
+++ pkgsrc/devel/ruby-sexp-processor/distinfo 2015/06/04 14:43:04 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2015/03/13 13:51:18 taca Exp $ 1$NetBSD: distinfo,v 1.15 2015/06/04 14:43:04 taca Exp $
2 2
3SHA1 (sexp_processor-4.5.0.gem) = 35d35e506e33b7e6e5937cbcdbd1877f0fef8339 3SHA1 (sexp_processor-4.6.0.gem) = 34ce28510a60628d51edd3f68bd769a8b45b9df7
4RMD160 (sexp_processor-4.5.0.gem) = 92e7e41ae9baf0a087c48c4d509a87806ded9dd8 4RMD160 (sexp_processor-4.6.0.gem) = 18e09490f927d724b72ba1c79c155c203417c921
5Size (sexp_processor-4.5.0.gem) = 38912 bytes 5Size (sexp_processor-4.6.0.gem) = 39424 bytes