diff options
author | taca <taca> | 2012-04-29 05:29:28 +0000 |
---|---|---|
committer | taca <taca> | 2012-04-29 05:29:28 +0000 |
commit | e58ba655a75cee0c4e5a0e3b9f5fc0dd169e2e51 (patch) | |
tree | 7ea25be5490e94ca706e08e79366c86acbd7644b | |
parent | 7178a5d63e7925a6f9759dfd0b2f74a503025e65 (diff) | |
download | pkgsrc-e58ba655a75cee0c4e5a0e3b9f5fc0dd169e2e51.tar.gz |
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
-rw-r--r-- | devel/ruby-sexp-processor/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-sexp-processor/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-sexp-processor/Makefile b/devel/ruby-sexp-processor/Makefile index 26d8acb053d..b42f93dab7e 100644 --- a/devel/ruby-sexp-processor/Makefile +++ b/devel/ruby-sexp-processor/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2012/03/17 15:14:20 taca Exp $ +# $NetBSD: Makefile,v 1.6 2012/04/29 05:29:28 taca Exp $ -DISTNAME= sexp_processor-3.1.0 +DISTNAME= sexp_processor-3.2.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= devel diff --git a/devel/ruby-sexp-processor/distinfo b/devel/ruby-sexp-processor/distinfo index cca784aa395..a7c36fe39b9 100644 --- a/devel/ruby-sexp-processor/distinfo +++ b/devel/ruby-sexp-processor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/03/17 15:14:20 taca Exp $ +$NetBSD: distinfo,v 1.6 2012/04/29 05:29:29 taca Exp $ -SHA1 (sexp_processor-3.1.0.gem) = 8fe78a3762d565612748004e8d4ec3bf254440c8 -RMD160 (sexp_processor-3.1.0.gem) = 2803cdc9f66594d2c80772350eb3bddcf85ac4c6 -Size (sexp_processor-3.1.0.gem) = 40960 bytes +SHA1 (sexp_processor-3.2.0.gem) = 5aee2ae85b3818bbb857156fce8879435142d8a4 +RMD160 (sexp_processor-3.2.0.gem) = 0bcf1e94c64fe1ca32302ebb085be8cf3c2384e1 +Size (sexp_processor-3.2.0.gem) = 35328 bytes |