pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby Correct RUBY_DISTNAME with RUBY_PATCH_LEVEL ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69e767d0b7b3
branches:  trunk
changeset: 529809:69e767d0b7b3
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 10 13:47:03 2007 +0000

description:
Correct RUBY_DISTNAME with RUBY_PATCH_LEVEL set.

diffstat:

 lang/ruby/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 09276e0b1235 -r 69e767d0b7b3 lang/ruby/Makefile.common
--- a/lang/ruby/Makefile.common Sun Jun 10 13:46:37 2007 +0000
+++ b/lang/ruby/Makefile.common Sun Jun 10 13:47:03 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2007/03/15 16:41:01 taca Exp $
+# $NetBSD: Makefile.common,v 1.15 2007/06/10 13:47:03 taca Exp $
 #
 # Ruby base distribution common definition
 
@@ -28,7 +28,7 @@
 
 # common default
 .if !empty(RUBY_PATCH_LEVEL)
-RUBY_DISTNAME?=                ruby-${RUBY_VERSION}.${RUBY_PATCH_LEVEL}
+RUBY_DISTNAME?=                ruby-${RUBY_VERSION}-p${RUBY_PATCH_LEVEL}
 .else
 RUBY_DISTNAME?=                ruby-${RUBY_VERSION}
 .endif



Home | Main Index | Thread Index | Old Index