git: 65f49b4d25c5 - main - www/rubygem-cssbundling-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:26 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=65f49b4d25c596cd0bb1e36082e7cf5ca91786cf commit 65f49b4d25c596cd0bb1e36082e7cf5ca91786cf Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 06:04:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:15:07 +0000 www/rubygem-cssbundling-rails: Update RUN_DEPENDS: use Rails 7.2 - Bump PORTREVISION for dependency change --- 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 ac5606537caf..8e69a65bd0c0 100644 --- a/www/rubygem-cssbundling-rails/Makefile +++ b/www/rubygem-cssbundling-rails/Makefile @@ -1,5 +1,6 @@ PORTNAME= cssbundling-rails PORTVERSION= 1.4.1 +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-railties71>=6.0.0:www/rubygem-railties71 +RUN_DEPENDS= rubygem-railties72>=6.0.0:www/rubygem-railties72 USES= gem