pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc * Drop setting RUBY_VERSIONS_ACCEPTED since it is now ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6e5249990d5
branches:  trunk
changeset: 363006:c6e5249990d5
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue May 30 14:22:40 2017 +0000

description:
* Drop setting RUBY_VERSIONS_ACCEPTED since it is now default value.

diffstat:

 databases/ruby-gdbm/Makefile    |  3 +--
 lang/ruby/Makefile              |  4 +---
 misc/ruby-progressbar/Makefile  |  4 +---
 textproc/ruby-diff-lcs/Makefile |  4 +---
 textproc/ruby-json/Makefile     |  4 +---
 textproc/ruby-rdtool/Makefile   |  3 +--
 textproc/ruby-sary/Makefile     |  4 +---
 7 files changed, 7 insertions(+), 19 deletions(-)

diffs (122 lines):

diff -r 5b0f6d954eac -r c6e5249990d5 databases/ruby-gdbm/Makefile
--- a/databases/ruby-gdbm/Makefile      Tue May 30 14:19:51 2017 +0000
+++ b/databases/ruby-gdbm/Makefile      Tue May 30 14:22:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2017/04/22 18:27:04 taca Exp $
+# $NetBSD: Makefile,v 1.32 2017/05/30 14:22:40 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -11,7 +11,6 @@
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby extension to GDBM library
 
-RUBY_VERSIONS_ACCEPTED= 23 22 21
 USE_RUBY_EXTCONF=      yes
 DISTINFO_FILE=         ${RUBY_DISTINFO_FILE}
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/gdbm
diff -r 5b0f6d954eac -r c6e5249990d5 lang/ruby/Makefile
--- a/lang/ruby/Makefile        Tue May 30 14:19:51 2017 +0000
+++ b/lang/ruby/Makefile        Tue May 30 14:22:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2017/04/22 18:27:04 taca Exp $
+# $NetBSD: Makefile,v 1.62 2017/05/30 14:22:40 taca Exp $
 
 DISTNAME=      # empty
 PKGNAME=       ruby-${RUBY_VERSION_FULL}
@@ -15,8 +15,6 @@
 NO_CONFIGURE=  yes
 NO_BUILD=      yes
 
-RUBY_VERSIONS_ACCEPTED= 23 22 21
-
 .include "../../lang/ruby/rubyversion.mk"
 
 DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
diff -r 5b0f6d954eac -r c6e5249990d5 misc/ruby-progressbar/Makefile
--- a/misc/ruby-progressbar/Makefile    Tue May 30 14:19:51 2017 +0000
+++ b/misc/ruby-progressbar/Makefile    Tue May 30 14:22:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/04/22 18:27:04 taca Exp $
+# $NetBSD: Makefile,v 1.16 2017/05/30 14:22:40 taca Exp $
 
 DISTNAME=      ruby-progressbar-1.8.1
 PKGNAME=       ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/}
@@ -9,7 +9,5 @@
 COMMENT=       Text Progress Bar Library for Ruby
 LICENSE=       mit
 
-RUBY_VERSIONS_ACCEPTED=        23 22 21
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5b0f6d954eac -r c6e5249990d5 textproc/ruby-diff-lcs/Makefile
--- a/textproc/ruby-diff-lcs/Makefile   Tue May 30 14:19:51 2017 +0000
+++ b/textproc/ruby-diff-lcs/Makefile   Tue May 30 14:22:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/04/22 18:27:05 taca Exp $
+# $NetBSD: Makefile,v 1.21 2017/05/30 14:22:40 taca Exp $
 
 DISTNAME=      diff-lcs-1.3
 CATEGORIES=    textproc
@@ -10,7 +10,5 @@
 
 RUBYGEM_OPTIONS+=      --format-executable
 
-RUBY_VERSIONS_ACCEPTED= 23 22 21
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5b0f6d954eac -r c6e5249990d5 textproc/ruby-json/Makefile
--- a/textproc/ruby-json/Makefile       Tue May 30 14:19:51 2017 +0000
+++ b/textproc/ruby-json/Makefile       Tue May 30 14:22:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2017/04/27 14:43:19 taca Exp $
+# $NetBSD: Makefile,v 1.37 2017/05/30 14:22:40 taca Exp $
 
 DISTNAME=      json-1.8.3
 CATEGORIES=    textproc
@@ -10,8 +10,6 @@
 
 USE_GCC_RUNTIME=       yes
 
-RUBY_VERSIONS_ACCEPTED= 23 22 21
-
 post-extract:
        cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
 
diff -r 5b0f6d954eac -r c6e5249990d5 textproc/ruby-rdtool/Makefile
--- a/textproc/ruby-rdtool/Makefile     Tue May 30 14:19:51 2017 +0000
+++ b/textproc/ruby-rdtool/Makefile     Tue May 30 14:22:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2017/04/22 18:27:05 taca Exp $
+# $NetBSD: Makefile,v 1.45 2017/05/30 14:22:41 taca Exp $
 
 DISTNAME=      rdtool-0.6.38
 PKGREVISION=   2
@@ -18,7 +18,6 @@
 SUBST_MESSAGE.path=    Fixing PKG_SYSCONFDIR paths.
 
 RUBYGEM_OPTIONS+=      --format-executable
-RUBY_VERSIONS_ACCEPTED= 23 22 21
 
 .include "../../lang/ruby/gem.mk"
 .include "../../lang/ruby/modules.mk"
diff -r 5b0f6d954eac -r c6e5249990d5 textproc/ruby-sary/Makefile
--- a/textproc/ruby-sary/Makefile       Tue May 30 14:19:51 2017 +0000
+++ b/textproc/ruby-sary/Makefile       Tue May 30 14:22:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/04/22 18:27:05 taca Exp $
+# $NetBSD: Makefile,v 1.21 2017/05/30 14:22:41 taca Exp $
 #
 
 DISTNAME=      sary-ruby-1.2.0
@@ -12,8 +12,6 @@
 COMMENT=       Ruby Binding of Sary
 LICENSE=       gnu-lgpl-v2.1
 
-RUBY_VERSIONS_ACCEPTED= 23 22 21
-
 USE_RUBY_EXTCONF=      yes
 USE_TOOLS+=            pkg-config
 



Home | Main Index | Thread Index | Old Index