Date: Thu, 5 Sep 2024 06:23:14 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dbd040dad41e - main - www/rubygem-best_in_place-rails5: Add PORTSCOUT Message-ID: <202409050623.4856NEuW015094@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbd040dad41e62957a8cc641e5d457bb59ade0e5 commit dbd040dad41e62957a8cc641e5d457bb59ade0e5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-05 05:30:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-05 06:18:32 +0000 www/rubygem-best_in_place-rails5: Add PORTSCOUT - Update version requirement of RUN_DEPENDS --- www/rubygem-best_in_place-rails5/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/www/rubygem-best_in_place-rails5/Makefile b/www/rubygem-best_in_place-rails5/Makefile index e42c4a370166..5fa1be58acfb 100644 --- a/www/rubygem-best_in_place-rails5/Makefile +++ b/www/rubygem-best_in_place-rails5/Makefile @@ -10,11 +10,13 @@ WWW= https://github.com/bernat/best_in_place LICENSE= MIT -RUN_DEPENDS= rubygem-actionpack5>0:www/rubygem-actionpack5 \ - rubygem-railties5>0:www/rubygem-railties5 +RUN_DEPENDS= rubygem-actionpack5>=3.2:www/rubygem-actionpack5 \ + rubygem-railties5>=3.2:www/rubygem-railties5 + +USES= gem NO_ARCH= yes -USES= gem +PORTSCOUT= limit:^3\. .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409050623.4856NEuW015094>