From: Klemens Nanni Subject: puppet-lint: update to 5.1.0 to unbreak with latest ruby/openvox To: ports , Sebastian Reitenbach Date: Wed, 01 Oct 2025 22:17:53 +0000 5.0.0 is relatively recent, but not new enough be usable with our latest ruby/openvox/puppet packages, at least with any of my manifests. no failures with the latest version anymore. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/ruby-puppet-lint/Makefile,v diff -u -p -r1.38 Makefile --- Makefile 24 Sep 2025 19:59:12 -0000 1.38 +++ Makefile 1 Oct 2025 21:57:51 -0000 @@ -1,6 +1,6 @@ COMMENT= ensure your Puppet manifests conform with the style guide -DISTNAME= puppet-lint-5.0.0 +DISTNAME= puppet-lint-5.1.0 CATEGORIES= sysutils Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/ruby-puppet-lint/distinfo,v diff -u -p -r1.27 distinfo --- distinfo 24 Sep 2025 19:59:12 -0000 1.27 +++ distinfo 1 Oct 2025 21:57:56 -0000 @@ -1,2 +1,2 @@ -SHA256 (puppet-lint-5.0.0.gem) = AQYJpu6jBOa3azbNL61p2ndilJVVTZeT624dVk7p6C0= -SIZE (puppet-lint-5.0.0.gem) = 83968 +SHA256 (puppet-lint-5.1.0.gem) = kFYbZ3NoEVoLQPN9nAplwIvnYCwTccFl99gcbChrzJY= +SIZE (puppet-lint-5.1.0.gem) = 84480 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/sysutils/ruby-puppet-lint/pkg/PLIST,v diff -u -p -r1.20 PLIST --- pkg/PLIST 24 Sep 2025 19:59:12 -0000 1.20 +++ pkg/PLIST 1 Oct 2025 21:58:47 -0000 @@ -110,6 +110,7 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/spec_he ${GEM_LIB}/gems/${DISTNAME}/spec/unit/ ${GEM_LIB}/gems/${DISTNAME}/spec/unit/puppet-lint/ ${GEM_LIB}/gems/${DISTNAME}/spec/unit/puppet-lint/bin_spec.rb +${GEM_LIB}/gems/${DISTNAME}/spec/unit/puppet-lint/checkplugin_spec.rb ${GEM_LIB}/gems/${DISTNAME}/spec/unit/puppet-lint/checks_spec.rb ${GEM_LIB}/gems/${DISTNAME}/spec/unit/puppet-lint/configuration_spec.rb ${GEM_LIB}/gems/${DISTNAME}/spec/unit/puppet-lint/data_spec.rb