mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
www/rubygem-importmap-rails: Update RUN_DEPENDS: use Rails 7.2
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
65f49b4d25
commit
9e04b8daf1
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= importmap-rails
|
PORTNAME= importmap-rails
|
||||||
PORTVERSION= 2.0.1
|
PORTVERSION= 2.0.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www rubygems
|
CATEGORIES= www rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
@ -10,9 +11,9 @@ WWW= https://github.com/rails/importmap-rails
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-actionpack71>=6.0.0:www/rubygem-actionpack71 \
|
RUN_DEPENDS= rubygem-actionpack72>=6.0.0:www/rubygem-actionpack72 \
|
||||||
rubygem-activesupport71>=6.0.0:devel/rubygem-activesupport71 \
|
rubygem-activesupport72>=6.0.0:devel/rubygem-activesupport72 \
|
||||||
rubygem-railties71>=6.0.0:www/rubygem-railties71
|
rubygem-railties72>=6.0.0:www/rubygem-railties72
|
||||||
|
|
||||||
USES= gem
|
USES= gem
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue