git: dfc30c01abbe - main - devel/rubygem-fog-core250: add portscout to limit to version 2.5.x
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 05:22:19 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfc30c01abbea764928f3c90943233c0e3ae7e06 commit dfc30c01abbea764928f3c90943233c0e3ae7e06 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-10-31 05:06:37 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-10-31 05:22:10 +0000 devel/rubygem-fog-core250: add portscout to limit to version 2.5.x --- 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>