Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2025 21:08:12 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: 669ae82c1d55 - main - www/rubygem-importmap-rails: Update RUN_DEPENDS: use Rails 8.1
Message-ID:  <202511172108.5AHL8CQh018652@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=669ae82c1d55fe116b37621969e142f959b52b3b

commit 669ae82c1d55fe116b37621969e142f959b52b3b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-17 21:04:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-17 21:06:54 +0000

    www/rubygem-importmap-rails: Update RUN_DEPENDS: use Rails 8.1
    
    - 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 15a3001e3fc5..dca0f7d8be71 100644
--- a/www/rubygem-importmap-rails/Makefile
+++ b/www/rubygem-importmap-rails/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	importmap-rails
 PORTVERSION=	2.2.2
+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-actionpack80>=6.0.0:www/rubygem-actionpack80 \
-		rubygem-activesupport80>=6.0.0:devel/rubygem-activesupport80 \
-		rubygem-railties80>=6.0.0:www/rubygem-railties80
+RUN_DEPENDS=	rubygem-actionpack81>=6.0.0:www/rubygem-actionpack81 \
+		rubygem-activesupport81>=6.0.0:devel/rubygem-activesupport81 \
+		rubygem-railties81>=6.0.0:www/rubygem-railties81
 
 USES=		gem
 


home | help

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