Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Nov 2023 01:55:16 GMT
From:      Romain =?utf-8?Q?Tarti=C3=A8re?= <romain@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 792a42f4ae29 - main - textproc/rubygem-puppet-strings: Update to 4.1.0
Message-ID:  <202311110155.3AB1tGZe002241@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=792a42f4ae29b5d580356122b4661318c2e6d6d4

commit 792a42f4ae29b5d580356122b4661318c2e6d6d4
Author:     Romain Tartière <romain@FreeBSD.org>
AuthorDate: 2023-11-11 01:06:06 +0000
Commit:     Romain Tartière <romain@FreeBSD.org>
CommitDate: 2023-11-11 01:54:02 +0000

    textproc/rubygem-puppet-strings: Update to 4.1.0
    
    While here, default to sysutils/puppet8 to provide Puppet and drop
    broken option to use sysutils/puppet6 which does not exist anymore.
    
    ChangeLog:
    https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v410---2023-07-04
    
    With hat:       puppet
---
 textproc/rubygem-puppet-strings/Makefile | 8 +++-----
 textproc/rubygem-puppet-strings/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/textproc/rubygem-puppet-strings/Makefile b/textproc/rubygem-puppet-strings/Makefile
index b4d67a0eff7b..722ec043ec2f 100644
--- a/textproc/rubygem-puppet-strings/Makefile
+++ b/textproc/rubygem-puppet-strings/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	puppet-strings
-PORTVERSION=	3.0.1
+PORTVERSION=	4.1.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -18,14 +18,12 @@ USES=		gem
 NO_ARCH=	yes
 
 OPTIONS_SINGLE=	PUPPET
-OPTIONS_SINGLE_PUPPET=PUPPET6 PUPPET7 PUPPET8
-OPTIONS_DEFAULT=PUPPET7
+OPTIONS_SINGLE_PUPPET=PUPPET7 PUPPET8
+OPTIONS_DEFAULT=PUPPET8
 
-PUPPET6_DESC=	Depend on sysutils/puppet6
 PUPPET7_DESC=	Depend on sysutils/puppet7
 PUPPET8_DESC=	Depend on sysutils/puppet8
 
-PUPPET6_RUN_DEPENDS=puppet:sysutils/puppet6
 PUPPET7_RUN_DEPENDS=puppet:sysutils/puppet7
 PUPPET8_RUN_DEPENDS=puppet:sysutils/puppet8
 
diff --git a/textproc/rubygem-puppet-strings/distinfo b/textproc/rubygem-puppet-strings/distinfo
index 1659969979d8..fb12c3c2cd13 100644
--- a/textproc/rubygem-puppet-strings/distinfo
+++ b/textproc/rubygem-puppet-strings/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668214522
-SHA256 (rubygem/puppet-strings-3.0.1.gem) = 528b5e1cfabfec96bf0b420f8609160b651a6b085c62e94109933b46a3ae0ae3
-SIZE (rubygem/puppet-strings-3.0.1.gem) = 60928
+TIMESTAMP = 1699636714
+SHA256 (rubygem/puppet-strings-4.1.0.gem) = 73ea76d13ddca0d0d901546cd001a66b480c2d9cd996caf2584fafd581d8932b
+SIZE (rubygem/puppet-strings-4.1.0.gem) = 60928



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311110155.3AB1tGZe002241>