diff options
author | taca <taca@pkgsrc.org> | 2012-12-16 16:29:19 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-12-16 16:29:19 +0000 |
commit | 9d78096f29acad2da352a6dc8d2bafecb7fff54e (patch) | |
tree | 0b74da043bb4c10fdc36fe4ffb2335df4f84454f /devel | |
parent | 6a115d34308389cb7427bb6f0f5c8b45e852a06e (diff) | |
download | pkgsrc-9d78096f29acad2da352a6dc8d2bafecb7fff54e.tar.gz |
Update ruby-sexp-processor to 4.1.3.
=== 4.1.3 / 2012-12-06
* 2 bug fixes:
* Code cleanup... what was I thinking???
* Explicitly setting pt_testcase.rb to US-ASCII to avoid encoding hell
=== 4.1.2 / 2012-11-03
* 1 bug fix:
* Sexp#structure should grep for Sexps, not Arrays
=== 4.1.1 / 2012-11-02
* 1 minor enhancement:
* iter args revamp for ruby_parser 3 changes.
=== 4.0.1 / 2012-07-03
* 4 minor enhancements:
* 1.9: Had to version split all my 'not' tests since 1.9 is insane.
* 1.9: f (args) is not allowed in 1.9.
* 1.9: f(hash, *splat) is not allowed in 1.9.
* Added module2 test to verify module w/ 2+ entities
* 2 bug fixes:
* 1.9: Changed !@ to ! since that is what you implement
* True to my wtf comment, there was a bug in my case_splat test
=== 4.0.0 / 2012-06-07
* 5 major enhancements:
* Removed :arglist from everything except :op_asgn1.
* Removed block from resbody
* Removed block from when node
* Removed block nodes inside of scope nodes (defn/defs/class/sclass).
* Removed scope nodes in defn/defs/class/sclass nodes.
* 1 minor enhancement:
* Added Sexp#deep_each and Sexp#each_sexp. Refactored from Flay
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 b42f93dab7e..55f13e2991e 100644 --- a/devel/ruby-sexp-processor/Makefile +++ b/devel/ruby-sexp-processor/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2012/04/29 05:29:28 taca Exp $ +# $NetBSD: Makefile,v 1.7 2012/12/16 16:29:19 taca Exp $ -DISTNAME= sexp_processor-3.2.0 +DISTNAME= sexp_processor-4.1.3 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= devel diff --git a/devel/ruby-sexp-processor/distinfo b/devel/ruby-sexp-processor/distinfo index a7c36fe39b9..6a4f36e0b22 100644 --- a/devel/ruby-sexp-processor/distinfo +++ b/devel/ruby-sexp-processor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/04/29 05:29:29 taca Exp $ +$NetBSD: distinfo,v 1.7 2012/12/16 16:29:19 taca Exp $ -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 +SHA1 (sexp_processor-4.1.3.gem) = 2313910cb386a0b895839519c961225159e33fbd +RMD160 (sexp_processor-4.1.3.gem) = 008b07fac91622bb33393304374dc3a7941590b0 +Size (sexp_processor-4.1.3.gem) = 34816 bytes |