git: e59de85fa5d2 - main - devel/rubygem-grape-swagger: Change RUN_DEPENDS from rubygem-grape to rubygem-grape1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 14 Nov 2023 17:23:15 UTC
The branch main has been updated by sunpoet:

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

commit e59de85fa5d2166b5f904b80edbe863029dcb4aa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-14 16:45:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-14 17:16:43 +0000

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

diff --git a/devel/rubygem-grape-swagger/Makefile b/devel/rubygem-grape-swagger/Makefile
index 1e65408d649b..fa98e55c7b94 100644
--- a/devel/rubygem-grape-swagger/Makefile
+++ b/devel/rubygem-grape-swagger/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	grape-swagger
 PORTVERSION=	1.6.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,7 +11,7 @@ WWW=		https://github.com/ruby-grape/grape-swagger
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-grape>=1.3<2:devel/rubygem-grape
+RUN_DEPENDS=	rubygem-grape1>=1.3<2:devel/rubygem-grape1
 
 USES=		gem