Thu Apr 16 17:10:17 2009 UTC ()
Bump Ruby 1.8.7's patch level to 160.


(taca)
diff -r1.44 -r1.45 pkgsrc/lang/ruby/rubyversion.mk

cvs diff -r1.44 -r1.45 pkgsrc/lang/ruby/rubyversion.mk (expand / switch to unified diff)

--- pkgsrc/lang/ruby/rubyversion.mk 2008/08/11 06:58:33 1.44
+++ pkgsrc/lang/ruby/rubyversion.mk 2009/04/16 17:10:17 1.45
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: rubyversion.mk,v 1.44 2008/08/11 06:58:33 taca Exp $ 1# $NetBSD: rubyversion.mk,v 1.45 2009/04/16 17:10:17 taca Exp $
2# 2#
3 3
4.if !defined(_RUBYVERSION_MK) 4.if !defined(_RUBYVERSION_MK)
5_RUBYVERSION_MK= # defined 5_RUBYVERSION_MK= # defined
6 6
7.include "../../mk/bsd.prefs.mk" 7.include "../../mk/bsd.prefs.mk"
8 8
9# current supported Ruby's version 9# current supported Ruby's version
10RUBY18_VERSION= 1.8.7 10RUBY18_VERSION= 1.8.7
11 11
12# patch 12# patch
13RUBY18_PATCHLEVEL= 72 13RUBY18_PATCHLEVEL= 160
14 14
15# RUBY_VERSION_DEFAULT defines default version for Ruby related 15# RUBY_VERSION_DEFAULT defines default version for Ruby related
16# packages and user can define in mk.conf. (1.6 or 1.8) 16# packages and user can define in mk.conf. (1.6 or 1.8)
17# 17#
18RUBY_VERSION_DEFAULT?= 1.8 18RUBY_VERSION_DEFAULT?= 1.8
19 19
20# RUBY_VERSION defines the specific Ruby's version which is supported 20# RUBY_VERSION defines the specific Ruby's version which is supported
21# by the package. It should be defined by packages whose distfiles 21# by the package. It should be defined by packages whose distfiles
22# are contained by Ruby's release distribution. 22# are contained by Ruby's release distribution.
23# 23#
24# Default value is set to ${RUBY_VERSION_DEFAULT} 24# Default value is set to ${RUBY_VERSION_DEFAULT}
25# 25#
26.if ${RUBY_VERSION_DEFAULT} == "1.8" 26.if ${RUBY_VERSION_DEFAULT} == "1.8"