<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/puppetdb8/Makefile, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>*/*: bump portrevision after java_default=25 update</title>
<updated>2026-04-02T21:06:57+00:00</updated>
<author>
<name>Ronald Klop</name>
<email>ronald@FreeBSD.org</email>
</author>
<published>2026-04-02T21:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=86813e9ccf597695e26c8104e678f913689f1e93'/>
<id>86813e9ccf597695e26c8104e678f913689f1e93</id>
<content type='text'>
Included all ports that have USES=java.

PR:	293559
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Included all ports that have USES=java.

PR:	293559
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: Deprecate discontinued OSS Puppet components</title>
<updated>2026-03-14T14:04:31+00:00</updated>
<author>
<name>Romain Tartière</name>
<email>romain@FreeBSD.org</email>
</author>
<published>2026-03-14T13:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=89421aa2dbb3b35afeecc4e88db2fb1e459313f8'/>
<id>89421aa2dbb3b35afeecc4e88db2fb1e459313f8</id>
<content type='text'>
As announced in the [2025Q4] status report, the legacy ports for Open
Source Puppet (which were abandonned by Perforce following the
aquisition of Puppetlabs), are now deprecated and scheduled for removal
in a few months.

Switching from Puppet to OpenVox is relatively straightforward: when
installing the replacement for a deprecated component, pkg(8) will
detect a conflict between the legacy component and the new one and will
prompt you to remove the deprecated package, which is the right course
of action.

For more details, refer to the [2025Q4] status report.

[2025Q4]: https://www.freebsd.org/status/report-2025-10-2025-12/#_openvox_puppet

With hat:	puppet
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As announced in the [2025Q4] status report, the legacy ports for Open
Source Puppet (which were abandonned by Perforce following the
aquisition of Puppetlabs), are now deprecated and scheduled for removal
in a few months.

Switching from Puppet to OpenVox is relatively straightforward: when
installing the replacement for a deprecated component, pkg(8) will
detect a conflict between the legacy component and the new one and will
prompt you to remove the deprecated package, which is the right course
of action.

For more details, refer to the [2025Q4] status report.

[2025Q4]: https://www.freebsd.org/status/report-2025-10-2025-12/#_openvox_puppet

With hat:	puppet
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: bump portrevision after java_default=21 update</title>
<updated>2026-02-26T08:10:21+00:00</updated>
<author>
<name>Ronald Klop</name>
<email>ronald@FreeBSD.org</email>
</author>
<published>2026-02-25T21:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=2baaf16375792e66c71bc985f99e147f90be47fc'/>
<id>2baaf16375792e66c71bc985f99e147f90be47fc</id>
<content type='text'>
PR:	272855
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:	272855
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/openvoxdb8: New port</title>
<updated>2025-07-19T21:07:07+00:00</updated>
<author>
<name>Romain Tartière</name>
<email>romain@FreeBSD.org</email>
</author>
<published>2025-05-24T01:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=e97cd4164518f50a6600bc3d8cdc40f7d1c751a8'/>
<id>e97cd4164518f50a6600bc3d8cdc40f7d1c751a8</id>
<content type='text'>
Copied from databases/puppetdb8

With hat:	puppet
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copied from databases/puppetdb8

With hat:	puppet
</pre>
</div>
</content>
</entry>
<entry>
<title>Mk/**java.mk: Convert bsd.java.mk to USES</title>
<updated>2024-12-31T08:57:55+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2024-12-27T19:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=0835676e361bca74b28b09fe0425ed5ee958f26b'/>
<id>0835676e361bca74b28b09fe0425ed5ee958f26b</id>
<content type='text'>
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=&lt;version&gt; use USES=java and JAVA_VERSION=&lt;version&gt;

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=&lt;version&gt; use USES=java and JAVA_VERSION=&lt;version&gt;

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/puppetdb8: Update to 8.8.1</title>
<updated>2024-11-08T20:53:14+00:00</updated>
<author>
<name>Romain Tartière</name>
<email>romain@FreeBSD.org</email>
</author>
<published>2024-11-08T20:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=8453ca8259fcd46290a9eabe041617e1f6ee6747'/>
<id>8453ca8259fcd46290a9eabe041617e1f6ee6747</id>
<content type='text'>
Release notes:
https://www.puppet.com/docs/puppetdb/8/release_notes#puppetdb-881

With hat:	puppet
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release notes:
https://www.puppet.com/docs/puppetdb/8/release_notes#puppetdb-881

With hat:	puppet
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/puppetdb8: Update to 8.7.0</title>
<updated>2024-07-30T12:21:00+00:00</updated>
<author>
<name>Romain Tartière</name>
<email>romain@FreeBSD.org</email>
</author>
<published>2024-07-30T12:17:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=a37439596680cb579882ed875c87ad3cbdb5db74'/>
<id>a37439596680cb579882ed875c87ad3cbdb5db74</id>
<content type='text'>
Release notes:
https://www.puppet.com/docs/puppetdb/8/release_notes#puppetdb-870

With hat:	puppet
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release notes:
https://www.puppet.com/docs/puppetdb/8/release_notes#puppetdb-870

With hat:	puppet
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/puppetdb8: Upate to 8.6.0</title>
<updated>2024-06-16T20:12:59+00:00</updated>
<author>
<name>Romain Tartière</name>
<email>romain@FreeBSD.org</email>
</author>
<published>2024-06-16T20:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b60c3a3cc35060771e5609d55c7ee0105092e826'/>
<id>b60c3a3cc35060771e5609d55c7ee0105092e826</id>
<content type='text'>
Release notes:
https://www.puppet.com/docs/puppetdb/8/release_notes.html#puppetdb-860

With hat:	puppet
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release notes:
https://www.puppet.com/docs/puppetdb/8/release_notes.html#puppetdb-860

With hat:	puppet
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/puppetdb8: Update to 8.5.1</title>
<updated>2024-05-09T02:27:50+00:00</updated>
<author>
<name>Romain Tartière</name>
<email>romain@FreeBSD.org</email>
</author>
<published>2024-05-09T02:27:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=a40bf64174d97699606c61490c9e4798e2ff7d8d'/>
<id>a40bf64174d97699606c61490c9e4798e2ff7d8d</id>
<content type='text'>
Release notes:
https://www.puppet.com/docs/puppetdb/8/release_notes.html#puppetdb-851

With hat:	puppet
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release notes:
https://www.puppet.com/docs/puppetdb/8/release_notes.html#puppetdb-851

With hat:	puppet
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/puppetdb8: Update to 8.5.0</title>
<updated>2024-04-16T07:07:50+00:00</updated>
<author>
<name>Romain Tartière</name>
<email>romain@FreeBSD.org</email>
</author>
<published>2024-04-16T06:56:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=002be5b2465d1451a45e8b77300a00dcef04489b'/>
<id>002be5b2465d1451a45e8b77300a00dcef04489b</id>
<content type='text'>
Release notes:
https://www.puppet.com/docs/puppetdb/8/release_notes.html#puppetdb-850

With hat:	puppet
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release notes:
https://www.puppet.com/docs/puppetdb/8/release_notes.html#puppetdb-850

With hat:	puppet
</pre>
</div>
</content>
</entry>
</feed>
