pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ruby-chef-zero



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Sep 30 08:57:21 UTC 2020

Modified Files:
        pkgsrc/sysutils/ruby-chef-zero: Makefile

Log Message:
ruby-chef-zero: Does not support ruby25.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/ruby-chef-zero/Makefile

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

Modified files:

Index: pkgsrc/sysutils/ruby-chef-zero/Makefile
diff -u pkgsrc/sysutils/ruby-chef-zero/Makefile:1.13 pkgsrc/sysutils/ruby-chef-zero/Makefile:1.14
--- pkgsrc/sysutils/ruby-chef-zero/Makefile:1.13        Tue Mar 24 18:06:28 2020
+++ pkgsrc/sysutils/ruby-chef-zero/Makefile     Wed Sep 30 08:57:21 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/03/24 18:06:28 taca Exp $
+# $NetBSD: Makefile,v 1.14 2020/09/30 08:57:21 jperkin Exp $
 
 DISTNAME=      chef-zero-15.0.0
 CATEGORIES=    sysutils
@@ -16,6 +16,8 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-rack>=2.0.6<
 
 RUBYGEM_OPTIONS+=      --format-executable
 
+RUBY_VERSIONS_INCOMPATIBLE=    25
+
 pre-configure:
        cd ${WRKSRC}/bin && ${CHMOD} ${BINMODE} chef-zero
 



Home | Main Index | Thread Index | Old Index