Thu Dec 15 15:10:58 2011 UTC ()
Update ruby-sexp-processor package to 3.0.9.

=== 3.0.9 / 2011-12-07

* 1 minor enhancement:

  * Add missing test for a ternary with nil without a space before the colon (brynary)

=== 3.0.8 / 2011-11-16

* 4 minor enhancements:

  * Add 6 missing ruby 1.9 tests (brynary)
  * Added new 1.9 hash tests to pt_testcase.rb
  * Version specific tests are now skipped at runtime, not test creation time
  * Added new block arg tests.

=== 3.0.7 / 2011-09-21

* 2 bug fixes:

  * Fixed and test to not have mandatory parens
  * Fixed r2r's handling of dregexp options


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

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

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

--- pkgsrc/devel/ruby-sexp-processor/distinfo 2011/08/17 13:24:39 1.3
+++ pkgsrc/devel/ruby-sexp-processor/distinfo 2011/12/15 15:10:58 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2011/08/17 13:24:39 taca Exp $ 1$NetBSD: distinfo,v 1.4 2011/12/15 15:10:58 taca Exp $
2 2
3SHA1 (sexp_processor-3.0.6.gem) = 2d3323f6b360ec8cc146627da0f83f36b32814b5 3SHA1 (sexp_processor-3.0.9.gem) = 6c3b5b4a6b915b3434e5d8bef097d2fb14d46cf0
4RMD160 (sexp_processor-3.0.6.gem) = cb47621fd57c856cc2f27c60b8897bb058cf8c15 4RMD160 (sexp_processor-3.0.9.gem) = 6d637447f37dfffd558bcf8ad84d617c23a9cd6e
5Size (sexp_processor-3.0.6.gem) = 39936 bytes 5Size (sexp_processor-3.0.9.gem) = 40448 bytes