git: 679759871394 - main - textproc/rubygem-puppet-strings: Add OPTION for Puppet 8

From: Romain Tartière <romain_at_FreeBSD.org>
Date: Sun, 07 May 2023 01:44:25 UTC
The branch main has been updated by romain:

URL: https://cgit.FreeBSD.org/ports/commit/?id=67975987139470046bf1477c235521e434ab1b6e

commit 67975987139470046bf1477c235521e434ab1b6e
Author:     Romain Tartière <romain@FreeBSD.org>
AuthorDate: 2023-05-07 01:01:40 +0000
Commit:     Romain Tartière <romain@FreeBSD.org>
CommitDate: 2023-05-07 01:43:35 +0000

    textproc/rubygem-puppet-strings: Add OPTION for Puppet 8
    
    Default packages are not changed. Not bumping PORTREVISION.
    
    With hat:       puppet
---
 textproc/rubygem-puppet-strings/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/textproc/rubygem-puppet-strings/Makefile b/textproc/rubygem-puppet-strings/Makefile
index 2d97dccc8d80..b4d67a0eff7b 100644
--- a/textproc/rubygem-puppet-strings/Makefile
+++ b/textproc/rubygem-puppet-strings/Makefile
@@ -18,15 +18,15 @@ USES=		gem
 NO_ARCH=	yes
 
 OPTIONS_SINGLE=	PUPPET
-OPTIONS_SINGLE_PUPPET=PUPPET5 PUPPET6 PUPPET7
+OPTIONS_SINGLE_PUPPET=PUPPET6 PUPPET7 PUPPET8
 OPTIONS_DEFAULT=PUPPET7
 
-PUPPET5_DESC=	Depend on sysutils/puppet5
 PUPPET6_DESC=	Depend on sysutils/puppet6
 PUPPET7_DESC=	Depend on sysutils/puppet7
+PUPPET8_DESC=	Depend on sysutils/puppet8
 
-PUPPET5_RUN_DEPENDS=puppet:sysutils/puppet5
 PUPPET6_RUN_DEPENDS=puppet:sysutils/puppet6
 PUPPET7_RUN_DEPENDS=puppet:sysutils/puppet7
+PUPPET8_RUN_DEPENDS=puppet:sysutils/puppet8
 
 .include <bsd.port.mk>