git: 1015a5d2b09f - main - www/rubygem-cssbundling-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:45 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1015a5d2b09f12412a686daafb7551c43508e8b0 commit 1015a5d2b09f12412a686daafb7551c43508e8b0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-01 07:57:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-01 07:57:21 +0000 www/rubygem-cssbundling-rails: Update RUN_DEPENDS: use Rails 7.1 --- www/rubygem-cssbundling-rails/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/rubygem-cssbundling-rails/Makefile b/www/rubygem-cssbundling-rails/Makefile index 9b3bea743507..a6fd6b1c9e47 100644 --- a/www/rubygem-cssbundling-rails/Makefile +++ b/www/rubygem-cssbundling-rails/Makefile @@ -1,5 +1,6 @@ PORTNAME= cssbundling-rails PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ WWW= https://github.com/rails/cssbundling-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