pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc0cbc6b4dda
branches:  trunk
changeset: 352174:cc0cbc6b4dda
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Sep 08 15:19:16 2016 +0000

description:
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:

 audio/amarok-kde3/Makefile        |   4 ++--
 databases/ruby-gdbm/Makefile      |   4 ++--
 devel/ruby-curses-gem/Makefile    |   4 ++--
 devel/ruby-curses/Makefile        |   4 ++--
 devel/ruby-eet/Makefile           |   4 ++--
 devel/ruby-mode/Makefile          |   4 ++--
 devel/ruby-power_assert/Makefile  |   4 ++--
 devel/ruby-rake/Makefile          |   4 ++--
 devel/ruby-rcov/Makefile          |   4 ++--
 devel/ruby-rdoc/Makefile          |   4 ++--
 devel/ruby-readline/Makefile      |   4 ++--
 inputmethod/prime-dict/Makefile   |   4 ++--
 inputmethod/prime-el/Makefile     |   4 ++--
 inputmethod/prime/Makefile        |   4 ++--
 inputmethod/scim-prime/Makefile   |   4 ++--
 lang/ruby/Makefile                |   4 ++--
 lang/ruby/rubyversion.mk          |  21 ++++++++++++++-------
 lang/ruby18-base/Makefile         |   4 ++--
 lang/ruby18/Makefile              |   4 ++--
 lang/ruby21-base/Makefile         |   4 ++--
 lang/ruby21/Makefile              |   4 ++--
 lang/ruby22-base/Makefile         |   4 ++--
 lang/ruby22/Makefile              |   4 ++--
 lang/ruby23-base/Makefile         |   4 ++--
 lang/ruby23/Makefile              |   4 ++--
 misc/ruby-progressbar/Makefile    |   4 ++--
 misc/rubygems/Makefile            |   4 ++--
 mk/pbulk/pbulk-index.mk           |   4 ++--
 net/dnsdoctor/Makefile            |   4 ++--
 security/libprelude-ruby/Makefile |   4 ++--
 sysutils/puppet/Makefile          |   4 ++--
 sysutils/ruby-chef/Makefile       |   4 ++--
 textproc/migemo/Makefile.common   |   4 ++--
 textproc/ruby-diff-lcs/Makefile   |   4 ++--
 textproc/ruby-eruby/Makefile      |   4 ++--
 textproc/ruby-json/Makefile       |   4 ++--
 textproc/ruby-rdtool/Makefile     |   4 ++--
 textproc/ruby-sary/Makefile       |   4 ++--
 textproc/suikyo/Makefile.common   |   4 ++--
 textproc/xhtmldiff/Makefile       |   4 ++--
 www/ap-ruby/Makefile              |   4 ++--
 x11/kdebindings-ruby/Makefile     |   4 ++--
 x11/ruby-tk/Makefile              |   4 ++--
 43 files changed, 98 insertions(+), 91 deletions(-)

diffs (truncated from 810 to 300 lines):

diff -r 89548d834ea8 -r cc0cbc6b4dda audio/amarok-kde3/Makefile
--- a/audio/amarok-kde3/Makefile        Thu Sep 08 15:09:37 2016 +0000
+++ b/audio/amarok-kde3/Makefile        Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2016/08/17 00:06:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.70 2016/09/08 15:19:16 joerg Exp $
 
 DISTNAME=              amarok-${VERSION}
 VERSION=               1.4.10
@@ -20,7 +20,7 @@
 GNU_CONFIGURE=         yes
 SET_LIBDIR=            yes
 USE_LIBTOOL=           yes
-RUBY_VERSION_SUPPORTED=        18
+RUBY_VERSIONS_ACCEPTED=        18
 
 CONFIGURE_ARGS+=       --without-nmm
 CONFIGURE_ARGS+=       --without-mas
diff -r 89548d834ea8 -r cc0cbc6b4dda databases/ruby-gdbm/Makefile
--- a/databases/ruby-gdbm/Makefile      Thu Sep 08 15:09:37 2016 +0000
+++ b/databases/ruby-gdbm/Makefile      Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2016/03/14 00:59:05 tnn Exp $
+# $NetBSD: Makefile,v 1.30 2016/09/08 15:19:16 joerg Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -11,7 +11,7 @@
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby extension to GDBM library
 
