Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2025 16:30:52 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: 6ad63cf24fc9 - main - www/rubygem-importmap-rails: Update RUN_DEPENDS: use Rails 8.0
Message-ID:  <202501021630.502GUqVI050783@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=6ad63cf24fc9b8b133ec5fda79ef7a3d98b33306

commit 6ad63cf24fc9b8b133ec5fda79ef7a3d98b33306
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-01-02 16:29:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-01-02 16:29:35 +0000

    www/rubygem-importmap-rails: Update RUN_DEPENDS: use Rails 8.0
    
    - Bump PORTREVISION for dependency change
---
 www/rubygem-importmap-rails/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www/rubygem-importmap-rails/Makefile b/www/rubygem-importmap-rails/Makefile
index 31c10d9091e8..03b22a3666ed 100644
--- a/www/rubygem-importmap-rails/Makefile
+++ b/www/rubygem-importmap-rails/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	importmap-rails
 PORTVERSION=	2.1.0
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -10,9 +11,9 @@ WWW=		https://github.com/rails/importmap-rails
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-actionpack72>=6.0.0:www/rubygem-actionpack72 \
-		rubygem-activesupport72>=6.0.0:devel/rubygem-activesupport72 \
-		rubygem-railties72>=6.0.0:www/rubygem-railties72
+RUN_DEPENDS=	rubygem-actionpack80>=6.0.0:www/rubygem-actionpack80 \
+		rubygem-activesupport80>=6.0.0:devel/rubygem-activesupport80 \
+		rubygem-railties80>=6.0.0:www/rubygem-railties80
 
 USES=		gem
 



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