git: 1b049cafe43d - main - devel/rubygem-grape20: ignore other versions then 2.0.x

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Sun, 15 Sep 2024 04:21:06 UTC
The branch main has been updated by mfechner:

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

commit 1b049cafe43da57a8050f0cc15fc569782800ce4
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-09-15 04:20:24 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-09-15 04:20:24 +0000

    devel/rubygem-grape20: ignore other versions then 2.0.x
---
 devel/rubygem-grape20/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/rubygem-grape20/Makefile b/devel/rubygem-grape20/Makefile
index 4a5a8bc6b56a..ac608654a965 100644
--- a/devel/rubygem-grape20/Makefile
+++ b/devel/rubygem-grape20/Makefile
@@ -21,8 +21,10 @@ RUN_DEPENDS=	rubygem-activesupport70>=5:devel/rubygem-activesupport70 \
 
 USES=		cpe gem
 
+CPE_VENDOR=	ruby-grape
+
 NO_ARCH=	yes
 
-CPE_VENDOR=	ruby-grape
+PORTSCOUT=	limit:^2\.0\.
 
 .include <bsd.port.mk>