www/rubygem-importmap-rails: Update RUN_DEPENDS: use Rails 7.2

- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2024-09-18 14:04:47 +08:00
parent 65f49b4d25
commit 9e04b8daf1
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -1,5 +1,6 @@
PORTNAME= importmap-rails
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@ -10,9 +11,9 @@ WWW= https://github.com/rails/importmap-rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack71>=6.0.0:www/rubygem-actionpack71 \
rubygem-activesupport71>=6.0.0:devel/rubygem-activesupport71 \
rubygem-railties71>=6.0.0:www/rubygem-railties71
RUN_DEPENDS= rubygem-actionpack72>=6.0.0:www/rubygem-actionpack72 \
rubygem-activesupport72>=6.0.0:devel/rubygem-activesupport72 \
rubygem-railties72>=6.0.0:www/rubygem-railties72
USES= gem