git: bc8c51270173 - main - misc/rubygem-dotenv-rails-rails50: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Apr 2024 12:53:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc8c512701730754cae703da45f8b4af85a9a340 commit bc8c512701730754cae703da45f8b4af85a9a340 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-18 12:48:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-18 12:48:38 +0000 misc/rubygem-dotenv-rails-rails50: Update version requirement of RUN_DEPENDS - Add PORTSCOUT --- misc/rubygem-dotenv-rails-rails50/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/misc/rubygem-dotenv-rails-rails50/Makefile b/misc/rubygem-dotenv-rails-rails50/Makefile index 866dca8f2a3f..78a5a5927ae3 100644 --- a/misc/rubygem-dotenv-rails-rails50/Makefile +++ b/misc/rubygem-dotenv-rails-rails50/Makefile @@ -12,11 +12,14 @@ WWW= https://github.com/bkeepers/dotenv LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-dotenv2>=${PORTVERSION}:misc/rubygem-dotenv2 \ +RUN_DEPENDS= rubygem-dotenv2>=${PORTVERSION}<${PORTVERSION}_99:misc/rubygem-dotenv2 \ rubygem-railties50>=3.2:www/rubygem-railties50 USES= gem NO_ARCH= yes +# dotenv-rails 3.0.0+ requires Rails 6.1+ +PORTSCOUT= limit:^2\. + .include <bsd.port.mk>