pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-train-core



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep  6 09:24:01 UTC 2022

Modified Files:
        pkgsrc/net/ruby-train-core: Makefile

Log Message:
ruby-train-core: does not support ruby 2.6


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/ruby-train-core/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-train-core/Makefile
diff -u pkgsrc/net/ruby-train-core/Makefile:1.15 pkgsrc/net/ruby-train-core/Makefile:1.16
--- pkgsrc/net/ruby-train-core/Makefile:1.15    Sun Sep  4 16:20:18 2022
+++ pkgsrc/net/ruby-train-core/Makefile Tue Sep  6 09:24:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/09/04 16:20:18 taca Exp $
+# $NetBSD: Makefile,v 1.16 2022/09/06 09:24:01 wiz Exp $
 
 DISTNAME=      train-core-3.10.1
 CATEGORIES=    net
@@ -16,5 +16,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-net-scp>=1.2
 
 USE_LANGUAGES= # none
 
+RUBY_VERSIONS_INCOMPATIBLE=    26
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index