www/rubygem-hamlit-rails: Update RUN_DEPENDS: use Rails 7.1

- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2024-07-09 00:22:51 +08:00
parent a50c9e6e14
commit 7a949aff4d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,19 +1,20 @@
PORTNAME= hamlit-rails PORTNAME= hamlit-rails
PORTVERSION= 0.2.3 PORTVERSION= 0.2.3
PORTREVISION= 1
CATEGORIES= www rubygems CATEGORIES= www rubygems
MASTER_SITES= RG MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Hamlit (haml) generators for Rails 4 COMMENT= Hamlit (haml) generators for Rails 4+
WWW= https://github.com/mfung/hamlit-rails WWW= https://github.com/mfung/hamlit-rails
LICENSE= MIT LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activesupport4>=4.0.1:devel/rubygem-activesupport4 \ RUN_DEPENDS= rubygem-activesupport71>=4.0.1:devel/rubygem-activesupport71 \
rubygem-actionpack4>=4.0.1:www/rubygem-actionpack4 \ rubygem-actionpack71>=4.0.1:www/rubygem-actionpack71 \
rubygem-hamlit>=1.2.0:www/rubygem-hamlit \ rubygem-hamlit>=1.2.0:www/rubygem-hamlit \
rubygem-railties4>=4.0.1:www/rubygem-railties4 rubygem-railties71>=4.0.1:www/rubygem-railties71
USES= gem shebangfix USES= gem shebangfix