diff options
author | swills <swills@FreeBSD.org> | 2012-02-25 23:25:49 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-25 23:25:49 +0800 |
commit | ebabec4cecd871be9aaca08eed6737e27920dbc2 (patch) | |
tree | b729ba56c2e27aeef5ae606665bc9046e7b14c84 /Mk | |
parent | 786d164e7516fb7d73918072cea84cc3156d0978 (diff) | |
download | freebsd-ports-graphics-ebabec4cecd871be9aaca08eed6737e27920dbc2.tar.gz freebsd-ports-graphics-ebabec4cecd871be9aaca08eed6737e27920dbc2.tar.zst freebsd-ports-graphics-ebabec4cecd871be9aaca08eed6737e27920dbc2.zip |
- Update lang/ruby18 to p385
- Update lang/ruby19 to p125
Changes:
http://www.ruby-forum.com/topic/3663807#1047121
http://www.ruby-lang.org/en/news/2012/02/16/ruby-1-9-3-p125-is-released/
PR: ports/165223
Submitted by: swills (myself)
Reviewed by: pgollucci
Approved by: portmgr
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.ruby.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index add4f2b4ff7..685835089a8 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -168,7 +168,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} RUBY_RELVERSION= 1.8.7 RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 357 +RUBY_PATCHLEVEL= 358 . if ${RUBY_PATCHLEVEL} == 0 RUBY_VERSION?= ${RUBY_RELVERSION} @@ -196,7 +196,7 @@ RUBY19= "@comment " RUBY_RELVERSION= 1.9.3 RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 0 +RUBY_PATCHLEVEL= 125 RUBY_VERSION?= ${RUBY_RELVERSION}.${RUBY_PATCHLEVEL} RUBY_DISTVERSION?= ${RUBY_RELVERSION}-p${RUBY_PATCHLEVEL} |