pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-rdtool Allow build with ruby18. I forgo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/718959c2b4ca
branches:  trunk
changeset: 648356:718959c2b4ca
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 13 23:10:13 2015 +0000

description:
Allow build with ruby18.  I forgot to commit from 4 days ago...

diffstat:

 textproc/ruby-rdtool/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 27f943c31681 -r 718959c2b4ca textproc/ruby-rdtool/Makefile
--- a/textproc/ruby-rdtool/Makefile     Fri Mar 13 23:07:24 2015 +0000
+++ b/textproc/ruby-rdtool/Makefile     Fri Mar 13 23:10:13 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2012/12/17 14:36:12 taca Exp $
+# $NetBSD: Makefile,v 1.36 2015/03/13 23:10:13 taca Exp $
 
 DISTNAME=      rdtool-0.6.38
 CATEGORIES=    textproc ruby
@@ -20,6 +20,8 @@
 SUBST_SED.path=                -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|"
 SUBST_MESSAGE.path=    Fixing PKG_SYSCONFDIR paths.
 
+RUBY_VERSION_SUPPORTED= 200 193 18 21
+
 .include "../../lang/ruby/gem.mk"
 .include "../../lang/ruby/modules.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index