notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/puppet6/Makefile

Number of commits found: 58

Thursday, 1 Jun 2023
18:56 Rene Ladan (rene) search for other commits by this committer
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
commit hash: 03835de8027887144119ed64e066c67d7981e829 commit hash: 03835de8027887144119ed64e066c67d7981e829 commit hash: 03835de8027887144119ed64e066c67d7981e829 commit hash: 03835de8027887144119ed64e066c67d7981e829 03835de
Saturday, 29 Apr 2023
01:36 Romain Tartière (romain) search for other commits by this committer
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.
commit hash: 53c3c6d2e159f6d66141f2babe888993e747a86e commit hash: 53c3c6d2e159f6d66141f2babe888993e747a86e commit hash: 53c3c6d2e159f6d66141f2babe888993e747a86e commit hash: 53c3c6d2e159f6d66141f2babe888993e747a86e 53c3c6d
Saturday, 25 Mar 2023
21:17 Romain Tartière (romain) search for other commits by this committer
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
commit hash: 4a4cf3521474a4abf876c39679e39624a6303fbc commit hash: 4a4cf3521474a4abf876c39679e39624a6303fbc commit hash: 4a4cf3521474a4abf876c39679e39624a6303fbc commit hash: 4a4cf3521474a4abf876c39679e39624a6303fbc 4a4cf352
Friday, 24 Mar 2023
22:24 Romain Tartière (romain) search for other commits by this committer
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
commit hash: 266e23fd78acb1d2a4285a4419982c89ad025748 commit hash: 266e23fd78acb1d2a4285a4419982c89ad025748 commit hash: 266e23fd78acb1d2a4285a4419982c89ad025748 commit hash: 266e23fd78acb1d2a4285a4419982c89ad025748 266e23f
Friday, 3 Mar 2023
16:48 Romain Tartière (romain) search for other commits by this committer
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
commit hash: febd99ffe00ed2933766851df171dd20c64469dc commit hash: febd99ffe00ed2933766851df171dd20c64469dc commit hash: febd99ffe00ed2933766851df171dd20c64469dc commit hash: febd99ffe00ed2933766851df171dd20c64469dc febd99f
Sunday, 5 Feb 2023
15:50 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 347b5b85e274420b07a8ed58ef8dc1640d9fa69e commit hash: 347b5b85e274420b07a8ed58ef8dc1640d9fa69e commit hash: 347b5b85e274420b07a8ed58ef8dc1640d9fa69e commit hash: 347b5b85e274420b07a8ed58ef8dc1640d9fa69e 347b5b8
Saturday, 14 Jan 2023
23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae 18c6e18
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 20 Aug 2022
02:32 Romain Tartière (romain) search for other commits by this committer
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
commit hash: 681e32faea72f0eff7fbac95e7d21ecfe576c829 commit hash: 681e32faea72f0eff7fbac95e7d21ecfe576c829 commit hash: 681e32faea72f0eff7fbac95e7d21ecfe576c829 commit hash: 681e32faea72f0eff7fbac95e7d21ecfe576c829 681e32f
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Saturday, 6 Aug 2022
03:04 Romain Tartière (romain) search for other commits by this committer
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
commit hash: 76c1cbe8f549d45ce33f7a56aa9d56dbbd5e58c4 commit hash: 76c1cbe8f549d45ce33f7a56aa9d56dbbd5e58c4 commit hash: 76c1cbe8f549d45ce33f7a56aa9d56dbbd5e58c4 commit hash: 76c1cbe8f549d45ce33f7a56aa9d56dbbd5e58c4 76c1cbe
Friday, 18 Mar 2022
23:32 Romain Tartière (romain) search for other commits by this committer Author: Yasuhiro Kimura
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
commit hash: 70af43e376356f9443662b992818fd70aba95f7e commit hash: 70af43e376356f9443662b992818fd70aba95f7e commit hash: 70af43e376356f9443662b992818fd70aba95f7e commit hash: 70af43e376356f9443662b992818fd70aba95f7e 70af43e
Friday, 21 Jan 2022
18:49 Romain Tartière (romain) search for other commits by this committer
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
commit hash: 6be583fed20bb31177426a289686af64d056a958 commit hash: 6be583fed20bb31177426a289686af64d056a958 commit hash: 6be583fed20bb31177426a289686af64d056a958 commit hash: 6be583fed20bb31177426a289686af64d056a958 6be583f
Thursday, 25 Nov 2021
21:40 Stefan Eßer (se) search for other commits by this committer
*/*: 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)
commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 04b9da4
Thursday, 11 Nov 2021
06:39 Romain Tartière (romain) search for other commits by this committer
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
commit hash: b8cdbc2660728b1c1f5ca866dfc7ef4c0dab223b commit hash: b8cdbc2660728b1c1f5ca866dfc7ef4c0dab223b commit hash: b8cdbc2660728b1c1f5ca866dfc7ef4c0dab223b commit hash: b8cdbc2660728b1c1f5ca866dfc7ef4c0dab223b b8cdbc2
Thursday, 14 Oct 2021
05:40 Romain Tartière (romain) search for other commits by this committer
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
commit hash: 55952b1e637c24ad6302f394d1b3576a8ef8c5a3 commit hash: 55952b1e637c24ad6302f394d1b3576a8ef8c5a3 commit hash: 55952b1e637c24ad6302f394d1b3576a8ef8c5a3 commit hash: 55952b1e637c24ad6302f394d1b3576a8ef8c5a3 55952b1
Tuesday, 14 Sep 2021
10:55 Bernhard Froehlich (decke) search for other commits by this committer
sysutils/puppet6: Fix CPE information because current one is deprecated

Approved by:    portmgr (blanket)
commit hash: fa5b14e5e04e1578745f29b203d8fdc4e4503d92 commit hash: fa5b14e5e04e1578745f29b203d8fdc4e4503d92 commit hash: fa5b14e5e04e1578745f29b203d8fdc4e4503d92 commit hash: fa5b14e5e04e1578745f29b203d8fdc4e4503d92 fa5b14e
Friday, 25 Jun 2021
19:52 Romain Tartière (romain) search for other commits by this committer
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
commit hash: 957ce6fdc215680c802dabbcb6ad52914152b7e3 commit hash: 957ce6fdc215680c802dabbcb6ad52914152b7e3 commit hash: 957ce6fdc215680c802dabbcb6ad52914152b7e3 commit hash: 957ce6fdc215680c802dabbcb6ad52914152b7e3 957ce6f
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 19 Feb 2021
23:12 romain search for other commits by this committer
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
Original commitRevision:566110 
Friday, 22 Jan 2021
21:48 romain search for other commits by this committer
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
Original commitRevision:562343 
Tuesday, 19 Jan 2021
14:37 mfechner search for other commits by this committer
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>
Original commitRevision:562048 
Saturday, 19 Dec 2020
19:51 romain search for other commits by this committer
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
Original commitRevision:558467 
Friday, 4 Dec 2020
20:16 romain search for other commits by this committer
Hello Puppet 7!

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

With hat:	puppet
Original commitRevision:557015 
Thursday, 26 Nov 2020
12:32 linimon search for other commits by this committer
These ports now build on aarch64.

Obtained from:	lonesome.com trybroken run
Original commitRevision:556336 
Friday, 23 Oct 2020
18:42 romain search for other commits by this committer
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]
Original commitRevision:553126 
Monday, 31 Aug 2020
20:02 romain search for other commits by this committer
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
Original commitRevision:547211 
Thursday, 16 Jul 2020
04:34 romain search for other commits by this committer
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
Original commitRevision:542312 
Thursday, 4 Jun 2020
22:24 romain search for other commits by this committer
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
Original commitRevision:537964 
Friday, 1 May 2020
18:30 romain search for other commits by this committer
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
Original commitRevision:533575 
Monday, 23 Mar 2020
17:12 romain search for other commits by this committer
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
Original commitRevision:528985 
Friday, 21 Feb 2020
17:38 romain search for other commits by this committer
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
Original commitRevision:526635 
Saturday, 18 Jan 2020
02:56 romain search for other commits by this committer
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
Original commitRevision:523391 
Friday, 29 Nov 2019
00:17 romain search for other commits by this committer
Update to 6.11.1

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

With hat:	puppet
Original commitRevision:518612 
Tuesday, 22 Oct 2019
00:08 romain search for other commits by this committer
Update to 6.10.1

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

With hat:	puppet
Original commitRevision:515157 
Thursday, 3 Oct 2019
22:25 romain search for other commits by this committer
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
Original commitRevision:513741 
Monday, 23 Sep 2019
17:55 romain search for other commits by this committer
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
Original commitRevision:512655 
Wednesday, 28 Aug 2019
18:38 romain search for other commits by this committer
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
Original commitRevision:510088 
Wednesday, 21 Aug 2019
20:36 romain search for other commits by this committer
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
Original commitRevision:509560 
Friday, 26 Jul 2019
19:39 romain search for other commits by this committer
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
Original commitRevision:507369 
Tuesday, 23 Jul 2019
21:49 romain search for other commits by this committer
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
Original commitRevision:507248 
Monday, 1 Jul 2019
21:50 romain search for other commits by this committer
Update to 6.6.0

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

With hat:	puppet
Original commitRevision:505647 
Sunday, 23 Jun 2019
07:37 romain search for other commits by this committer
Update to 6.5.0

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

With hat:	puppet
Original commitRevision:504926 
Wednesday, 1 May 2019
10:43 romain search for other commits by this committer
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
Original commitRevision:500589 
Wednesday, 24 Apr 2019
17:13 romain search for other commits by this committer
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
Original commitRevision:499866 
02:09 romain search for other commits by this committer
Update to 6.4.1

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

With hat:	puppet
Original commitRevision:499807 
Wednesday, 3 Apr 2019
18:46 romain search for other commits by this committer
Update to 6.4.0

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

With hat:	puppet
Original commitRevision:497747 
Saturday, 23 Feb 2019
05:38 romain search for other commits by this committer
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
Original commitRevision:493642 
Thursday, 21 Feb 2019
18:34 romain search for other commits by this committer
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
Original commitRevision:493522 
Friday, 25 Jan 2019
17:50 romain search for other commits by this committer
Update to 6.2.0

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

With hat:	puppet
Original commitRevision:491165 
Thursday, 20 Dec 2018
02:10 romain search for other commits by this committer
Update to 6.1.0

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

WIth hat:	puppet
Original commitRevision:487828 
Thursday, 22 Nov 2018
19:41 romain search for other commits by this committer
Update to 6.0.4

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

With hat:	puppet
Original commitRevision:485611 
Friday, 26 Oct 2018
10:21 romain search for other commits by this committer
Update to 6.0.3

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

With hat:	puppet
Original commitRevision:483015 
Thursday, 4 Oct 2018
21:08 romain search for other commits by this committer
Update to 6.0.2

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

With hat:	puppet
Original commitRevision:481253 
Wednesday, 3 Oct 2018
16:56 romain search for other commits by this committer
Update to 6.0.1

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

With hat:	puppet
Original commitRevision:481170 
Friday, 28 Sep 2018
14:07 romain search for other commits by this committer
Fix build when EXAMPLES is set

Reported by:	pkg-fallout
Original commitRevision:480861 
Thursday, 27 Sep 2018
07:44 romain search for other commits by this committer
New port: sysutils/puppet6

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

With hat:	puppet
Original commitRevision:480786 

Number of commits found: 58