Sun Apr 29 05:29:29 2012 UTC ()
Update ruby-sexp-processor to 3.2.0.

=== 3.2.0 / 2012-04-15

* 5 minor enhancements:

  * Added a ton of block arg tests.
  * Added add19_edgecases to help refactor a bunch of tests that all have the same output.
  * Added better debugging output for rewrites.
  * Cleaned and added a bunch of stabby proc tests.
  * Moved RawParseTree test data to ParseTree project.

* 2 bug fixes:

  * Fixed a bunch of entries for r2r changes against edgecase parse/lex tests
  * Fixes for R2R


(taca)
diff -r1.5 -r1.6 pkgsrc/devel/ruby-sexp-processor/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/ruby-sexp-processor/distinfo

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

--- pkgsrc/devel/ruby-sexp-processor/Makefile 2012/03/17 15:14:20 1.5
+++ pkgsrc/devel/ruby-sexp-processor/Makefile 2012/04/29 05:29:28 1.6
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.5 2012/03/17 15:14:20 taca Exp $ 1# $NetBSD: Makefile,v 1.6 2012/04/29 05:29:28 taca Exp $
2 2
3DISTNAME= sexp_processor-3.1.0 3DISTNAME= sexp_processor-3.2.0
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= filip@joyent.com 7MAINTAINER= filip@joyent.com
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.5 -r1.6 pkgsrc/devel/ruby-sexp-processor/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-sexp-processor/distinfo 2012/03/17 15:14:20 1.5
+++ pkgsrc/devel/ruby-sexp-processor/distinfo 2012/04/29 05:29:29 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2012/03/17 15:14:20 taca Exp $ 1$NetBSD: distinfo,v 1.6 2012/04/29 05:29:29 taca Exp $
2 2
3SHA1 (sexp_processor-3.1.0.gem) = 8fe78a3762d565612748004e8d4ec3bf254440c8 3SHA1 (sexp_processor-3.2.0.gem) = 5aee2ae85b3818bbb857156fce8879435142d8a4
4RMD160 (sexp_processor-3.1.0.gem) = 2803cdc9f66594d2c80772350eb3bddcf85ac4c6 4RMD160 (sexp_processor-3.2.0.gem) = 0bcf1e94c64fe1ca32302ebb085be8cf3c2384e1
5Size (sexp_processor-3.1.0.gem) = 40960 bytes 5Size (sexp_processor-3.2.0.gem) = 35328 bytes