diff options
author | taca <taca@pkgsrc.org> | 2012-03-17 15:14:20 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-17 15:14:20 +0000 |
commit | 7f8f544ca580bd81e76cab64e581ba40dfc9b1d4 (patch) | |
tree | b63e3639329d6dc7c6e06ac1d8295eb35a6c63a3 /devel | |
parent | d556796db0e62c6dc1b29549a5ff720f6f610453 (diff) | |
download | pkgsrc-7f8f544ca580bd81e76cab64e581ba40dfc9b1d4.tar.gz |
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
Diffstat (limited to 'devel')
-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 69634e24a2d..26d8acb053d 100644 --- a/devel/ruby-sexp-processor/Makefile +++ b/devel/ruby-sexp-processor/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2011/12/15 15:10:58 taca Exp $ +# $NetBSD: Makefile,v 1.5 2012/03/17 15:14:20 taca Exp $ -DISTNAME= sexp_processor-3.0.9 +DISTNAME= sexp_processor-3.1.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= devel diff --git a/devel/ruby-sexp-processor/distinfo b/devel/ruby-sexp-processor/distinfo index 4c4f175db25..cca784aa395 100644 --- a/devel/ruby-sexp-processor/distinfo +++ b/devel/ruby-sexp-processor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/12/15 15:10:58 taca Exp $ +$NetBSD: distinfo,v 1.5 2012/03/17 15:14:20 taca Exp $ -SHA1 (sexp_processor-3.0.9.gem) = 6c3b5b4a6b915b3434e5d8bef097d2fb14d46cf0 -RMD160 (sexp_processor-3.0.9.gem) = 6d637447f37dfffd558bcf8ad84d617c23a9cd6e -Size (sexp_processor-3.0.9.gem) = 40448 bytes +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 |