Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.10.0 08 Nov 2024 20:52:56 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.10.0
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_facter.html#release_notes_facter_4-10-0
With hat: puppet |
4.9.0 30 Sep 2024 00:49:06 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.9.0
Release notes:
https://www.puppet.com/docs/puppet/7/release_notes_facter.html#release_notes_facter_4-9-0
With hat: puppet |
4.8.0 30 Jul 2024 12:20:50 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.8.0
Release notes:
https://www.puppet.com/docs/puppet/7/release_notes_facter.html#release_notes_facter_4-8-0
With hat: puppet |
4.7.1 16 Jun 2024 20:12:50 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.7.1
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_facter.html#release_notes_facter_4-7-1
With hat: puppet |
4.7.0 16 Apr 2024 07:07:37 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.7.0
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_facter.html#release_notes_facter_4-7-0
With hat: puppet |
4.6.1 05 Mar 2024 19:21:07 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.6.1
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_facter#release_notes_facter_4-6-1
With hat: puppet |
4.5.2 24 Jan 2024 03:10:43 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.5.2
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_facter#release_notes_facter_4-5-2
With hat: puppet |
4.5.1 11 Nov 2023 01:53:46 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.5.1
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_facter#release_notes_facter_4-5-1
With hat: puppet |
4.4.3 25 Aug 2023 23:50:15 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.4.3
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_facter.html
With hat: puppet |
4.4.1 01 Jul 2023 02:51:26 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.4.1
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_facter.html#release_notes_facter_4-4-1
With hat: puppet |
4.4.0 07 May 2023 01:43:40 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.4.0
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_facter.html#release_notes_facter_4-4-0
With hat: puppet |
4.2.14 14 Jan 2023 23:08:33 |
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 |
4.2.14 10 Dec 2022 05:27:06 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.2.14
Release notes:
https://puppet.com/docs/puppet/7/release_notes_facter.html#release_notes_facter_4-2-14
With hat: puppet |
4.2.13 13 Oct 2022 06:49:14 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.2.13
Release notes:
https://puppet.com/docs/puppet/7/release_notes_facter.html#release_notes_facter_4-2-13
With hat: puppet |
4.2.12 16 Sep 2022 20:57:29 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.2.12
Release notes:
https://puppet.com/docs/puppet/7/release_notes_facter.html#release_notes_facter_4-2-12
With hat: puppet |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.2.11_1 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
4.2.11_1 20 Aug 2022 02:32:32 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Add soft-dependencies
Some facts are only resolved when some extra gems are installed. Add
them as dependecy so that we have all basic facts by default regardless
of what is already installed on the system.
While here, reorder the Makefile to make portlint happy.
PR: 264277
Reported by: albert.shih@obspm.fr
With hat: puppet |
4.2.11 06 Aug 2022 03:04:06 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.2.11
Release notes:
https://puppet.com/docs/puppet/7/release_notes_facter.html#release_notes_facter_4-2-11
With hat: puppet |
4.2.10 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
4.2.10 01 Jun 2022 05:02:38 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.2.10
Release notes:
https://puppet.com/docs/puppet/7/release_notes_facter.html#release_notes_facter_4-2-10
With hat: puppet |
4.2.9 22 Apr 2022 23:26:14 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.2.9
Release notes:
https://puppet.com/docs/puppet/7/release_notes_facter.html#release_notes_facter_4-2-9
With hat: puppet |
4.2.8 23 Mar 2022 05:51:24 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.2.8
Release notes:
https://puppet.com/docs/puppet/7/release_notes_facter.html#release_notes_facter_4-2-8
With hat: puppet |
4.2.7 21 Jan 2022 18:49:50 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.2.7
Release notes:
https://puppet.com/docs/puppet/7/release_notes_facter.html#release_notes_facter_4-2-7
With hat: puppet |
4.2.6 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
4.2.6 15 Dec 2021 04:34:31 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.2.6
Release notes:
https://puppet.com/docs/puppet/7/release_notes_facter.html#release_notes_facter_4-2-6
With hat: puppet |
4.2.5 25 Oct 2021 16:00:07 |
Po-Chuan Hsieh (sunpoet) |
sysutils/rubygem-facter: Update version requirement of RUN_DEPENDS
With hat: ruby |
4.2.5 21 Oct 2021 14:27:15 |
Stefan Eßer (se) |
sysutils/rubygem-facter: Add CPE information
Approved by: portmgr (blanket) |
4.2.5 13 Oct 2021 04:06:53 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.2.5
Release notes:
https://puppet.com/docs/puppet/7/release_notes_facter.html#release_notes_facter_4-2-5
With hat: puppet |
4.2.4 19 Sep 2021 06:01:09 |
Po-Chuan Hsieh (sunpoet) |
sysutils/rubygem-facter: Add NO_ARCH
Approved by: portmgr (blanket) |
4.2.4 16 Sep 2021 23:46:05 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.2.4
Release notes:
https://puppet.com/docs/puppet/7/release_notes_facter.html#release_notes_facter_4-2-4
With hat: puppet |
4.2.3 19 Aug 2021 00:23:45 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.2.3
Release notes:
https://puppet.com/docs/puppet/7/release_notes_facter.html#release_notes_facter_4-2-3
With hat: puppet |
4.2.2 12 Jul 2021 23:39:29 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.2.2
With hat: puppet |
4.2.1 25 Jun 2021 19:52:00 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.2.1
With hat: puppet |
4.2.0 05 Jun 2021 04:11:34 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.2.0
Release notes:
https://puppet.com/docs/puppet/7/release_notes_facter.html#release_notes_facter_4-2-0
With hat: puppet |
4.1.1 01 May 2021 00:15:57 |
Romain Tartière (romain) |
sysutils/rubygem-facter: Update to 4.1.1
Release notes:
https://puppet.com/docs/puppet/7.6/release_notes_facter.html#release_notes_facter_4-1-1
With hat: puppet |
4.0.52 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.52 21 Mar 2021 00:56:22 |
romain |
Update to 4.0.52
Release notes:
https://puppet.com/docs/puppet/7.5/release_notes_facter.html#release_notes_facter_4-0-50
With hat: puppet |
4.0.51 19 Feb 2021 23:11:34 |
romain |
Update to 4.0.51
Release notes:
https://puppet.com/docs/puppet/7.4/release_notes_facter.html
With hat: puppet |
4.0.50 06 Feb 2021 03:30:44 |
romain |
Update to 4.0.50
With hat: puppet |
4.0.49 22 Jan 2021 21:45:56 |
romain |
Update to 4.0.49
With hat: puppet |
4.0.47 16 Dec 2020 18:52:56 |
romain |
Update to 4.0.47
With hat: puppet |
4.0.44_1 15 Dec 2020 00:53:13 |
romain |
Add an explicit dependency on rubygem-ffi
Facter is able to operate without FFI support, but some FreeBSD facts depend on
FFI to be fetched, so add an explicit dependency in order to make sure the
following facts are resolvable:
* disks
* dmi
* load_averages
* memory.system
* partitions
* processors.count
* processors.models
* processors.speed
Bump PORTREVISION.
With hat: puppet |
4.0.44 23 Oct 2020 18:39:42 |
romain |
Update to 4.0.44
ChangeLog:
https://github.com/puppetlabs/facter/blob/main/CHANGELOG.md#4044-2020-10-21
With hat: puppet |
4.0.43 18 Oct 2020 20:05:13 |
romain |
Update to 4.0.43
Release notes:
https://github.com/puppetlabs/facter/releases/tag/4.0.43
With hat: puppet |
4.0.42 07 Oct 2020 17:49:05 |
romain |
Update to 4.0.42
Release notes:
https://github.com/puppetlabs/facter/releases/tag/4.0.42
With hat: puppet |
4.0.40 30 Sep 2020 19:56:38 |
romain |
Update to 4.0.40
Release notes:
https://github.com/puppetlabs/facter/releases/tag/4.0.40
With hat: puppet |
4.0.39 26 Sep 2020 03:18:51 |
romain |
Update to 4.0.39
ChangeLog:
https://github.com/puppetlabs/facter/releases/tag/4.0.39
WIth hat: puppet |
4.0.38 16 Sep 2020 18:34:58 |
romain |
Update to 4.0.38
Release notes:
https://github.com/puppetlabs/facter/releases/tag/4.0.38
With hat: puppet |
4.0.36 02 Sep 2020 20:11:40 |
romain |
Udpate to 4.0.36
ChangeLog:
https://github.com/puppetlabs/facter/blob/4.x/CHANGELOG.md#4036-2020-09-02
With hat: puppet |
4.0.35 31 Aug 2020 19:57:09 |
romain |
Update to 4.0.35
ChangeLog:
https://github.com/puppetlabs/facter/blob/4.x/CHANGELOG.md#4035-2020-08-19
Pass maintainership to puppet@ [1]
PR: 249036 [1]
Approved by: robak (maintainer) [1]
With hat: puppet |
2.5.1_2 10 Jan 2018 04:42:30 |
zleslie |
Add staticly named symlink to port-versioned directory
To be utilized by sysutils/puppetserver, here we add a symlink to point at the
gem directory. This allows puppetserver to use facter as a library without
knowing the version installed.
Approved by: swills(mentor), robak
Differential Revision: D13803 |
2.5.1_1 09 Jan 2018 19:16:16 |
danfe |
For the ports under `sysutils' category: remove superfluous linefeeds. |
2.5.1_1 08 Nov 2017 11:53:50 |
robak |
sysutils/rubygem-facter: add AWS EC2 facts option
On machines that are not running in AWS EC2 cloud running facter was
taking very long time trying to gather information that wasn't there.
This change adds an option allowing to disable such facts in similar manner
to ZFS related facts.
PR: 221552
Submitted by: pirzyk |
2.5.1 08 Nov 2017 11:02:51 |
robak |
sysutils/rubygem-facter: update 2.5.0 -> 2.5.1
PR: 223020
Submitted by: romain |
2.5.0 06 Aug 2017 11:26:18 |
robak |
sysutils/rubygem-facter: update 2.4.6 -> 2.5.0
PR: 221041
Submitted by: romain |
2.4.6 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
2.4.6 17 Aug 2016 11:51:50 |
robak |
sysutils/rubygem-facter: update 2.4.4 -> 2.4.6 |
2.4.4 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
2.4.4 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
2.4.4 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.4.4 08 Dec 2015 16:56:37 |
amdmi3 |
- Switch to options helpers
Approved by: portmgr blanket |
2.4.4 23 May 2015 19:04:49 |
mmoll |
sysutils/rubygem-facter: fix ZFS_FACTS option
Adjust sed calls as r382631 changed the format of the generated file.
PR: 199477
Differential Revision: https://reviews.freebsd.org/D2497
Approved by: mat (mentor), robak (maintainer, timeout) |
2.4.4 21 May 2015 11:21:01 |
robak |
sysutils/rubygem-facter: update 2.4.3 -> 2.4.4 |
2.4.3 06 Apr 2015 11:49:15 |
robak |
sysutils/rubygem-facter: update 2.4.1 -> 2.4.3
PR: 199182
Submitted by: Michael Moll <kvedulv@kvedulv.de> |
2.4.1 30 Mar 2015 19:44:56 |
robak |
sysutils/rubygem-facter: fix build with ZFS_FACTS disabled
- Upstream changed the name of the gemspec to not include version number, this
change
is to accomodate to that change
PR: 199017 |
2.4.1 11 Feb 2015 14:49:01 |
robak |
sysutils/rubygem-facter: update 2.4.0 -> 2.4.1 |
2.4.0 10 Feb 2015 22:37:25 |
robak |
sysutils/rubygem-facter: update 2.3.0 -> 2.4.0
PR: 197520
Submitted by: Michael Moll <kvedulv@kvedulv.de> |
2.3.0 01 Nov 2014 12:24:58 |
robak |
sysutils/rubygem-facter: update 2.2.0 -> 2.3.0
Approved by: mentors (implicit) |
2.2.0 17 Sep 2014 09:24:53 |
robak |
sysutils/rubygem-facter: update 2.1.0 -> 2.2.0
- Removed patch-lib-facter-zpool_version.rb (accepted by upstream)
Approved by: mentors (implicit) |
2.1.0_1 16 Jul 2014 08:33:56 |
robak |
sysutils/rubygem-facter: add option to disable ZFS facts generation
PR: 191555
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Reviewed by: demon
Approved by: swills (mentor) |
2.1.0 26 Jun 2014 17:32:30 |
robak |
sysutils/rubygem-facter: update 2.0.2 -> 2.1.0
Approved by: swills (mentor) |
2.0.2 23 Jun 2014 20:17:36 |
robak |
sysutils/rubygem-facter: update 1.7.6 -> 2.0.2
- Update sysutils/rubygem-facter to 2.0.2 as in PR 191246
- Change maintainer address to robak@FreeBSD.org
- Update URL in pkg-descr
PR: 191246
Submitted by: Michael Moll
Approved by: swills (mentor) |
1.7.6 19 Jun 2014 19:10:47 |
robak |
- Update sysutils/rubygem-facter to 1.7.6
- Change maintainer address to robak@freebsd.org
Reviewed by: marino (mentor)
Approved by: swills (mentor) |
1.7.5 12 Mar 2014 15:39:14 |
swills |
- Update to 1.7.5
- Change maintainer to submitter, maintainer has not responded for months
PR: ports/186794
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: maintainer timeout (rouslan@rshell.net, >3 weeks) |
1.7.4 25 Jan 2014 20:39:28 |
swills |
- Update to 1.7.4
PR: ports/185550
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: maintainer timeout (rouslan@rshell.net, >2 weeks) |
1.7.3_1 31 Oct 2013 11:26:52 |
demon |
Add a patch removed without any good reasong during last port update. |
1.7.3_1 30 Oct 2013 21:11:45 |
swills |
- Add patch dropped in last commit
- Bump PORTREVISION
Pointyhat to: swills |
1.7.3 30 Oct 2013 16:50:32 |
swills |
- Update to 1.7.3
PR: ports/180545
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Approved by: maintainer timeout (>3 months) |
1.6.18_2 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.6.18_2 01 Jun 2013 00:52:12 |
swills |
- Fix RUN_DEPENDS line so that it doesn't remove ruby as a dependency
- Bump PORTREVISION
With hat: ruby@ |
1.6.18_1 30 Apr 2013 16:01:03 |
demon |
Fix 'processor' and 'processorcount' facts.
Bump PORTREVISION.
Reviewed by: swills
Maintainer timeout. |
1.6.18 27 Mar 2013 02:44:19 |
zi |
- Remove pkg-plist as it should not be here |
1.6.18 17 Mar 2013 20:14:31 |
zi |
- Rename sysutils/facter to sysutils/rubygem-facter
- Update sysutils/rubygem-facter to 1.6.18
- Convert sysutils/rubygem-facter to utilize rubygem framework
- Update to new 'created by' header
- Add RG as additional MASTER_SITES for sysutils/rubygem-facter
- Update sysutils/puppet* RUN_DEPENDS due to rename of facter
- Bump PORTREVISION on sysutils/puppet* due to rename of facter
Approved by: Rouslan Iskhakov <rouslan@rshell.net> (maintainer) |