git: 3f2709c68aa7 - main - www/rubygem-async-websocket: Change RUN_DEPENDS from rubygem-protocol-rack to rubygem-protocol-rack01

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 04 Sep 2022 03:53:50 UTC
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