diff options
| author | Romain Tartière <romain@FreeBSD.org> | 2023-11-10 15:03:35 -1000 |
|---|---|---|
| committer | Romain Tartière <romain@FreeBSD.org> | 2023-11-10 15:54:05 -1000 |
| commit | 0bf10b6fc99fc3abfd8bffe1015bc4a8873e3e32 (patch) | |
| tree | f3e0a6908f0bdd3580c584ea1d31c3dbd246b55b /sysutils/rubygem-bolt/Makefile | |
| parent | textproc/rubygem-puppet-strings: Update to 4.1.0 (diff) | |
sysutils/rubygem-bolt: Update to 3.27.4
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
Diffstat (limited to 'sysutils/rubygem-bolt/Makefile')
| -rw-r--r-- | sysutils/rubygem-bolt/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/rubygem-bolt/Makefile b/sysutils/rubygem-bolt/Makefile index 068a912eb7a9..5890bb26497b 100644 --- a/sysutils/rubygem-bolt/Makefile +++ b/sysutils/rubygem-bolt/Makefile @@ -1,5 +1,5 @@ PORTNAME= bolt -PORTVERSION= 3.27.2 +PORTVERSION= 3.27.4 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -41,14 +41,12 @@ PLIST_FILES= bin/bolt \ etc/bash_completion.d/bolt OPTIONS_SINGLE= PUPPET -OPTIONS_SINGLE_PUPPET=PUPPET6 PUPPET7 PUPPET8 -OPTIONS_DEFAULT=PUPPET7 +OPTIONS_SINGLE_PUPPET=PUPPET7 PUPPET8 +OPTIONS_DEFAULT=PUPPET8 -PUPPET6_DESC= Depend on sysutils/puppet6 PUPPET7_DESC= Depend on sysutils/puppet7 PUPPET8_DESC= Depend on sysutils/puppet8 -PUPPET6_RUN_DEPENDS=puppet:sysutils/puppet6 PUPPET7_RUN_DEPENDS=puppet:sysutils/puppet7 PUPPET8_RUN_DEPENDS=puppet:sysutils/puppet8 |
