git: 1ccb5391b1f4 - main - www/rubygem-tailwindcss-rails: Update RUN_DEPENDS: use Rails 7.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 07:59:51 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ccb5391b1f4044fd82ff7bdbd893ecb638c9796 commit 1ccb5391b1f4044fd82ff7bdbd893ecb638c9796 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-01 07:57:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-01 07:57:38 +0000 www/rubygem-tailwindcss-rails: Update RUN_DEPENDS: use Rails 7.1 --- www/rubygem-tailwindcss-rails/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/rubygem-tailwindcss-rails/Makefile b/www/rubygem-tailwindcss-rails/Makefile index 88136d23124a..50aed51eb470 100644 --- a/www/rubygem-tailwindcss-rails/Makefile +++ b/www/rubygem-tailwindcss-rails/Makefile @@ -1,5 +1,6 @@ PORTNAME= tailwindcss-rails PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ WWW= https://github.com/rails/tailwindcss-rails LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-railties70>=6.0.0:www/rubygem-railties70 +RUN_DEPENDS= rubygem-railties71>=6.0.0:www/rubygem-railties71 USES= gem