git: a944a003b637 - 2024Q4 - devel/rubygem-fog-core250: add portscout to limit to version 2.5.x
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Nov 2024 15:57:46 UTC
The branch 2024Q4 has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=a944a003b637e7e5892747a6834d203a7022e327 commit a944a003b637e7e5892747a6834d203a7022e327 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-10-31 05:06:37 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-11-15 15:56:43 +0000 devel/rubygem-fog-core250: add portscout to limit to version 2.5.x (cherry picked from commit dfc30c01abbea764928f3c90943233c0e3ae7e06) --- devel/rubygem-fog-core250/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/rubygem-fog-core250/Makefile b/devel/rubygem-fog-core250/Makefile index d731452410cb..1ef68c1bc9f2 100644 --- a/devel/rubygem-fog-core250/Makefile +++ b/devel/rubygem-fog-core250/Makefile @@ -20,4 +20,6 @@ USES= gem NO_ARCH= yes +PORTSCOUT= limit:^2\.5\. + .include <bsd.port.mk>