pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc Move RUBY_VERSION_SUPPORTED restriction from ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/63dd3b8fcd03
branches: trunk
changeset: 648156:63dd3b8fcd03
user: taca <taca%pkgsrc.org@localhost>
date: Thu Mar 12 14:59:57 2015 +0000
description:
Move RUBY_VERSION_SUPPORTED restriction from ruby-suikyo/Makefile to
suikyo/Makefile.common to restrict both packages ruby18 only.
diffstat:
textproc/ruby-suikyo/Makefile | 4 +---
textproc/suikyo/Makefile.common | 4 +++-
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 341358435b7c -r 63dd3b8fcd03 textproc/ruby-suikyo/Makefile
--- a/textproc/ruby-suikyo/Makefile Thu Mar 12 14:57:36 2015 +0000
+++ b/textproc/ruby-suikyo/Makefile Thu Mar 12 14:59:57 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/03/08 14:07:43 taca Exp $
+# $NetBSD: Makefile,v 1.6 2015/03/12 14:59:57 taca Exp $
#
.include "../../textproc/suikyo/Makefile.common"
@@ -18,8 +18,6 @@
CONFLICTS+= ruby[1-9][0-9]-suikyo-*
BUILD_DIRS+= ruby
-RUBY_VERSION_SUPPORTED= 18
-
CONFIGURE_ARGS+= --with-rubydir=${PREFIX}/${RUBY_VENDORLIB}
.include "../../lang/ruby/modules.mk"
diff -r 341358435b7c -r 63dd3b8fcd03 textproc/suikyo/Makefile.common
--- a/textproc/suikyo/Makefile.common Thu Mar 12 14:57:36 2015 +0000
+++ b/textproc/suikyo/Makefile.common Thu Mar 12 14:59:57 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2014/10/05 16:41:09 wiz Exp $
+# $NetBSD: Makefile.common,v 1.5 2015/03/12 14:59:57 taca Exp $
#
# used by textproc/ruby-suikyo/Makefile
# used by textproc/suikyo-docs/Makefile
@@ -20,3 +20,5 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= # none
+
+RUBY_VERSION_SUPPORTED= 18
Home |
Main Index |
Thread Index |
Old Index