non port: sysutils/puppetserver6/Makefile |
Number of commits found: 48 |
Thursday, 1 Jun 2023
|
18:56 Rene Ladan (rene)
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
03835de |
Saturday, 29 Apr 2023
|
01:36 Romain Tartière (romain)
sysutils/puppetserver8: New port
Puppet master is a Ruby application that compiles configurations
for any number of Puppet agent nodes, using Puppet code and various
other data sources. (For more info, see Overview of Puppet's
Architecture.)
Puppet Server is an application that runs on the Java Virtual Machine
(JVM) and provides the same services as the classic Puppet master
application. It mostly does this by running the existing Puppet
master code in several JRuby interpreters, but it replaces some
parts of the classic application with new services written in
Clojure.
e9c5ed3 |
Tuesday, 4 Apr 2023
|
18:10 Muhammad Moinur Rahman (bofh)
*/*: Refactor java/openjdk7 removal
- java/openjdk7* has been removed from the tree since 2022-09-03 however
the relevant codebases in bsd.java.mk has not been removed and the
consumers has also not been updated to use the next jdk version. This
commit updates all relevant consumers to use JAVA_VERSION=8 instead of
JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
jdk version 8(java version string 1.8). This is prone to error as it
looks similar and is only seperated by a '.'. Remove using
JAVA_VERSION with dotted fomat of java version string and update all
consumers to utilize version 8 instead of 1.8.
Approved by: portmgr (blanket)
4cda17a |
Friday, 3 Mar 2023
|
16:48 Romain Tartière (romain)
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
febd99f |
Saturday, 14 Jan 2023
|
23:08 Muhammad Moinur Rahman (bofh)
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
18c6e18 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Saturday, 6 Aug 2022
|
03:04 Romain Tartière (romain)
sysutils/puppetserver6: Update to 6.20.0
Release notes:
https://puppet.com/docs/puppet/6/server/release_notes.html#puppet-server-6200
With hat: puppet
0ae823c |
Friday, 22 Apr 2022
|
23:26 Romain Tartière (romain)
sysutils/puppetserver6: Update to 6.19.0
Release notes:
https://puppet.com/docs/puppet/6/server/release_notes.html#puppet-server-6190
With hat: puppet
23aeb3c |
Friday, 21 Jan 2022
|
18:49 Romain Tartière (romain)
sysutils/puppetserver6: Update to 6.18.0
Release notes:
https://puppet.com/docs/puppet/6/server/release_notes.html#puppet-server-6180
With hat: puppet
6a1d1d0 |
Thursday, 25 Nov 2021
|
21:40 Stefan Eßer (se)
*/*: 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)
04b9da4 |
Wednesday, 10 Nov 2021
|
06:37 Romain Tartière (romain)
sysutils/puppetserver6: Update to 6.17.1
Release notes:
https://puppet.com/docs/puppet/6/server/release_notes.html#puppet-server-6171
With hat: puppet
2fe6688 |
Saturday, 16 Oct 2021
|
09:51 Jimmy Olgeni (olgeni)
*: fix tab vs. space issues, and comments according to the guide.
4460cf7 |
Thursday, 14 Oct 2021
|
05:40 Romain Tartière (romain)
sysutils/puppetserver6: Update to 6.17.0
Release notes:
https://puppet.com/docs/puppet/6/server/release_notes.html#puppet-server-6170
With hat: puppet
6d1d999 |
Thursday, 22 Jul 2021
|
05:44 Romain Tartière (romain)
sysutils/puppetserver6: Update to 6.16.1
Release notes:
https://puppet.com/docs/puppet/6/server/release_notes.html#puppet-server-6161
With hat: puppet
0c81646 |
Friday, 25 Jun 2021
|
20:03 Romain Tartière (romain)
sysutils/puppetserver6: Update to 6.16.0
Release notes:
https://puppet.com/docs/puppet/6/server/release_notes.html#puppet-server-6160
With hat: puppet
88796ce |
Saturday, 1 May 2021
|
00:15 Romain Tartière (romain)
sysutils/puppetserver6: Update to 6.15.3
Release notes:
https://puppet.com/docs/puppet/6.22/server/release_notes.html#puppet-server-6153
With hat: puppet
1c094bb |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 19 Feb 2021
|
23:13 romain
Update to 6.15.1
Release notes:
https://puppet.com/docs/puppet/6.21/server/release_notes.html#puppet-server-6151
With hat: puppet
 |
