notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: sysutils/puppet6/Makefile
SVNWeb

Number of commits found: 58

Thu, 1 Jun 2023
[ 18:56 Rene Ladan (rene) search for other commits by this committer ]    commit hash:03835de8027887144119ed64e066c67d7981e829  commit hash:03835de8027887144119ed64e066c67d7981e829  commit hash:03835de8027887144119ed64e066c67d7981e829  03835de  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
cleanup: Remove expired puppet6 ports:

2023-06-01 sysutils/puppet6: Puppet 6 has reached EOL
2023-06-01 sysutils/puppetserver6: Puppet 6 has reached EOL
2023-06-01 databases/puppetdb6: Puppet 6 has reached EOL
2023-06-01 databases/puppetdb-terminus6: Puppet 6 has reached EOL
Sat, 29 Apr 2023
[ 01:36 Romain Tartière (romain) search for other commits by this committer ]    commit hash:53c3c6d2e159f6d66141f2babe888993e747a86e  commit hash:53c3c6d2e159f6d66141f2babe888993e747a86e  commit hash:53c3c6d2e159f6d66141f2babe888993e747a86e  53c3c6d  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
sysutils/puppet8: New port

Puppet lets you centrally manage every important aspect of your system using
a cross-platform specification language that manages all the separate
elements normally aggregated in different files, like users, cron jobs, and
hosts, along with obviously discrete elements like packages, services, and
files.
Sat, 25 Mar 2023
[ 21:17 Romain Tartière (romain) search for other commits by this committer ]    commit hash:4a4cf3521474a4abf876c39679e39624a6303fbc  commit hash:4a4cf3521474a4abf876c39679e39624a6303fbc  commit hash:4a4cf3521474a4abf876c39679e39624a6303fbc  4a4cf352 
sysutils/puppet6: Mark broken with Ruby 3.2

Just like Ruby 3.0 and 3.1 are not supported, Ruby 3.2 is not supported.

With hat:	puppet
Fri, 24 Mar 2023
[ 22:24 Romain Tartière (romain) search for other commits by this committer ]    commit hash:266e23fd78acb1d2a4285a4419982c89ad025748  commit hash:266e23fd78acb1d2a4285a4419982c89ad025748  commit hash:266e23fd78acb1d2a4285a4419982c89ad025748  266e23f 
sysutils/puppet6: Switch back to older concurrent-ruby

This revert 347b5b85e274420b07a8ed58ef8dc1640d9fa69e and update the
dependency on concurrent-ruby to use version 1.1.

With hat:	puppet
Fri, 3 Mar 2023
[ 16:48 Romain Tartière (romain) search for other commits by this committer ]    commit hash:febd99ffe00ed2933766851df171dd20c64469dc  commit hash:febd99ffe00ed2933766851df171dd20c64469dc  commit hash:febd99ffe00ed2933766851df171dd20c64469dc  febd99f 
sysutils/puppet6: Deprecate Puppet 6 ports

Puppet 6 has reached EOL:
https://www.puppet.com/docs/puppet/6/platform_lifecycle.html

Users are advised to migrate to Puppet 7.  Puppet 8 is expected to be
released soon.

