svn commit: r566095 - head/textproc/rubygem-puppet-strings

Romain Tartière romain at FreeBSD.org
Fri Feb 19 19:37:39 UTC 2021


Author: romain
Date: Fri Feb 19 19:37:38 2021
New Revision: 566095
URL: https://svnweb.freebsd.org/changeset/ports/566095

Log:
  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

Modified:
  head/textproc/rubygem-puppet-strings/Makefile

Modified: head/textproc/rubygem-puppet-strings/Makefile
==============================================================================
--- head/textproc/rubygem-puppet-strings/Makefile	Fri Feb 19 19:30:19 2021	(r566094)
+++ head/textproc/rubygem-puppet-strings/Makefile	Fri Feb 19 19:37:38 2021	(r566095)
@@ -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


More information about the svn-ports-all mailing list