pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add Ruby 2.2 to RUBY_VERSION_SUPPORTED



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2d727059c7b
branches:  trunk
changeset: 651932:c2d727059c7b
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Sun May 17 12:57:18 2015 +0000

description:
Add Ruby 2.2 to RUBY_VERSION_SUPPORTED

diffstat:

 archivers/ruby-zip/Makefile   |  4 ++--
 textproc/ruby-rdtool/Makefile |  4 ++--
 www/ruby-websocket/Makefile   |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 07ebfb514db6 -r c2d727059c7b archivers/ruby-zip/Makefile
--- a/archivers/ruby-zip/Makefile       Sun May 17 12:57:16 2015 +0000
+++ b/archivers/ruby-zip/Makefile       Sun May 17 12:57:18 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2015/02/03 13:37:45 taca Exp $
+# $NetBSD: Makefile,v 1.14 2015/05/17 13:02:56 sevan Exp $
 
 DISTNAME=      rubyzip-1.1.7
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby//}
@@ -9,7 +9,7 @@
 COMMENT=       Ruby module for reading and writing zip files
 LICENSE=       ruby-license
 
-RUBY_VERSION_SUPPORTED=        200 193 21
+RUBY_VERSION_SUPPORTED=        193 200 21 22
 
 pre-configure:
        ${CHMOD} -R -x ${WRKSRC}/Rakefile ${WRKSRC}/lib/zip/*.rb
diff -r 07ebfb514db6 -r c2d727059c7b textproc/ruby-rdtool/Makefile
--- a/textproc/ruby-rdtool/Makefile     Sun May 17 12:57:16 2015 +0000
+++ b/textproc/ruby-rdtool/Makefile     Sun May 17 12:57:18 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2015/03/13 23:10:13 taca Exp $
+# $NetBSD: Makefile,v 1.37 2015/05/17 12:57:18 sevan Exp $
 
 DISTNAME=      rdtool-0.6.38
 CATEGORIES=    textproc ruby
@@ -20,7 +20,7 @@
 SUBST_SED.path=                -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|"
 SUBST_MESSAGE.path=    Fixing PKG_SYSCONFDIR paths.
 
-RUBY_VERSION_SUPPORTED= 200 193 18 21
+RUBY_VERSION_SUPPORTED= 18 193 200 21 22
 
 .include "../../lang/ruby/gem.mk"
 .include "../../lang/ruby/modules.mk"
diff -r 07ebfb514db6 -r c2d727059c7b www/ruby-websocket/Makefile
--- a/www/ruby-websocket/Makefile       Sun May 17 12:57:16 2015 +0000
+++ b/www/ruby-websocket/Makefile       Sun May 17 12:57:18 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/03/01 15:43:39 taca Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/17 12:58:02 sevan Exp $
 
 DISTNAME=      websocket-1.2.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@
 
 USE_LANGUAGES= # none
 
-RUBY_VERSION_SUPPORTED=        200 21 193
+RUBY_VERSION_SUPPORTED=        193 200 21 22
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index