diff options
author | joerg <joerg> | 2016-09-08 15:19:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2016-09-08 15:19:16 +0000 |
commit | b35178bd800591f8c877d123b7d210067f9eb32e (patch) | |
tree | 2e22eacdcdfe6cc73c0ed56e14421f55e8f6094f /textproc | |
parent | 9d984a712113b371da7503585f7abf9ec0cbc59e (diff) | |
download | pkgsrc-b35178bd800591f8c877d123b7d210067f9eb32e.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.common | 4 | ||||
-rw-r--r-- | textproc/ruby-diff-lcs/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-eruby/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-json/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-sary/Makefile | 4 | ||||
-rw-r--r-- | textproc/suikyo/Makefile.common | 4 | ||||
-rw-r--r-- | textproc/xhtmldiff/Makefile | 4 |
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} |