pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ruby-chef



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Sep 30 16:14:50 UTC 2020

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

Log Message:
ruby-chef: Incompatible with ruby25.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/ruby-chef/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/Makefile
diff -u pkgsrc/sysutils/ruby-chef/Makefile:1.16 pkgsrc/sysutils/ruby-chef/Makefile:1.17
--- pkgsrc/sysutils/ruby-chef/Makefile:1.16     Mon Sep 14 16:59:37 2020
+++ pkgsrc/sysutils/ruby-chef/Makefile  Wed Sep 30 16:14:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/09/14 16:59:37 taca Exp $
+# $NetBSD: Makefile,v 1.17 2020/09/30 16:14:50 jperkin Exp $
 
 DISTNAME=      chef-16.0.287
 PKGREVISION=   1
@@ -47,6 +47,8 @@ USE_LANGUAGES=        # none
 OVERRIDE_GEMSPEC+=     uuidtools>=2.1.5
 RUBYGEM_OPTIONS+=      --format-executable
 
+RUBY_VERSIONS_INCOMPATIBLE=    25      # ruby-chef-zero
+
 pre-configure:
        cd ${WRKSRC}/bin && ${FIND} . -type f -exec ${CHMOD} ${BINMODE} {} \;
 



Home | Main Index | Thread Index | Old Index