Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2024 04:21:06 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1b049cafe43d - main - devel/rubygem-grape20: ignore other versions then 2.0.x
Message-ID:  <202409150421.48F4L6i3054206@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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