svn commit: r556170 - head/sysutils/puppet5
Matthias Fechner
mfechner at FreeBSD.org
Tue Nov 24 16:12:39 UTC 2020
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
More information about the svn-ports-all
mailing list