With hat:	puppet
Sun, 5 Feb 2023
[ 15:50 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:347b5b85e274420b07a8ed58ef8dc1640d9fa69e  commit hash:347b5b85e274420b07a8ed58ef8dc1640d9fa69e  commit hash:347b5b85e274420b07a8ed58ef8dc1640d9fa69e  347b5b8 
sysutils/puppet6: Fix build with rubygem-concurrent-ruby 1.2.0+

- Bump PORTREVISION for package change

Use ThreadLocalVar instead of RubyThreadLocalVar which was removed in 1.2.0.
RubyThreadLocalVar is a private class and an implementation detail.

Reference:	https://github.com/ruby-concurrency/concurrent-ruby/pull/988
		https://github.com/ruby-concurrency/concurrent-ruby/issues/986
		https://github.com/puppetlabs/puppet/commit/9182bc3dd2576f409a6d01fb5c08d392670e90a2
Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 20 Aug 2022
[ 02:32 Romain Tartière (romain) search for other commits by this committer ]    commit hash:681e32faea72f0eff7fbac95e7d21ecfe576c829  commit hash:681e32faea72f0eff7fbac95e7d21ecfe576c829  commit hash:681e32faea72f0eff7fbac95e7d21ecfe576c829  681e32f 
sysutils/puppet6: Bundle core modules with Puppet

The AIO Package vendor these modules, so also vendor them on FreeBSD.

PR:		264277
Reported by:	albert.shih@obspm.fr
With hat:	puppet
Fri, 12 Aug 2022
[ 14:46 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:4cf39decb348615b9c8a28370d987a85d1b8a5ed  commit hash:4cf39decb348615b9c8a28370d987a85d1b8a5ed  commit hash:4cf39decb348615b9c8a28370d987a85d1b8a5ed  4cf39de  (Only the first 10 of 722 ports in this commit are shown above. View all ports for this commit)
*/*: bump all consumers after recent boost upgrade
Sat, 6 Aug 2022
[ 03:04 Romain Tartière (romain) search for other commits by this committer ]    commit hash:76c1cbe8f549d45ce33f7a56aa9d56dbbd5e58c4  commit hash:76c1cbe8f549d45ce33f7a56aa9d56dbbd5e58c4  commit hash:76c1cbe8f549d45ce33f7a56aa9d56dbbd5e58c4  76c1cbe 
sysutils/puppet6: Update to 6.28.0

Release notes:
https://puppet.com/docs/puppet/6/release_notes_puppet.html#release_notes_puppet_x-28-0
Fri, 18 Mar 2022
[ 23:32 Romain Tartière (romain) search for other commits by this committer Author: Yasuhiro Kimura ]    commit hash:70af43e376356f9443662b992818fd70aba95f7e  commit hash:70af43e376356f9443662b992818fd70aba95f7e  commit hash:70af43e376356f9443662b992818fd70aba95f7e  70af43e 
sysutils/puppet6: Mark BROKEN with Ruby 3.x

=======================<phase: stage          >============================
===>  Staging for puppet6-6.26.0
===>   Generating temporary packing list
===> Creating groups.
===> Creating users
/usr/local/lib/ruby/3.0/fileutils.rb:206:in `mkdir_p': wrong number of arguments
(given 2, expected 1) (ArgumentError)
	from /wrkdirs/usr/ports/sysutils/puppet6/work/puppet-6.26.0/install.rb:80:in
`block in do_libs'
	from /wrkdirs/usr/ports/sysutils/puppet6/work/puppet-6.26.0/install.rb:76:in
`each'
	from /wrkdirs/usr/ports/sysutils/puppet6/work/puppet-6.26.0/install.rb:76:in
`do_libs'
	from /wrkdirs/usr/ports/sysutils/puppet6/work/puppet-6.26.0/install.rb:496:in
`block in <main>'
	from /usr/local/lib/ruby/3.0/fileutils.rb:139:in `chdir'
	from /usr/local/lib/ruby/3.0/fileutils.rb:139:in `cd'
	from /wrkdirs/usr/ports/sysutils/puppet6/work/puppet-6.26.0/install.rb:475:in
`<main>'
install -c -p -m 755 /tmp/puppet-binfile20220305-50220-k1a6ye
/wrkdirs/usr/ports/sysutils/puppet6/work/stage/usr/local/bin/puppet
*** Error code 1

Stop.
make: stopped in /usr/ports/sysutils/puppet6

PR:		262518
With hat:	puppet
Fri, 21 Jan 2022
[ 18:49 Romain Tartière (romain) search for other commits by this committer ]    commit hash:6be583fed20bb31177426a289686af64d056a958  commit hash:6be583fed20bb31177426a289686af64d056a958  commit hash:6be583fed20bb31177426a289686af64d056a958  6be583f 
sysutils/puppet6: Update to 6.26.0

Release notes:
https://puppet.com/docs/puppet/6/release_notes_puppet.html#release_notes_puppet_x-26-0

With hat:	puppet
Thu, 25 Nov 2021
[ 21:40 Stefan Eßer (se) search for other commits by this committer ]    commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  04b9da4  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
Thu, 11 Nov 2021
[ 06:39 Romain Tartière (romain) search for other commits by this committer ]    commit hash:b8cdbc2660728b1c1f5ca866dfc7ef4c0dab223b  commit hash:b8cdbc2660728b1c1f5ca866dfc7ef4c0dab223b  commit hash:b8cdbc2660728b1c1f5ca866dfc7ef4c0dab223b  b8cdbc2 
sysutils/puppet6: Update to 6.25.1

Release notes:
https://puppet.com/docs/puppet/6/release_notes_puppet.html#release_notes_puppet_6-24-0
(sic)

With hat:	puppet
Thu, 14 Oct 2021
[ 05:40 Romain Tartière (romain) search for other commits by this committer ]    commit hash:55952b1e637c24ad6302f394d1b3576a8ef8c5a3  commit hash:55952b1e637c24ad6302f394d1b3576a8ef8c5a3  commit hash:55952b1e637c24ad6302f394d1b3576a8ef8c5a3  55952b1 
sysutils/puppet6: Update to 6.25.0

Release notes:
https://puppet.com/docs/puppet/6/release_notes_puppet.html#release_notes_puppet_6-24-0
(sic)

With hat:	puppet
Tue, 14 Sep 2021
[ 10:55 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:fa5b14e5e04e1578745f29b203d8fdc4e4503d92  commit hash:fa5b14e5e04e1578745f29b203d8fdc4e4503d92  commit hash:fa5b14e5e04e1578745f29b203d8fdc4e4503d92  fa5b14e 
sysutils/puppet6: Fix CPE information because current one is deprecated

Approved by:    portmgr (blanket)
Fri, 25 Jun 2021
[ 19:52 Romain Tartière (romain) search for other commits by this committer ]    commit hash:957ce6fdc215680c802dabbcb6ad52914152b7e3  commit hash:957ce6fdc215680c802dabbcb6ad52914152b7e3  commit hash:957ce6fdc215680c802dabbcb6ad52914152b7e3  957ce6f 
sysutils/puppet6: Update to 6.23.0

Release notes:
https://puppet.com/docs/puppet/6/release_notes_puppet.html#release_notes_puppet_6-23-0

With hat:	puppet
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 19 Feb 2021
[ 23:12 romain search for other commits by this committer ] Original commit   Revision:566110
Update to 6.21.1

Release notes:
https://puppet.com/docs/puppet/6.21/release_notes_puppet.html#release_notes_puppet_6-21-1

With hat:	puppet
Fri, 22 Jan 2021
[ 21:48 romain search for other commits by this committer ] Original commit   Revision:562343
Update to 6.20.0

Release notes:
https://puppet.com/docs/puppet/6.20/release_notes_puppet.html#release_notes_puppet_x-19-0

With hat:	puppet
Tue, 19 Jan 2021
[ 14:37 mfechner search for other commits by this committer ] Original commit   Revision:562048
Readded dependency to rubygem-ruby-augeas again.
Even if puppet does not have a dependency to it, it breaks usage for user which
should not happen for patches.

The dep was removed here:
https://svnweb.freebsd.org/ports/head/sysutils/puppet6/Makefile?r1=558467&r2=558466&pathrev=558467

Puppet7 does not have the dep, so users can plan the migration.

PR:		252339
Reported by:	Eirik Oeverby <ltning-freebsd@anduin.net>
Sat, 19 Dec 2020
[ 19:51 romain search for other commits by this committer ] Original commit   Revision:558467
Refresh build/run dependencies

These dependencies used to be tricky but it seems that this issue has been
fixed at some point and sticking to the dependencies listed on rubygems.org
seems to be fine.

With hat:	puppet
Fri, 4 Dec 2020
[ 20:16 romain search for other commits by this committer ] Original commit   Revision:557015
Hello Puppet 7!

Add sysutils/puppet7 from a copy of sysutils/puppet6 and a few minor tweaks.

With hat:	puppet
Thu, 26 Nov 2020
[ 12:32 linimon search for other commits by this committer ] Original commit   Revision:556336
These ports now build on aarch64.

Obtained from:	lonesome.com trybroken run
Fri, 23 Oct 2020
[ 18:42 romain search for other commits by this committer ] Original commit   Revision:553126
Update to 6.19.1

Release notes:
https://puppet.com/docs/puppet/6.19/release_notes_puppet.html#release_notes_puppet_x-19-0

While here, add devel/rubygem-concurrent-ruby as a build dependency to fix
build with portmaster [1].

With hat:	puppet
PR:		250480 [1]
Reported by:	moritz.kraus@makandra.de [1]
Mon, 31 Aug 2020
[ 20:02 romain search for other commits by this committer ] Original commit   Revision:547211
Update to 6.18.0

Release notes:
https://puppet.com/docs/puppet/6.18/release_notes_puppet.html#release_notes_puppet_x-18-0

While here, reintroduce the RFACTER option to use the Future Facter 4.x with
Puppet.

With hat:	puppet
Thu, 16 Jul 2020
[ 04:34 romain search for other commits by this committer ] Original commit   Revision:542312
Update to 6.17.0

Release notes:
https://puppet.com/docs/puppet/6.17/release_notes_puppet.html#release_notes_puppet_x-17-0

With hat:	puppet
Thu, 4 Jun 2020
[ 22:24 romain search for other commits by this committer ] Original commit   Revision:537964
Update to  6.16.0

Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.15.0

With hat:	puppet
Fri, 1 May 2020
[ 18:30 romain search for other commits by this committer ] Original commit   Revision:533575
Update to 6.15.0

Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.15.0

With hat:	puppet
Mon, 23 Mar 2020
[ 17:12 romain search for other commits by this committer ] Original commit   Revision:528985
Update to 6.14.0

Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.13.0

With hat:	puppet
Fri, 21 Feb 2020
[ 17:38 romain search for other commits by this committer ] Original commit   Revision:526635
Update to 6.13.0

Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.13.0

With hat:	puppet
Sat, 18 Jan 2020
[ 02:56 romain search for other commits by this committer ] Original commit   Revision:523391
Update to 6.12.0

Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.12.0

With hat:	puppet
Fri, 29 Nov 2019
[ 00:17 romain search for other commits by this committer ] Original commit   Revision:518612
Update to 6.11.1

Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html

With hat:	puppet
Tue, 22 Oct 2019
[ 00:08 romain search for other commits by this committer ] Original commit   Revision:515157
Update to 6.10.1

Release notes:
https://puppet.com/docs/puppetserver/6.3/release_notes.html#puppet-server-631

With hat:	puppet
Thu, 3 Oct 2019
[ 22:25 romain search for other commits by this committer ] Original commit   Revision:513741
Update to 6.10.0

Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.10.0

With hat:	puppet
Mon, 23 Sep 2019
[ 17:55 romain search for other commits by this committer ] Original commit   Revision:512655
Update to 6.9.0

Release notes:
https://puppet.com/docs/puppet/6.9/release_notes_puppet.html#puppet-release-notes-x.9.0

With hat:	puppet
Wed, 28 Aug 2019
[ 18:38 romain search for other commits by this committer ] Original commit   Revision:510088
Update to 6.8.1

Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.8.1

With hat:	puppet
Wed, 21 Aug 2019
[ 20:36 romain search for other commits by this committer ] Original commit   Revision:509560
Update to 6.8.0

Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.8.0

With hat:	puppet
Fri, 26 Jul 2019
[ 19:39 romain search for other commits by this committer ] Original commit   Revision:507369
Update to 6.7.2

Release notes:
https://puppet.com/docs/puppet/6.7/release_notes_puppet.html#puppet-release-notes-x.y.2

With hat:	puppet
Tue, 23 Jul 2019
[ 21:49 romain search for other commits by this committer ] Original commit   Revision:507248
Update to 6.7.0

Release notes:
https://puppet.com/docs/puppet/6.7/release_notes_puppet.html#puppet-release-notes-x.y.0

With hat:	puppet
Mon, 1 Jul 2019
[ 21:50 romain search for other commits by this committer ] Original commit   Revision:505647
Update to 6.6.0

Release notes:
https://puppet.com/docs/puppet/6.6/release_notes_puppet.html

With hat:	puppet
Sun, 23 Jun 2019
[ 07:37 romain search for other commits by this committer ] Original commit   Revision:504926
Update to 6.5.0

Release notes:
https://puppet.com/docs/puppet/6.5/release_notes_puppet.html#release-notes-puppet

With hat:	puppet
Wed, 1 May 2019
[ 10:43 romain search for other commits by this committer ] Original commit   Revision:500589
Update to 6.4.2

Release notes:
https://puppet.com/docs/puppet/6.4/release_notes_puppet.html#puppet-release-notes-x.y.2

With hat:	puppet
Wed, 24 Apr 2019
[ 17:13 romain search for other commits by this committer ] Original commit   Revision:499866
Fix the gem package provider

The problem has been fixed upstream in the master branch but has not been
released yet.

While here, relax the fast_gettext dependency (issue is being worked on with
upstream).

With hat:	puppet
[ 02:09 romain search for other commits by this committer ] Original commit   Revision:499807
Update to 6.4.1

Release notes:
https://puppet.com/docs/puppet/6.4/release_notes_puppet.html

With hat:	puppet
Wed, 3 Apr 2019
[ 18:46 romain search for other commits by this committer ] Original commit   Revision:497747
Update to 6.4.0

Release notes:
https://puppet.com/docs/puppet/6.4/release_notes_puppet.html#reference-8475

With hat:	puppet
Sat, 23 Feb 2019
[ 05:38 romain search for other commits by this committer ] Original commit   Revision:493642
Do not hardcode /usr/local and rely on %%PREFIX%%.

While here, also add %%PREFIX%%/sbin to $PATH.
Bump PORTREVISION for this change.

With hat:	puppet
Thu, 21 Feb 2019
[ 18:34 romain search for other commits by this committer ] Original commit   Revision:493522
Update to 6.3.0

Release notes:
https://puppet.com/docs/puppet/6.3/release_notes_puppet.html

While here, switch to GitHub source to install a gemspec file for Puppet.  THis
will be needed when Bolt is imported to the FreeBSD ports tree.

With hat:	puppet
Fri, 25 Jan 2019
[ 17:50 romain search for other commits by this committer ] Original commit   Revision:491165
Update to 6.2.0

Release notes:
https://puppet.com/docs/puppet/6.2/release_notes_puppet.html

With hat:	puppet
Thu, 20 Dec 2018
[ 02:10 romain search for other commits by this committer ] Original commit   Revision:487828
Update to 6.1.0

Release notes:
https://puppet.com/docs/puppet/6.1/release_notes_puppet.html#reference-8475

WIth hat:	puppet
Thu, 22 Nov 2018
[ 19:41 romain search for other commits by this committer ] Original commit   Revision:485611
Update to 6.0.4

Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-604

With hat:	puppet
Fri, 26 Oct 2018
[ 10:21 romain search for other commits by this committer ] Original commit   Revision:483015
Update to 6.0.3

Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-603

With hat:	puppet
Thu, 4 Oct 2018
[ 21:08 romain search for other commits by this committer ] Original commit   Revision:481253
Update to 6.0.2

Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-602

With hat:	puppet
Wed, 3 Oct 2018
[ 16:56 romain search for other commits by this committer ] Original commit   Revision:481170
Update to 6.0.1

Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-601

With hat:	puppet
Fri, 28 Sep 2018
[ 14:07 romain search for other commits by this committer ] Original commit   Revision:480861
Fix build when EXAMPLES is set

Reported by:	pkg-fallout
Thu, 27 Sep 2018
[ 07:44 romain search for other commits by this committer ] Original commit   Revision:480786
New port: sysutils/puppet6

Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html

With hat:	puppet

Number of commits found: 58