summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2009-06-10 12:45:34 +0000
committertaca <taca@pkgsrc.org>2009-06-10 12:45:34 +0000
commit9d24db46aa78102be41f53de8fb90dc8d2175a88 (patch)
treeea5250a4f21d21f985702556d545699ff55590ee /lang/ruby
parent5ace1ee8bc9b8d85108ae3196d7e073d6bac9389 (diff)
downloadpkgsrc-9d24db46aa78102be41f53de8fb90dc8d2175a88.tar.gz
Start update of Ruby programming language packages to 1.8.7.173 (1.8.7-p173).
- Add LICENSE. - Update RUBY18_PATCHLEVEL to 173.
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/Makefile.common4
-rw-r--r--lang/ruby/rubyversion.mk4
2 files changed, 5 insertions, 3 deletions
diff --git a/lang/ruby/Makefile.common b/lang/ruby/Makefile.common
index dbb9a106c1b..abe8d3306c9 100644
--- a/lang/ruby/Makefile.common
+++ b/lang/ruby/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2008/06/19 15:55:04 taca Exp $
+# $NetBSD: Makefile.common,v 1.18 2009/06/10 12:45:34 taca Exp $
#
# Ruby base distribution common definition
# used by databases/ruby-gdbm/Makefile
@@ -9,6 +9,8 @@
# used by lang/ruby18-base/Makefile
# used by x11/ruby-tk/Makefile
+LICENSE= ruby-license # OR gnu-gpl-v2
+
#
# Ruby distribution sites.
#
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index d880d4f8a2d..06875e78902 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.45 2009/04/16 17:10:17 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.46 2009/06/10 12:45:34 taca Exp $
#
.if !defined(_RUBYVERSION_MK)
@@ -10,7 +10,7 @@ _RUBYVERSION_MK= # defined
RUBY18_VERSION= 1.8.7
# patch
-RUBY18_PATCHLEVEL= 160
+RUBY18_PATCHLEVEL= 173
# RUBY_VERSION_DEFAULT defines default version for Ruby related
# packages and user can define in mk.conf. (1.6 or 1.8)