Sat Mar 17 15:14:20 2012 UTC ()
Update ruby-sexp-processor to 3.1.0.

=== 3.1.0 / 2012-02-29

* 4 minor enhancements:

  * Added test_call_arglist_trailing_comma__19 (presidentbeef)
  * Added test_fcall_inside_parens. (presidentbeef)
  * Added test_if_args_no_space_symbol__18. (presidentbeef)
  * Added tests for new hash syntax and ternaries in 1.9 (lastobelus)

=== 3.0.10 / 2012-01-04

* 1 minor enhancement:

  * Add test for bare hash at end of array in 1.9. (presidentbeef)

* 1 bug fix:

  * Fixed 1.9.3 warnings


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

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

--- pkgsrc/devel/ruby-sexp-processor/Makefile 2011/12/15 15:10:58 1.4
+++ pkgsrc/devel/ruby-sexp-processor/Makefile 2012/03/17 15:14:20 1.5
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.4 2011/12/15 15:10:58 taca Exp $ 1# $NetBSD: Makefile,v 1.5 2012/03/17 15:14:20 taca Exp $
2 2
3DISTNAME= sexp_processor-3.0.9 3DISTNAME= sexp_processor-3.1.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.4 -r1.5 pkgsrc/devel/ruby-sexp-processor/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-sexp-processor/distinfo 2011/12/15 15:10:58 1.4
+++ pkgsrc/devel/ruby-sexp-processor/distinfo 2012/03/17 15:14:20 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2011/12/15 15:10:58 taca Exp $ 1$NetBSD: distinfo,v 1.5 2012/03/17 15:14:20 taca Exp $
2 2
3SHA1 (sexp_processor-3.0.9.gem) = 6c3b5b4a6b915b3434e5d8bef097d2fb14d46cf0 3SHA1 (sexp_processor-3.1.0.gem) = 8fe78a3762d565612748004e8d4ec3bf254440c8
4RMD160 (sexp_processor-3.0.9.gem) = 6d637447f37dfffd558bcf8ad84d617c23a9cd6e 4RMD160 (sexp_processor-3.1.0.gem) = 2803cdc9f66594d2c80772350eb3bddcf85ac4c6
5Size (sexp_processor-3.0.9.gem) = 40448 bytes 5Size (sexp_processor-3.1.0.gem) = 40960 bytes