pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-ohai Limit Ruby versions to 2.0.x and 2.1.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ab9a58b7187
branches:  trunk
changeset: 644941:7ab9a58b7187
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Jan 20 07:45:28 2015 +0000

description:
Limit Ruby versions to 2.0.x and 2.1.x

diffstat:

 misc/ruby-ohai/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a1d5a60e60de -r 7ab9a58b7187 misc/ruby-ohai/Makefile
--- a/misc/ruby-ohai/Makefile   Tue Jan 20 06:43:09 2015 +0000
+++ b/misc/ruby-ohai/Makefile   Tue Jan 20 07:45:28 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/01/19 21:21:11 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2015/01/20 07:45:28 fhajny Exp $
 
 DISTNAME=      ohai-8.0.1
 CATEGORIES=    misc
@@ -21,5 +21,7 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-ipaddress>=0.8.0:../../net/ruby-ipaddress
 DEPENDS+=      ${RUBY_PKGPREFIX}-net-dhcp>=0:../../net/ruby-net-dhcp
 
+RUBY_VERSION_SUPPORTED=        200 21
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index