git: a26c71c0852b - main - www/rubygem-tailwindcss-rails: Update RUN_DEPENDS: use Rails 7.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Sep 2024 06:27:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a26c71c0852b0247700b99ef770e60c8b39ded3c commit a26c71c0852b0247700b99ef770e60c8b39ded3c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 06:05:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:15:08 +0000 www/rubygem-tailwindcss-rails: Update RUN_DEPENDS: use Rails 7.2 - Bump PORTREVISION for dependency change --- www/rubygem-tailwindcss-rails/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/rubygem-tailwindcss-rails/Makefile b/www/rubygem-tailwindcss-rails/Makefile index 50aed51eb470..4decfad20844 100644 --- a/www/rubygem-tailwindcss-rails/Makefile +++ b/www/rubygem-tailwindcss-rails/Makefile @@ -1,6 +1,6 @@ PORTNAME= tailwindcss-rails PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ WWW= https://github.com/rails/tailwindcss-rails LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-railties71>=6.0.0:www/rubygem-railties71 +RUN_DEPENDS= rubygem-railties72>=6.0.0:www/rubygem-railties72 USES= gem