pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-net-telnet



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Oct 22 15:45:46 UTC 2018

Modified Files:
        pkgsrc/net/ruby-net-telnet: Makefile

Log Message:
ruby-net-telnet: Limit to ruby22.

Appears to be bundled with ruby23-base and newer, leading to conflicts.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ruby-net-telnet/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ruby-net-telnet/Makefile
diff -u pkgsrc/net/ruby-net-telnet/Makefile:1.1 pkgsrc/net/ruby-net-telnet/Makefile:1.2
--- pkgsrc/net/ruby-net-telnet/Makefile:1.1     Sat Jun 10 16:28:22 2017
+++ pkgsrc/net/ruby-net-telnet/Makefile Mon Oct 22 15:45:46 2018
@@ -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 @@ HOMEPAGE=       https://github.com/ruby/net-te
 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