svn commit: r564186 - head/sysutils/rubygem-bolt

Romain Tartière romain at FreeBSD.org
Sat Feb 6 03:39:04 UTC 2021


Author: romain
Date: Sat Feb  6 03:39:03 2021
New Revision: 564186
URL: https://svnweb.freebsd.org/changeset/ports/564186

Log:
  Update to 3.0.0
  
  This drops Puppet 5 support and defaults to depend on Puppet 7.
  
  ChangeLog:
  https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-300-2021-02-03
  
  With hat:	puppet

Modified:
  head/sysutils/rubygem-bolt/Makefile
  head/sysutils/rubygem-bolt/distinfo

Modified: head/sysutils/rubygem-bolt/Makefile
==============================================================================
--- head/sysutils/rubygem-bolt/Makefile	Sat Feb  6 03:33:00 2021	(r564185)
+++ head/sysutils/rubygem-bolt/Makefile	Sat Feb  6 03:39:03 2021	(r564186)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bolt
-PORTVERSION=	2.44.0
+PORTVERSION=	3.0.0
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 
@@ -41,14 +41,12 @@ SHEBANG_FILES=	libexec/*
 PLIST_FILES=	bin/bolt
 
 OPTIONS_SINGLE= PUPPET
-OPTIONS_SINGLE_PUPPET=PUPPET5 PUPPET6 PUPPET7
-OPTIONS_DEFAULT=PUPPET6
+OPTIONS_SINGLE_PUPPET=PUPPET6 PUPPET7
+OPTIONS_DEFAULT=PUPPET7
 
-PUPPET5_DESC=   Depend on sysutils/puppet5
 PUPPET6_DESC=   Depend on sysutils/puppet6
 PUPPET7_DESC=   Depend on sysutils/puppet7
 
-PUPPET5_RUN_DEPENDS=puppet:sysutils/puppet5
 PUPPET6_RUN_DEPENDS=puppet:sysutils/puppet6
 PUPPET7_RUN_DEPENDS=puppet:sysutils/puppet7
 

Modified: head/sysutils/rubygem-bolt/distinfo
==============================================================================
--- head/sysutils/rubygem-bolt/distinfo	Sat Feb  6 03:33:00 2021	(r564185)
+++ head/sysutils/rubygem-bolt/distinfo	Sat Feb  6 03:39:03 2021	(r564186)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611958118
-SHA256 (rubygem/bolt-2.44.0.gem) = 357b39551698977eb98a33dcb4bb234e7ea9e893c7bd5280eaeb94ee1499de8a
-SIZE (rubygem/bolt-2.44.0.gem) = 208896
+TIMESTAMP = 1612499407
+SHA256 (rubygem/bolt-3.0.0.gem) = 973d4b7b3f8a64045750f56798e089546d06acc5778e66ac2e13b91df6bbaa53
+SIZE (rubygem/bolt-3.0.0.gem) = 205824


More information about the svn-ports-all mailing list