aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-18 12:48:38 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-18 12:48:38 +0000
commitbc8c512701730754cae703da45f8b4af85a9a340 (patch)
treee3d8797f59b5e18eb918bbbc65c9fe645de43453
parent15a431823b7257d193ae840bd8ee9feabd10caf3 (diff)
downloadports-bc8c512701730754cae703da45f8b4af85a9a340.tar.gz
ports-bc8c512701730754cae703da45f8b4af85a9a340.zip
misc/rubygem-dotenv-rails-rails50: Update version requirement of RUN_DEPENDS
- Add PORTSCOUT
-rw-r--r--misc/rubygem-dotenv-rails-rails50/Makefile5
1 files changed, 4 insertions, 1 deletions
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>