IABSD.fr/ports/sysutils/ruby-puppet

Branch :


Log

Author Commit Date CI Message
fbe4b4bd 2021-03-16 18:43:40 Account for "-W0" in pexp sebastia added "-W0" to Puppet 5 in > revision 1.33 > date: 2021/01/18 22:26:11; author: sebastia; state: Exp; lines: +4 -2 > suppress the huge number of deprecation/obsolete warnings since Ruby 2.7 Adapt Puppet 6 equally and adjust their common rc script accordingly to complete this commit to unbreak "rcctl check puppet". Reported and tested by giovanni OK giovanni
3cbe1c2f 2021-02-23 19:39:08 Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not.
5fd2152a 2021-02-17 18:45:58 Update to puppet 6.21.1 https://puppet.com/docs/puppet/6.21/release_notes_puppet.html
51ef9f1d 2021-02-10 12:32:37 Update to Puppet 6.21.0 https://puppet.com/docs/puppet/6.21/release_notes_puppet.html
a0b6cc87 2021-02-02 20:10:09 get rid of these annoying warnings since ruby 2.7: file_impl.rb:80: warning: Using the last argument as keyword parameters is deprecated
d1ecbfe1 2021-01-24 20:25:11 Fix PLIST after README removal Noticed by naddy
ac9db2ea 2021-01-23 12:46:15 Remove obsolete README Mcollective support has been deprecated with Puppet 5.5.4, official documentation links in the README are dead. OK sebastia
b3605e4e 2021-01-21 11:51:17 Update to Puppet 6.20 https://puppet.com/docs/puppet/6.20/release_notes_puppet.html
f57f7006 2021-01-18 22:26:11 suppress the huge number of deprecation/obsolete warnings since Ruby 2.7
cf2ef1bb 2021-01-16 04:45:36 Fix Puppet 5 after switching Ruby from 2.6 to 2.7 The sync gem has been removed from Ruby 2.7, add new port to RUN_DEPENDS to fix "cannot load such file -- sync" on puppet(1) usage. Found the hard way and diagnosed by giovanni when upgrading agents from 6.8 -stable to snapshots. Help from gkoehler by porting the ruby-sync gem. OK and tested with Puppet 5.5 agent on -CURRENT with Puppet 5.5 server on 6.8 -stable by giovanni