-RUBY_VERSION_SUPPORTED= 23 22 21 18
+RUBY_VERSIONS_ACCEPTED= 23 22 21 18
 USE_RUBY_EXTCONF=      yes
 DISTINFO_FILE=         ${RUBY_DISTINFO_FILE}
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/gdbm
diff -r 89548d834ea8 -r cc0cbc6b4dda devel/ruby-curses-gem/Makefile
--- a/devel/ruby-curses-gem/Makefile    Thu Sep 08 15:09:37 2016 +0000
+++ b/devel/ruby-curses-gem/Makefile    Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/03/16 13:07:31 taca Exp $
+# $NetBSD: Makefile,v 1.6 2016/09/08 15:19:16 joerg Exp $
 
 DISTNAME=      curses-1.0.2
 CATEGORIES=    devel
@@ -8,7 +8,7 @@
 COMMENT=       Ruby binding for curses, ncurses, and PDCurses
 LICENSE=       2-clause-bsd
 
-RUBY_VERSION_SUPPORTED= 21 22 23
+RUBY_VERSIONS_ACCEPTED= 21 22 23
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/curses.buildlink3.mk"
diff -r 89548d834ea8 -r cc0cbc6b4dda devel/ruby-curses/Makefile
--- a/devel/ruby-curses/Makefile        Thu Sep 08 15:09:37 2016 +0000
+++ b/devel/ruby-curses/Makefile        Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/03/14 00:59:05 tnn Exp $
+# $NetBSD: Makefile,v 1.22 2016/09/08 15:19:16 joerg Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -20,7 +20,7 @@
 REPLACE_RUBY=          ${CURSES_EXAMPLES}
 INSTALLATION_DIRS=     ${RUBY_EG}/curses
 
-RUBY_VERSION_SUPPORTED= 18
+RUBY_VERSIONS_ACCEPTED= 18
 
 post-install:
 .for f in ${CURSES_EXAMPLES}
diff -r 89548d834ea8 -r cc0cbc6b4dda devel/ruby-eet/Makefile
--- a/devel/ruby-eet/Makefile   Thu Sep 08 15:09:37 2016 +0000
+++ b/devel/ruby-eet/Makefile   Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/03/05 11:28:26 jperkin Exp $
+# $NetBSD: Makefile,v 1.16 2016/09/08 15:19:16 joerg Exp $
 
 DISTNAME=      ruby-eet-0.1.4
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -11,7 +11,7 @@
 COMMENT=       Ruby module to read and write EET files
 LICENSE=       mit
 
-RUBY_VERSION_SUPPORTED= 18
+RUBY_VERSIONS_ACCEPTED= 18
 
 RUBY_RDOC_REQD=        2.0.0
 USE_RAKE=      YES
diff -r 89548d834ea8 -r cc0cbc6b4dda devel/ruby-mode/Makefile
--- a/devel/ruby-mode/Makefile  Thu Sep 08 15:09:37 2016 +0000
+++ b/devel/ruby-mode/Makefile  Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2015/12/30 15:42:33 taca Exp $
+# $NetBSD: Makefile,v 1.34 2016/09/08 15:19:17 joerg Exp $
 #
 
 DISTNAME=      ${RUBY_DISTNAME}
@@ -13,7 +13,7 @@
 DISTINFO_FILE=         ${RUBY_DISTINFO_FILE}
 WRKSRC=                        ${RUBY_WRKSRC}/misc
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/misc
-RUBY_VERSION_SUPPORTED=        23
+RUBY_VERSIONS_ACCEPTED=        23
 RUBY_NOVERSION=                yes
 NO_CONFIGURE=          yes
 SRCS=                  inf-ruby.el ruby-electric.el ruby-mode.el \
diff -r 89548d834ea8 -r cc0cbc6b4dda devel/ruby-power_assert/Makefile
--- a/devel/ruby-power_assert/Makefile  Thu Sep 08 15:09:37 2016 +0000
+++ b/devel/ruby-power_assert/Makefile  Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/03/14 00:59:06 tnn Exp $
+# $NetBSD: Makefile,v 1.11 2016/09/08 15:19:17 joerg Exp $
 
 DISTNAME=      power_assert-0.2.7
 CATEGORIES=    devel
