mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
lang/ruby21: Update to Ruby 2.1.2
This commit is contained in:
parent
9880b3d2cc
commit
604392ff79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363003
@ -208,8 +208,8 @@ RUBY21= "@comment "
|
||||
#
|
||||
# Ruby 2.1
|
||||
#
|
||||
RUBY_RELVERSION= 2.1.1
|
||||
RUBY_PORTREVISION= 2
|
||||
RUBY_RELVERSION= 2.1.2
|
||||
RUBY_PORTREVISION= 0
|
||||
RUBY_PORTEPOCH= 1
|
||||
RUBY_PATCHLEVEL= 0
|
||||
|
||||
|
@ -103,7 +103,6 @@ CONFIGURE_ARGS+= --enable-libedit --with-libedit-prefix=${LOCALBASE}
|
||||
BUILD_DEPENDS+= readline>=0:${PORTSDIR}/devel/readline
|
||||
RUN_DEPENDS+= readline>=0:${PORTSDIR}/devel/readline
|
||||
CONFIGURE_ARGS+= --disable-libedit --with-readline-prefix=${LOCALBASE}
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ext__readline__readline.c
|
||||
.endif
|
||||
|
||||
.if ${RUBY_VER} == ${RUBY_DEFAULT_VER}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ruby/ruby-2.1.1.tar.bz2) = 96aabab4dd4a2e57dd0d28052650e6fcdc8f133fa8980d9b936814b1e93f6cfc
|
||||
SIZE (ruby/ruby-2.1.1.tar.bz2) = 11990697
|
||||
SHA256 (ruby/ruby-2.1.2.tar.bz2) = 6948b02570cdfb89a8313675d4aa665405900e27423db408401473f30fc6e901
|
||||
SIZE (ruby/ruby-2.1.2.tar.bz2) = 11976939
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- ext/readline/readline.c.orig 2013/10/29 03:09:00 43458
|
||||
+++ ext/readline/readline.c 2014/03/01 07:19:08 45225
|
||||
@@ -1974,7 +1974,7 @@
|
||||
|
||||
rl_attempted_completion_function = readline_attempted_completion_function;
|
||||
#if defined(HAVE_RL_PRE_INPUT_HOOK)
|
||||
- rl_pre_input_hook = (Function *)readline_pre_input_hook;
|
||||
+ rl_pre_input_hook = (rl_hook_func_t *)readline_pre_input_hook;
|
||||
#endif
|
||||
#ifdef HAVE_RL_CATCH_SIGNALS
|
||||
rl_catch_signals = 0;
|
Loading…
Reference in New Issue
Block a user