git: 06e2af6187ef - main - sysutils/rubygem-bolt: Update to 3.10.0

Romain Tartière= romain at FreeBSD.org
Tue Jun 15 21:04:37 UTC 2021


The branch main has been updated by romain:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06e2af6187ef6eb14f3ea72271a08a2ef9604b31

commit 06e2af6187ef6eb14f3ea72271a08a2ef9604b31
Author:     Romain Tartière <romain at FreeBSD.org>
AuthorDate: 2021-06-15 20:51:33 +0000
Commit:     Romain Tartière <romain at FreeBSD.org>
CommitDate: 2021-06-15 21:04:30 +0000

    sysutils/rubygem-bolt: Update to 3.10.0
    
    ChangeLog:
    https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3100-2021-06-14
    
    With hat:       puppet
---
 sysutils/rubygem-bolt/Makefile | 9 +++++++--
 sysutils/rubygem-bolt/distinfo | 6 +++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/sysutils/rubygem-bolt/Makefile b/sysutils/rubygem-bolt/Makefile
index 63075d9f72ef..2d86d65f0fce 100644
--- a/sysutils/rubygem-bolt/Makefile
+++ b/sysutils/rubygem-bolt/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	bolt
-PORTVERSION=	3.9.2
+PORTVERSION=	3.10.0
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 
@@ -36,7 +36,8 @@ USE_RUBY=	yes
 ruby_OLD_CMD+=	/opt/puppetlabs/puppet/bin/ruby
 SHEBANG_FILES=	libexec/*
 
-PLIST_FILES=	bin/bolt
+PLIST_FILES=	bin/bolt \
+		etc/bash_completion.d/bolt
 
 OPTIONS_SINGLE= PUPPET
 OPTIONS_SINGLE_PUPPET=PUPPET6 PUPPET7
@@ -48,4 +49,8 @@ PUPPET7_DESC=   Depend on sysutils/puppet7
 PUPPET6_RUN_DEPENDS=puppet:sysutils/puppet6
 PUPPET7_RUN_DEPENDS=puppet:sysutils/puppet7
 
+post-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
+	${INSTALL_DATA} ${WRKSRC}/resources/bolt_bash_completion.sh ${STAGEDIR}${PREFIX}/etc/bash_completion.d/bolt
+
 .include <bsd.port.mk>
diff --git a/sysutils/rubygem-bolt/distinfo b/sysutils/rubygem-bolt/distinfo
index 08ff7a7e4d20..c98986bad1b2 100644
--- a/sysutils/rubygem-bolt/distinfo
+++ b/sysutils/rubygem-bolt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1623447406
-SHA256 (rubygem/bolt-3.9.2.gem) = ff56c3a1755d82545aa9a55f19721a307a4b55e77114a82ca593822e95c61e3b
-SIZE (rubygem/bolt-3.9.2.gem) = 226816
+TIMESTAMP = 1623789691
+SHA256 (rubygem/bolt-3.10.0.gem) = 781c642c91a08b6465438467543e189fceaa183283c1abf5291d68ad190ee802
+SIZE (rubygem/bolt-3.10.0.gem) = 230912


More information about the dev-commits-ports-main mailing list