summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-09-08 15:19:16 +0000
committerjoerg <joerg@pkgsrc.org>2016-09-08 15:19:16 +0000
commite75a446f2a5f52bb4e7a67bc2f22ec13a42d3287 (patch)
treea49d70a18801d0228d7d0914a0af73c9fc359476 /textproc
parentd06eaaffc87e3b0c0267382b88a56d184c3146ce (diff)
downloadpkgsrc-e75a446f2a5f52bb4e7a67bc2f22ec13a42d3287.tar.gz
Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/migemo/Makefile.common4
-rw-r--r--textproc/ruby-diff-lcs/Makefile4
-rw-r--r--textproc/ruby-eruby/Makefile4
-rw-r--r--textproc/ruby-json/Makefile4
-rw-r--r--textproc/ruby-rdtool/Makefile4
-rw-r--r--textproc/ruby-sary/Makefile4
-rw-r--r--textproc/suikyo/Makefile.common4
-rw-r--r--textproc/xhtmldiff/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/textproc/migemo/Makefile.common b/textproc/migemo/Makefile.common
index 26454322551..0ceb1a396d9 100644
--- a/textproc/migemo/Makefile.common
+++ b/textproc/migemo/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2016/03/14 00:59:06 tnn Exp $
+# $NetBSD: Makefile.common,v 1.10 2016/09/08 15:19:19 joerg Exp $
#
# used by textproc/migemo/Makefile
# used by textproc/migemo-elisp/Makefile
@@ -12,4 +12,4 @@ MASTER_SITES= http://0xcc.net/migemo/
MAINTAINER= yamajun@ofug.net
HOMEPAGE= http://0xcc.net/migemo/
-RUBY_VERSION_SUPPORTED= 21 22 23
+RUBY_VERSIONS_ACCEPTED= 21 22 23
diff --git a/textproc/ruby-diff-lcs/Makefile b/textproc/ruby-diff-lcs/Makefile
index 68aae48dfd9..df635244325 100644
--- a/textproc/ruby-diff-lcs/Makefile
+++ b/textproc/ruby-diff-lcs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/03/14 00:59:06 tnn Exp $
+# $NetBSD: Makefile,v 1.18 2016/09/08 15:19:19 joerg Exp $
DISTNAME= diff-lcs-1.2.5
PKGREVISION= 2
@@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 OR artistic OR ruby-license
RUBYGEM_OPTIONS+= --format-executable
-RUBY_VERSION_SUPPORTED= 18 21 22 23
+RUBY_VERSIONS_ACCEPTED= 18 21 22 23
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ruby-eruby/Makefile b/textproc/ruby-eruby/Makefile
index 9b464889a02..8267f60aca8 100644
--- a/textproc/ruby-eruby/Makefile
+++ b/textproc/ruby-eruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2015/06/11 15:37:21 taca Exp $
+# $NetBSD: Makefile,v 1.31 2016/09/08 15:19:19 joerg Exp $
DISTNAME= eruby-${ERUBY_VERSION}
PKGREVISION= 8
@@ -16,7 +16,7 @@ CONFLICTS+= ruby[1-9][0-9]-eruby-*
USE_GCC_RUNTIME= yes
# Need to update encoding processing.
-RUBY_VERSION_SUPPORTED= 18
+RUBY_VERSIONS_ACCEPTED= 18
ERUBY_VERSION= 1.0.5
HAS_CONFIGURE= yes
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile
index 4f9aac81896..ba743d8f1b0 100644
--- a/textproc/ruby-json/Makefile
+++ b/textproc/ruby-json/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/03/14 00:59:06 tnn Exp $
+# $NetBSD: Makefile,v 1.34 2016/09/08 15:19:19 joerg Exp $
DISTNAME= json-1.8.3
CATEGORIES= textproc
@@ -10,7 +10,7 @@ LICENSE= ruby-license
USE_GCC_RUNTIME= yes
-RUBY_VERSION_SUPPORTED= 18 21 22 23
+RUBY_VERSIONS_ACCEPTED= 18 21 22 23
post-extract:
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile
index ae836026fd9..f36e230e7db 100644
--- a/textproc/ruby-rdtool/Makefile
+++ b/textproc/ruby-rdtool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2016/03/14 00:59:06 tnn Exp $
+# $NetBSD: Makefile,v 1.43 2016/09/08 15:19:19 joerg Exp $
DISTNAME= rdtool-0.6.38
PKGREVISION= 2
@@ -18,7 +18,7 @@ SUBST_SED.path= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|"
SUBST_MESSAGE.path= Fixing PKG_SYSCONFDIR paths.
RUBYGEM_OPTIONS+= --format-executable
-RUBY_VERSION_SUPPORTED= 18 21 22 23
+RUBY_VERSIONS_ACCEPTED= 18 21 22 23
.include "../../lang/ruby/gem.mk"
.include "../../lang/ruby/modules.mk"
diff --git a/textproc/ruby-sary/Makefile b/textproc/ruby-sary/Makefile
index f0b258741e2..f2e1cbc2ff9 100644
--- a/textproc/ruby-sary/Makefile
+++ b/textproc/ruby-sary/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/03/14 00:59:06 tnn Exp $
+# $NetBSD: Makefile,v 1.19 2016/09/08 15:19:19 joerg Exp $
#
DISTNAME= sary-ruby-1.2.0
@@ -12,7 +12,7 @@ HOMEPAGE= http://sary.sourceforge.net/
COMMENT= Ruby Binding of Sary
LICENSE= gnu-lgpl-v2.1
-RUBY_VERSION_SUPPORTED= 18 21 22 23
+RUBY_VERSIONS_ACCEPTED= 18 21 22 23
USE_RUBY_EXTCONF= yes
USE_TOOLS+= pkg-config
diff --git a/textproc/suikyo/Makefile.common b/textproc/suikyo/Makefile.common
index 7dbb9b62076..9d8eebb42f3 100644
--- a/textproc/suikyo/Makefile.common
+++ b/textproc/suikyo/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2015/06/29 11:06:49 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.8 2016/09/08 15:19:19 joerg Exp $
#
# used by textproc/ruby-suikyo/Makefile
# used by textproc/suikyo-docs/Makefile
@@ -21,4 +21,4 @@ GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= # none
-RUBY_VERSION_SUPPORTED= 18
+RUBY_VERSIONS_ACCEPTED= 18
diff --git a/textproc/xhtmldiff/Makefile b/textproc/xhtmldiff/Makefile
index fc861d3f051..f0238719634 100644
--- a/textproc/xhtmldiff/Makefile
+++ b/textproc/xhtmldiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/04/14 15:59:21 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2016/09/08 15:19:19 joerg Exp $
DISTNAME= xhtmldiff-1.2.2
PKGREVISION= 2
@@ -15,7 +15,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.1:../../textproc/ruby-diff-lcs
CONFLICTS+= ruby[1-9][0-9]-xhtmldiff-[0-9]* xhtmldiff-[0-9]*
-RUBY_VERSION_SUPPORTED= 18
+RUBY_VERSIONS_ACCEPTED= 18
post-extract:
cp ${WRKSRC}/packaging/xhtmldiff.gemspec ${GEM_SPECFILE}