Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2023 01:44:32 GMT
From:      =?utf-8?Q?Romain=20Tarti=C3=A8re?= <romain@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0cd8bc6ff2f1 - main - sysutils/rubygem-bolt: Add OPTION for Puppet 8
Message-ID:  <202305070144.3471iW2a007010@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305070144.3471iW2a007010>