git: 0cd8bc6ff2f1 - main - sysutils/rubygem-bolt: Add OPTION for Puppet 8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 May 2023 01:44:32 UTC
The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=0cd8bc6ff2f177ec6c9da646419e93260f346e2b commit 0cd8bc6ff2f177ec6c9da646419e93260f346e2b Author: Romain Tartière <romain@FreeBSD.org> AuthorDate: 2023-05-07 01:02:53 +0000 Commit: Romain Tartière <romain@FreeBSD.org> CommitDate: 2023-05-07 01:43:45 +0000 sysutils/rubygem-bolt: Add OPTION for Puppet 8 Default packages are not changed. Not bumping PORTREVISION. With hat: puppet --- sysutils/rubygem-bolt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/rubygem-bolt/Makefile b/sysutils/rubygem-bolt/Makefile index ce706e5a6717..471ea9027d99 100644 --- a/sysutils/rubygem-bolt/Makefile +++ b/sysutils/rubygem-bolt/Makefile @@ -41,14 +41,16 @@ PLIST_FILES= bin/bolt \ etc/bash_completion.d/bolt OPTIONS_SINGLE= PUPPET -OPTIONS_SINGLE_PUPPET=PUPPET6 PUPPET7 +OPTIONS_SINGLE_PUPPET=PUPPET6 PUPPET7 PUPPET8 OPTIONS_DEFAULT=PUPPET7 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 post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d