Change default Puppet version to 7

sysutils/rubygem-bolt now depends on Puppet 7 but it also depends on tis port
which by default depends on Puppet 6.  As a consequence, building these ports
without changing the defaut options leads to a conflicting situation.

Fix this by depending on the latest Puppet by default.

With hat:	puppet
This commit is contained in:
Romain Tartière 2021-02-19 19:37:38 +00:00
parent 6a20bac492
commit 22b3a49b9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566095

View file

@ -2,6 +2,7 @@
PORTNAME= puppet-strings
PORTVERSION= 2.6.0
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@ -19,7 +20,7 @@ USE_RUBY= yes
OPTIONS_SINGLE= PUPPET
OPTIONS_SINGLE_PUPPET=PUPPET5 PUPPET6 PUPPET7
OPTIONS_DEFAULT=PUPPET6
OPTIONS_DEFAULT=PUPPET7
PUPPET5_DESC= Depend on sysutils/puppet5
PUPPET6_DESC= Depend on sysutils/puppet6