Friday, 22 Jan 2021
|
21:52 romain
Update to 6.15.0
Release notes:
https://puppet.com/docs/puppet/6.20/server/release_notes.html#puppet-server-6150
With hat: puppet
 |
Friday, 4 Dec 2020
|
20:45 romain
Hello PuppetServer 7!
Actually update sysutils/puppetserver7 from a copy of sysutils/puppetserver6
and a few minor tweaks.
While here, prepare sysutils/puppetserver6 for allowing to migrate the Puppet
CA in case users of the previous version of Puppet want to migrate it before
switching to Puppet 7.
With hat: puppet
 |
Friday, 6 Nov 2020
|
22:09 romain
Update to 6.14.1
Release notes:
https://puppet.com/docs/puppet/6.19/server/release_notes.html#puppet-server-6141
With hat: puppet
 |
Friday, 23 Oct 2020
|
18:43 romain
Update to 6.14.0
Release notes:
https://puppet.com/docs/puppet/6.19/server/release_notes.html#puppet-server-6140
While here, adjust the default configuration file so that it is not required to
tune it after ech dependency upgrade.
With hat: puppet
 |
Monday, 31 Aug 2020
|
20:06 romain
Update to 6.13.0
Release notes:
https://puppet.com/docs/puppetserver/latest/release_notes.html#puppet-server-6130
While here, allow to use Facter 4.x which is now in the FreeBSD tree.
With hat: puppet
 |
Thursday, 16 Jul 2020
|
04:35 romain
Update to 6.12.1
Release notes:
https://puppet.com/docs/puppetserver/latest/release_notes.html#puppet-server-6121
With hat: puppet
 |
Thursday, 4 Jun 2020
|
22:25 romain
Update to 6.12.0
Release notes:
https://puppet.com/docs/puppetserver/latest/release_notes.html#puppet-server-6120
With hat: puppet
 |
Friday, 1 May 2020
|
18:32 romain
Update to 6.11.0
Release notes:
https://puppet.com/docs/puppetserver/latest/release_notes.html#puppet-server-6110
With hat: puppet
 |
Tuesday, 28 Apr 2020
|
03:26 romain
Update to 6.10.0
Release notes:
https://puppet.com/docs/puppetserver/latest/release_notes.html#puppet-server-6100
With hat: puppet
 |
Monday, 23 Mar 2020
|
17:16 romain
Update to 6.9.2
Release notes:
https://puppet.com/docs/puppetserver/latest/release_notes.html#puppet-server-692
With hat: puppet
 |
Friday, 21 Feb 2020
|
17:40 romain
Update to 6.9.0
Release notes:
https://puppet.com/docs/puppetserver/latest/release_notes.html#puppet-server-690
While here, chase concurrent-ruby update.
With hat: puppet
 |
Saturday, 18 Jan 2020
|
02:57 romain
Update to 6.8.0
Release notes:
https://puppet.com/docs/puppetserver/latest/release_notes.html#puppet-server-680
With hat: puppet
 |
Friday, 29 Nov 2019
|
00:20 romain
Update to 6.7.2
Release notes:
https://puppet.com/docs/puppetserver/6.5/release_notes.html (sic)
With hat: puppet
 |
Tuesday, 22 Oct 2019
|
00:11 romain
Update to 6.7.1
Release notes:
https://puppet.com/docs/puppetserver/latest/release_notes.html#puppet-server-671
With hat: puppet
 |
Thursday, 3 Oct 2019
|
22:26 romain
Update to 6.7.0
Release notes:
https://puppet.com/docs/puppetserver/latest/release_notes.html#puppet-server-670
With hat: puppet
 |
