git: cbf6c9570b87 - 2024Q4 - security/rubygem-ssrf_filter10: added portscout limitation to 1.0.x

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Fri, 15 Nov 2024 15:57:58 UTC
The branch 2024Q4 has been updated by mfechner:

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

commit cbf6c9570b87d6d6c132387c3bbe0383ddb6bda0
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-11-11 05:34:11 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-11-15 15:56:45 +0000

    security/rubygem-ssrf_filter10: added portscout limitation to 1.0.x
    
    (cherry picked from commit 0b424fc235d722f0a3d68fcc1539a3c69578f2db)
---
 security/rubygem-ssrf_filter10/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/rubygem-ssrf_filter10/Makefile b/security/rubygem-ssrf_filter10/Makefile
index 0a6e4fa750c8..44e0f5489084 100644
--- a/security/rubygem-ssrf_filter10/Makefile
+++ b/security/rubygem-ssrf_filter10/Makefile
@@ -14,4 +14,6 @@ USES=		gem
 
 NO_ARCH=	yes
 
+PORTSCOUT=	limit:^1\.0\.
+
 .include <bsd.port.mk>