@@ -8,7 +8,7 @@
 COMMENT=       Power Assert for Ruby
 LICENSE=       2-clause-bsd
 
-#RUBY_VERSION_SUPPORTED?= 21 22
+#RUBY_VERSIONS_ACCEPTED?= 21 22
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 89548d834ea8 -r cc0cbc6b4dda devel/ruby-rake/Makefile
--- a/devel/ruby-rake/Makefile  Thu Sep 08 15:09:37 2016 +0000
+++ b/devel/ruby-rake/Makefile  Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/03/14 00:59:06 tnn Exp $
+# $NetBSD: Makefile,v 1.16 2016/09/08 15:19:17 joerg Exp $
 
 DISTNAME=      rake-${VERS}
 CATEGORIES=    devel
@@ -14,7 +14,7 @@
 FIX_PERM=      doc/release_notes/rake-0.7.3.rdoc
 VERS=          10.4.2
 
-RUBY_VERSION_SUPPORTED= 18 21 22
+RUBY_VERSIONS_ACCEPTED= 18 21 22
 
 FILES_SUBST+=  GEM_NAME=${GEM_NAME} RAKE_HACK=${RAKE_HACK} RAKEBIN=${RAKEBIN}
 PLIST_SUBST+=  RAKE_HACK=${RAKE_HACK} RAKEBIN=${RAKEBIN}
diff -r 89548d834ea8 -r cc0cbc6b4dda devel/ruby-rcov/Makefile
--- a/devel/ruby-rcov/Makefile  Thu Sep 08 15:09:37 2016 +0000
+++ b/devel/ruby-rcov/Makefile  Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2015/03/08 16:01:26 taca Exp $
+# $NetBSD: Makefile,v 1.13 2016/09/08 15:19:17 joerg Exp $
 
 DISTNAME=      rcov-1.0.0
 PKGREVISION=   1
@@ -9,7 +9,7 @@
 COMMENT=       Code coverage analysis for Ruby
 LICENSE=       gnu-gpl-v2 OR ruby-license
 
-RUBY_VERSION_SUPPORTED=        18
+RUBY_VERSIONS_ACCEPTED=        18
 
 USE_GCC_RUNTIME=       yes
 RUBYGEM_OPTIONS+=      --format-executable
diff -r 89548d834ea8 -r cc0cbc6b4dda devel/ruby-rdoc/Makefile
--- a/devel/ruby-rdoc/Makefile  Thu Sep 08 15:09:37 2016 +0000
+++ b/devel/ruby-rdoc/Makefile  Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/03/14 00:59:06 tnn Exp $
+# $NetBSD: Makefile,v 1.15 2016/09/08 15:19:17 joerg Exp $
 
 DISTNAME=      rdoc-${RUBY_RDOC_PKGSRC_VERS}
 CATEGORIES=    devel
@@ -9,7 +9,7 @@
 LICENSE=       gnu-gpl-v2 OR ruby-license
 
 # ruby23 has 4.2.1 in tree.
-RUBY_VERSION_SUPPORTED= 22 18 21
+RUBY_VERSIONS_ACCEPTED= 22 18 21
 
 RUBY_JSON_REQD=        1.4
 GEM_PATH=      ${RUBYGEM_INSTALL_ROOT}${PREFIX}/${GEM_LIBDIR}:${PREFIX}/${GEM_HOME}
diff -r 89548d834ea8 -r cc0cbc6b4dda devel/ruby-readline/Makefile
--- a/devel/ruby-readline/Makefile      Thu Sep 08 15:09:37 2016 +0000
+++ b/devel/ruby-readline/Makefile      Thu Sep 08 15:19:16 2016 +0000
@@ -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:17 joerg Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -12,7 +12,7 @@
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby extension to readline library
 
-RUBY_VERSION_SUPPORTED= 23 22 21 18
+RUBY_VERSIONS_ACCEPTED= 23 22 21 18
 USE_RUBY_EXTCONF=      yes
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/readline
 WRKSRC=                        ${RUBY_WRKSRC}/ext/readline
