Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2023 19:33:13 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: 424d5d4d7df8 - main - devel/rubygem-stoplight: Change RUN_DEPENDS from rubygem-redlock to rubygem-redlock1
Message-ID:  <202303211933.32LJXDEv052195@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=424d5d4d7df8ed7ab908efc46224a550b7af9f20

commit 424d5d4d7df8ed7ab908efc46224a550b7af9f20
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-03-21 18:51:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-03-21 19:22:04 +0000

    devel/rubygem-stoplight: Change RUN_DEPENDS from rubygem-redlock to rubygem-redlock1
    
    - Bump PORTREVISION for dependency change
---
 devel/rubygem-stoplight/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/rubygem-stoplight/Makefile b/devel/rubygem-stoplight/Makefile
index 4fa38b9c910c..eceec150d3dc 100644
--- a/devel/rubygem-stoplight/Makefile
+++ b/devel/rubygem-stoplight/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	stoplight
 PORTVERSION=	3.0.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,7 +11,7 @@ WWW=		https://github.com/bolshakov/stoplight
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-redlock>=1.0<2:devel/rubygem-redlock
+RUN_DEPENDS=	rubygem-redlock1>=1.0<2:devel/rubygem-redlock1
 
 USES=		gem
 



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