diff options
author | stas <stas@FreeBSD.org> | 2008-06-26 07:00:28 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-06-26 07:00:28 +0800 |
commit | 59421ab3f26c87366e2cebb83b1aeb97eb1b843a (patch) | |
tree | c4bb00bcc5bddd03961458c59431689f2d19ab51 /Mk | |
parent | ce05f4fa575986b95bc2f1b429f10e43e81a7009 (diff) | |
download | freebsd-ports-gnome-59421ab3f26c87366e2cebb83b1aeb97eb1b843a.tar.gz freebsd-ports-gnome-59421ab3f26c87366e2cebb83b1aeb97eb1b843a.tar.zst freebsd-ports-gnome-59421ab3f26c87366e2cebb83b1aeb97eb1b843a.zip |
- Add a couple of other patches from ruby SVN repo:
* fix integer overflow in bignums;
* correctly check for string length in regexps;
* fix memory leak in parse.c.
- Bump portrevision.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.ruby.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index 1261610e0f93..8ead38d0eb94 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -167,7 +167,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} # Ruby 1.8 # RUBY_RELVERSION= 1.8.6 -RUBY_PORTREVISION= 3 +RUBY_PORTREVISION= 4 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 111 |