mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
www/rubygem-importmap-rails: Update RUN_DEPENDS: use Rails 8.0
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
052a5c4202
commit
6ad63cf24f
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= importmap-rails
|
PORTNAME= importmap-rails
|
||||||
PORTVERSION= 2.1.0
|
PORTVERSION= 2.1.0
|
||||||
|
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-actionpack72>=6.0.0:www/rubygem-actionpack72 \
|
RUN_DEPENDS= rubygem-actionpack80>=6.0.0:www/rubygem-actionpack80 \
|
||||||
rubygem-activesupport72>=6.0.0:devel/rubygem-activesupport72 \
|
rubygem-activesupport80>=6.0.0:devel/rubygem-activesupport80 \
|
||||||
rubygem-railties72>=6.0.0:www/rubygem-railties72
|
rubygem-railties80>=6.0.0:www/rubygem-railties80
|
||||||
|
|
||||||
USES= gem
|
USES= gem
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue