aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-18 12:48:35 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-18 12:48:35 +0000
commit15a431823b7257d193ae840bd8ee9feabd10caf3 (patch)
tree6f49041ac69640eb954c29a46b679cd68e35bdc1 /misc
parente9c928617f9b99d8b3af03ad2ad2196c2ebd55cc (diff)
downloadports-15a431823b7257d193ae840bd8ee9feabd10caf3.tar.gz
ports-15a431823b7257d193ae840bd8ee9feabd10caf3.zip
misc/rubygem-dotenv-rails-rails5: Update version requirement of RUN_DEPENDS
- Add PORTSCOUT
Diffstat (limited to 'misc')
-rw-r--r--misc/rubygem-dotenv-rails-rails5/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/rubygem-dotenv-rails-rails5/Makefile b/misc/rubygem-dotenv-rails-rails5/Makefile
index f6640b0b95d2..708898e0b558 100644
--- a/misc/rubygem-dotenv-rails-rails5/Makefile
+++ b/misc/rubygem-dotenv-rails-rails5/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-railties5>=3.2:www/rubygem-railties5
USES= gem
NO_ARCH= yes
+# dotenv-rails 3.0.0+ requires Rails 6.1+
+PORTSCOUT= limit:^2\.
+
.include <bsd.port.mk>