Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2020 16:12:39 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556170 - head/sysutils/puppet5
Message-ID:  <202011241612.0AOGCdFa060266@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Tue Nov 24 16:12:39 2020
New Revision: 556170
URL: https://svnweb.freebsd.org/changeset/ports/556170

Log:
  Mark puppet5 to be broken with ruby 2.7.
  Maybe a newer version puppet 6.x or 7.x must be used to work with ruby 2.7.
  
  PR:		244787

Modified:
  head/sysutils/puppet5/Makefile

Modified: head/sysutils/puppet5/Makefile
==============================================================================
--- head/sysutils/puppet5/Makefile	Tue Nov 24 16:05:01 2020	(r556169)
+++ head/sysutils/puppet5/Makefile	Tue Nov 24 16:12:39 2020	(r556170)
@@ -13,6 +13,8 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=		fails to install: Could not load facter; cannot install
+# maybe a newer version like puppet 6.x or 7.x must be used to work with ruby 2.7
+BROKEN_RUBY27=	yes
 
 BUILD_DEPENDS=	rubygem-hiera>=2.0:sysutils/rubygem-hiera \
 		rubygem-json_pure>=0:devel/rubygem-json_pure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011241612.0AOGCdFa060266>