pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ruby-net-telnet ruby-net-telnet: Limit to ruby22.
details: https://anonhg.NetBSD.org/pkgsrc/rev/acb3ec5aa1c6
branches: trunk
changeset: 324523:acb3ec5aa1c6
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon Oct 22 15:45:46 2018 +0000
description:
ruby-net-telnet: Limit to ruby22.
Appears to be bundled with ruby23-base and newer, leading to conflicts.
diffstat:
net/ruby-net-telnet/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 1e5058272fc7 -r acb3ec5aa1c6 net/ruby-net-telnet/Makefile
--- a/net/ruby-net-telnet/Makefile Mon Oct 22 15:42:46 2018 +0000
+++ b/net/ruby-net-telnet/Makefile Mon Oct 22 15:45:46 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/06/10 16:28:22 taca Exp $
+# $NetBSD: Makefile,v 1.2 2018/10/22 15:45:46 jperkin Exp $
DISTNAME= net-telnet-0.1.1
CATEGORIES= net
@@ -8,5 +8,8 @@
COMMENT= Provides telnet client functionality
LICENSE= ruby-license OR 2-clause-bsd
+# Appears to be bundled with ruby23-base and newer.
+RUBY_VERSIONS_ACCEPTED= 22
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index