pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby Start update of Ruby programming language pa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f307914956a1
branches: trunk
changeset: 394468:f307914956a1
user: taca <taca%pkgsrc.org@localhost>
date: Wed Jun 10 12:45:34 2009 +0000
description:
Start update of Ruby programming language packages to 1.8.7.173 (1.8.7-p173).
- Add LICENSE.
- Update RUBY18_PATCHLEVEL to 173.
diffstat:
lang/ruby/Makefile.common | 4 +++-
lang/ruby/rubyversion.mk | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r c894c4b09364 -r f307914956a1 lang/ruby/Makefile.common
--- a/lang/ruby/Makefile.common Wed Jun 10 12:42:13 2009 +0000
+++ b/lang/ruby/Makefile.common Wed Jun 10 12:45:34 2009 +0000
@@ -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 -r c894c4b09364 -r f307914956a1 lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk Wed Jun 10 12:42:13 2009 +0000
+++ b/lang/ruby/rubyversion.mk Wed Jun 10 12:45:34 2009 +0000
@@ -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 @@
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)
Home |
Main Index |
Thread Index |
Old Index