diff -r 89548d834ea8 -r cc0cbc6b4dda inputmethod/prime-dict/Makefile
--- a/inputmethod/prime-dict/Makefile   Thu Sep 08 15:09:37 2016 +0000
+++ b/inputmethod/prime-dict/Makefile   Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/06/29 11:06:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2016/09/08 15:19:17 joerg Exp $
 #
 
 DISTNAME=      prime-dict-1.0.0
@@ -15,7 +15,7 @@
 
 CONFIGURE_ARGS+=       --with-rubydir=${PREFIX}/${RUBY_VENDORLIB}
 
-RUBY_VERSION_SUPPORTED= 18
+RUBY_VERSIONS_ACCEPTED= 18
 
 .include "../../lang/ruby/modules.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 89548d834ea8 -r cc0cbc6b4dda inputmethod/prime-el/Makefile
--- a/inputmethod/prime-el/Makefile     Thu Sep 08 15:09:37 2016 +0000
+++ b/inputmethod/prime-el/Makefile     Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/06/29 11:06:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2016/09/08 15:19:17 joerg Exp $
 #
 
 DISTNAME=      prime-el-1.5.1.3
@@ -13,7 +13,7 @@
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      ${EMACS_PKGNAME_PREFIX}suikyo-elisp-[0-9]*:../../textproc/suikyo-elisp
-RUBY_VERSION_SUPPORTED= 18
+RUBY_VERSIONS_ACCEPTED= 18
 
 GNU_CONFIGURE= yes
 USE_LANGUAGES= # none
diff -r 89548d834ea8 -r cc0cbc6b4dda inputmethod/prime/Makefile
--- a/inputmethod/prime/Makefile        Thu Sep 08 15:09:37 2016 +0000
+++ b/inputmethod/prime/Makefile        Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/06/29 11:06:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2016/09/08 15:19:17 joerg Exp $
 #
 
 DISTNAME=      prime-1.0.0.1
@@ -22,7 +22,7 @@
 #
 # Currently, it seems some encoding problem.
 #
-RUBY_VERSION_SUPPORTED= 18
+RUBY_VERSIONS_ACCEPTED= 18
 
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
diff -r 89548d834ea8 -r cc0cbc6b4dda inputmethod/scim-prime/Makefile
--- a/inputmethod/scim-prime/Makefile   Thu Sep 08 15:09:37 2016 +0000
+++ b/inputmethod/scim-prime/Makefile   Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2016/08/03 10:23:01 adam Exp $
+# $NetBSD: Makefile,v 1.28 2016/09/08 15:19:17 joerg Exp $
 #
 
 DISTNAME=              scim-prime-1.0.1
@@ -11,7 +11,7 @@
 COMMENT=               SCIM IMEngine module for PRIME
 LICENSE=               gnu-gpl-v2
 
-RUBY_VERSION_SUPPORTED= 18
+RUBY_VERSIONS_ACCEPTED= 18
 
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
diff -r 89548d834ea8 -r cc0cbc6b4dda lang/ruby/Makefile
--- a/lang/ruby/Makefile        Thu Sep 08 15:09:37 2016 +0000
+++ b/lang/ruby/Makefile        Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2016/03/14 00:59:06 tnn Exp $
+# $NetBSD: Makefile,v 1.60 2016/09/08 15:19:17 joerg Exp $
 
 DISTNAME=      # empty
 PKGNAME=       ruby-${RUBY_VERSION_FULL}
@@ -15,7 +15,7 @@
 NO_CONFIGURE=  yes
 NO_BUILD=      yes
 
-RUBY_VERSION_SUPPORTED= 23 22 21 18
+RUBY_VERSIONS_ACCEPTED= 23 22 21 18
 
 .include "../../lang/ruby/rubyversion.mk"
 
diff -r 89548d834ea8 -r cc0cbc6b4dda lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk  Thu Sep 08 15:09:37 2016 +0000
+++ b/lang/ruby/rubyversion.mk  Thu Sep 08 15:19:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.164 2016/07/09 10:11:08 rillig Exp $
+# $NetBSD: rubyversion.mk,v 1.165 2016/09/08 15:19:17 joerg Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -33,12 +33,12 @@
 #      Ruby version to use. This variable should not be set in
 #      packages.  Normally it is used by bulk build tools.



Home | Main Index | Thread Index | Old Index