pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/ruby-chef ruby-chef: Incompatible with ruby25.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e33e2a9c863b
branches: trunk
changeset: 439957:e33e2a9c863b
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Wed Sep 30 16:14:50 2020 +0000
description:
ruby-chef: Incompatible with ruby25.
diffstat:
sysutils/ruby-chef/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r a2e6cf3111f8 -r e33e2a9c863b sysutils/ruby-chef/Makefile
--- a/sysutils/ruby-chef/Makefile Wed Sep 30 15:51:50 2020 +0000
+++ b/sysutils/ruby-chef/Makefile Wed Sep 30 16:14:50 2020 +0000
@@ -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 @@
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