Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2022 03:53:50 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: 3f2709c68aa7 - main - www/rubygem-async-websocket: Change RUN_DEPENDS from rubygem-protocol-rack to rubygem-protocol-rack01
Message-ID:  <202209040353.2843roxS085534@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=3f2709c68aa7a16eb26856869768d28caba2f4ec

commit 3f2709c68aa7a16eb26856869768d28caba2f4ec
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-04 03:47:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-04 03:47:48 +0000

    www/rubygem-async-websocket: Change RUN_DEPENDS from rubygem-protocol-rack to rubygem-protocol-rack01
    
    - Bump PORTREVISION for dependency change
---
 www/rubygem-async-websocket/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/rubygem-async-websocket/Makefile b/www/rubygem-async-websocket/Makefile
index 372cdbca44e4..05f0b87afc75 100644
--- a/www/rubygem-async-websocket/Makefile
+++ b/www/rubygem-async-websocket/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	async-websocket
 PORTVERSION=	0.22.0
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -10,7 +11,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-async-http>=0.54<1:www/rubygem-async-http \
 		rubygem-async-io>=1.23<2:devel/rubygem-async-io \
-		rubygem-protocol-rack>=0.1.1<0.2:www/rubygem-protocol-rack \
+		rubygem-protocol-rack01>=0.1.1<0.2:www/rubygem-protocol-rack01 \
 		rubygem-protocol-websocket>=0.9.1<0.10:www/rubygem-protocol-websocket
 
 USES=		gem



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