Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Nov 2023 07:59:45 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1015a5d2b09f - main - www/rubygem-cssbundling-rails: Update RUN_DEPENDS: use Rails 7.1
Message-ID:  <202311010759.3A17xjPX046556@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311010759.3A17xjPX046556>