Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2021 20:47:07 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2941a9b75e43 - main - devel/rubygem-cucumber-wire: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages15
Message-ID:  <202106302047.15UKl7Be055680@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2941a9b75e439a1bd121154eb31f4aadc01059e7

commit 2941a9b75e439a1bd121154eb31f4aadc01059e7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-30 20:37:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-30 20:43:54 +0000

    devel/rubygem-cucumber-wire: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages15
    
    - Bump PORTREVISION for dependency change
---
 devel/rubygem-cucumber-wire/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/rubygem-cucumber-wire/Makefile b/devel/rubygem-cucumber-wire/Makefile
index 8a8f6bff1f83..2aaf30339279 100644
--- a/devel/rubygem-cucumber-wire/Makefile
+++ b/devel/rubygem-cucumber-wire/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	cucumber-wire
 PORTVERSION=	5.0.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +13,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-cucumber-core>=9.0.1<10:devel/rubygem-cucumber-core \
 		rubygem-cucumber-cucumber-expressions>=12.1.1<13:devel/rubygem-cucumber-cucumber-expressions \
-		rubygem-cucumber-messages>=15.0.0<16:devel/rubygem-cucumber-messages
+		rubygem-cucumber-messages15>=15.0.0<16:devel/rubygem-cucumber-messages15
 
 USES=		gem
 USE_RUBY=	yes



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