Monday, 23 Sep 2019
|
18:02 romain
Update to 6.6.0
- Unbreak on FreeBSD 12+ (this version bundles an updated version of jRuby
which allows running the PuppetServer on hosts with 64 bits inodes);
- Override the jRuby bundled ffi.rb to workaround a NullPointerException when
trying to open an inexistent file;
- Remove deprecated Java flags;
Release notes:
https://puppet.com/docs/puppetserver/latest/release_notes.html#puppet-server-660
With hat: puppet
 |
Wednesday, 24 Jul 2019
|
21:25 romain
Update to 6.5.0
Release notes:
https://puppet.com/docs/puppetserver/6.5/release_notes.html#puppet-server-650
With hat: puppet
 |
Sunday, 23 Jun 2019
|
07:39 romain
Update to 6.4.0
Release notes:
https://puppet.com/docs/puppetserver/6.4/release_notes.html#puppet-server-640
With hat: puppet
 |
Tuesday, 30 Apr 2019
|
18:12 zleslie
Ensure java options are utilized
Without this change, the doc for the rc script references the ability pass Java
opts to the start command, but those references are never used. Here we ensure
that thse options are respected and implemented.
PR: 237295
Reviewed by: mat(mentor),romain
Approved by: mat(mentor),romain
Differential Revision: D20010
 |
Wednesday, 3 Apr 2019
|
18:47 romain
Update to 6.3.0
Release notes:
https://puppet.com/docs/puppetserver/6.3/release_notes.html#puppet-server-630
With hat: puppet
 |
Sunday, 17 Mar 2019
|
16:38 zleslie
Add -f to puppetserver daemon call
Without this in place, the rc script does not successfully start the
puppetserver service on hardware or virtualized systems, leaving jails as the
only functional way to run puppetserver.
PR: 236389
Reviewed by: mat(mentor)
Approved by: mat(mentor)
Differential Revision: D19610
 |
Friday, 15 Mar 2019
|
19:34 romain
Mark broken on FreeBSD 12+
On FreeBSD 12 and FreeBSD 13, puppetserver6 fails to start. The issue will
likely not be fixed in a timely fashion, so make it clear to end-users that
the port is broken.
As a workaround, users of FreeBSD 12.0 can install puppetserver6 in a
FreeBSD 11.2 jail.
More details, progress and ways to help can be found in the PR 233766.
With hat: puppet
PR: 233766
Reported by: bas@area536.com
 |
Thursday, 21 Feb 2019
|
19:34 romain
Update to 6.2.1
Release notes:
https://puppet.com/docs/puppetserver/6.2/release_notes.html#puppet-server-621
With hat: puppet
 |
Sunday, 10 Feb 2019
|
18:17 zleslie
Without this change, the puppetserver foreground is non-functional.
This is a useful command when trying to debug ruby inside of the JVM.
Approved by: mat(mentor)
Differential Revision: D19137
 |
Friday, 25 Jan 2019
|
17:51 romain
Update to 6.2.0
Release notes:
https://puppet.com/docs/puppetserver/6.2/release_notes.html#puppet-server-620
With hat: puppet
 |
Thursday, 20 Dec 2018
|
02:11 romain
Update to 6.1.0
Release notes:
https://puppet.com/docs/puppetserver/6.1/release_notes.html#puppet-server-610
With hat: puppet
 |
Friday, 26 Oct 2018
|
10:25 romain
Update to 6.0.2
Release notes:
https://puppet.com/docs/puppetserver/6.0/release_notes.html#puppet-server-602
With hat: puppet
 |
Wednesday, 3 Oct 2018
|
16:58 romain
Update to 6.0.1
Release notes:
https://puppet.com/docs/puppetserver/6.0/release_notes.html#puppet-server-601
While here, regenerate patches with make makepatch, and fix warnings in the
logs by pointing the server to ruby multi_json gem (quick fix for now, we will
have to improve this in the future).
With hat: puppet
 |
Thursday, 27 Sep 2018
|
07:59 romain
New port: sysutils/puppetserver6
Release notes:
https://puppet.com/docs/puppetserver/6.0/release_notes.html
With hat: puppet
 |
Number of commits found: 48 |