Date: Sun, 7 May 2023 01:44:25 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: 679759871394 - main - textproc/rubygem-puppet-strings: Add OPTION for Puppet 8 Message-ID: <202305070144.3471iPW4006841@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=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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305070144.3471iPW4006841>