summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-bolt/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/rubygem-bolt: Change RUN_DEPENDS from rubygem-terminal-table to ↵Po-Chuan Hsieh2025-11-301-2/+2
| | | | | | rubygem-terminal-table3 - Bump PORTREVISION for dependency change
* sysutils/rubygem-openbolt: New portRomain Tartière2025-10-271-0/+1
| | | | | | | | | | | | | | OpenBolt is an open source orchestration tool that automates the manual work it takes to maintain your infrastructure. Use OpenBolt to automate tasks that you perform on an as-needed basis or as part of a greater orchestration workflow. For example, you can use OpenBolt to patch and update systems, troubleshoot servers, deploy applications, or stop and restart services. OpenBolt can be installed on your local workstation and connects directly to remote targets with SSH or WinRM, so you are not required to install any agent software. OpenBolt is a community implementation of Puppet Bolt. With hat: puppet
* sysutils/rubygem-bolt: Fix build with updated dependenciesRomain Tartière2025-10-171-1/+1
| | | | With hat: puppet
* filesystems: add new category for file systems and related utilitiesRobert Clausecker2024-11-061-1/+1
| | | | | | | | | | | | | | | | | | The filesystems category houses file systems and file system utilities. It is added mainly to turn the sysutils/fusefs-* pseudo-category into a proper one, but is also useful for the sundry of other file systems related ports found in the tree. Ports that seem like they belong there are moved to the new category. Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are not moved as they currently don't fetch and don't have TIMESTAMP set in their distinfo, but that is required to be able to push a rename of the port by the pre-receive hook. Approved by: portmgr (rene) Reviewed by: mat Pull Request: https://github.com/freebsd/freebsd-ports/pull/302 PR: 281988
* sysutils/rubygem-bolt: Add one more patch to fix runtimeRomain Tartière2024-10-301-1/+1
| | | | | | | The error was only triggered when running plan, and was not experienced when fixing the port a few hours ago. With hat: puppet
* sysutils/rubygem-bolt: Fix after dependencies updateRomain Tartière2024-10-301-1/+1
| | | | With hat: puppet
* sysutils/rubygem-bolt: Fix after hiera-eyaml updateRomain Tartière2024-08-101-1/+2
| | | | | | While here, update version requirements to match upstream. With hat: puppet
* sysutils/rubygem-bolt: Update to 3.30.0Romain Tartière2024-06-191-4/+5
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3300-2024-05-22 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.29.0Romain Tartière2024-04-191-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3290-2024-04-16 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.28.0Romain Tartière2024-03-051-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3280-2024-02-08 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.27.4Romain Tartière2023-11-101-5/+3
| | | | | | | | | | While here, default to sysutils/puppet8 to provide Puppet and drop broken option to use sysutils/puppet6 which does not exist anymore. ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3274-2023-10-05 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.27.2Romain Tartière2023-08-251-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3272-2023-08-14 With hat: puppet
* sysutils/rubygem-bolt: Add OPTION for Puppet 8Romain Tartière2023-05-061-1/+3
| | | | | | Default packages are not changed. Not bumping PORTREVISION. With hat: puppet
* sysutils/rubygem-bolt: Update to 3.27.1Romain Tartière2023-03-241-2/+2
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3271-2023-03-13 With hat: puppet
* Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=rubyMuhammad Moinur Rahman2023-01-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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
* sysutils/rubygem-bolt: Update to 3.26.2Romain Tartière2022-12-091-2/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3262-2022-11-16 With hat: puppet
* sysutils/rubygem-bolt: Relax dependenciesRomain Tartière2022-11-201-0/+1
| | | | | | Some dependencies have been updated to versions not in acceptable ranges. Relax these ranges since Blot seems to work as expected with these new versions.
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* sysutils/rubygem-bolt: Update to 3.26.1Romain Tartière2022-08-191-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3261-2022-08-15 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.25.0Romain Tartière2022-07-311-4/+3
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3250-2022-07-27 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.24.0Romain Tartière2022-07-081-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3240-2022-06-29 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.23.1Romain Tartière2022-06-281-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3231-2022-06-15 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.23.0Romain Tartière2022-06-101-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3230-2022-06-06 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.22.1Romain Tartière2022-04-011-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3221-2022-03-30 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.21.0Romain Tartière2021-12-271-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3210-2021-12-16 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.20.0Romain Tartière2021-11-081-2/+2
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3200-2021-10-26 With hat: puppet
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-3/+3
|
* sysutils/rubygem-bolt: Update to 3.19.0Romain Tartière2021-10-051-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3190-2021-10-04 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.18.0Romain Tartière2021-09-201-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3180-2021-09-20 With hat: puppet
* sysutils/rubygem-bolt: Add NO_ARCHPo-Chuan Hsieh2021-09-191-0/+2
| | | | Approved by: portmgr (blanket)
* sysutils/rubygem-bolt: Update to 3.17.0Romain Tartière2021-08-311-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3170-2021-08-30 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.16.1Romain Tartière2021-08-161-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3161-2021-08-16 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.16.0Romain Tartière2021-08-091-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3160-2021-08-09 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.15.0Romain Tartière2021-08-021-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3150-2021-08-02 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.14.1Romain Tartière2021-07-261-2/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3141-2021-07-26 With hat: puppet
* sysutils/rubygem-bolt: Change RUN_DEPENDS from rubygem-net-scp to ↵Po-Chuan Hsieh2021-07-191-1/+2
| | | | | | rubygem-net-scp1 - Bump PORTREVISION for dependency change
* sysutils/rubygem-bolt: Update to 3.13.0Romain Tartière2021-07-121-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3130-2021-07-12 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.11.0Romain Tartière2021-06-251-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3110-2021-06-21 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.10.0Romain Tartière2021-06-151-2/+7
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3100-2021-06-14 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.9.2Romain Tartière2021-06-111-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-392-2021-06-08 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.9.0Romain Tartière2021-06-041-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-390-2021-05-25 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.8.1Romain Tartière2021-05-231-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-381-2021-05-17 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.8.0Romain Tartière2021-05-031-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-380-2021-05-03 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.7.1Romain Tartière2021-04-301-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-371-2021-04-26 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.7.0Romain Tartière2021-04-301-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-370-2021-04-13 With hat: puppet
* sysutils/rubygem-bolt: Update to 3.6.1Romain Tartière2021-04-151-1/+1
| | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-361-2021-04-07 Wih hat: puppet
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* UPdate to 3.4.0Romain Tartière2021-03-271-1/+1
| | | | | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-340-2021-03-23 With hat: puppet Notes: svn path=/head/; revision=569280
* Update to 3.3.0Romain Tartière2021-03-161-1/+1
| | | | | | | | | | ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-330-2021-03-15 With hat: puppet Notes: svn path=/head/; revision=568530