git: 7a949aff4dc8 - main - www/rubygem-hamlit-rails: Update RUN_DEPENDS: use Rails 7.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jul 2024 16:25:59 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a949aff4dc854d90a8857cb633a9dccc9313c40 commit 7a949aff4dc854d90a8857cb633a9dccc9313c40 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-08 16:22:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-08 16:22:51 +0000 www/rubygem-hamlit-rails: Update RUN_DEPENDS: use Rails 7.1 - Bump PORTREVISION for dependency change --- www/rubygem-hamlit-rails/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/www/rubygem-hamlit-rails/Makefile b/www/rubygem-hamlit-rails/Makefile index 98f0bcb6242e..08aa7e16a89e 100644 --- a/www/rubygem-hamlit-rails/Makefile +++ b/www/rubygem-hamlit-rails/Makefile @@ -1,19 +1,20 @@ PORTNAME= hamlit-rails PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG 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 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activesupport4>=4.0.1:devel/rubygem-activesupport4 \ - rubygem-actionpack4>=4.0.1:www/rubygem-actionpack4 \ +RUN_DEPENDS= rubygem-activesupport71>=4.0.1:devel/rubygem-activesupport71 \ + rubygem-actionpack71>=4.0.1:www/rubygem-actionpack71 \ 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