Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2025 16:30:54 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: 569e83e5dfec - main - www/rubygem-propshaft: Update RUN_DEPENDS: use Rails 8.0
Message-ID:  <202501021630.502GUshb050890@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=569e83e5dfececed4b3049643847b3ec7d97c21e

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

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

diff --git a/www/rubygem-propshaft/Makefile b/www/rubygem-propshaft/Makefile
index 3ee87b884747..d9a9c74b6e0a 100644
--- a/www/rubygem-propshaft/Makefile
+++ b/www/rubygem-propshaft/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	propshaft
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -10,10 +11,10 @@ WWW=		https://github.com/rails/propshaft
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-actionpack72>=7.0.0:www/rubygem-actionpack72 \
-		rubygem-activesupport72>=7.0.0:devel/rubygem-activesupport72 \
+RUN_DEPENDS=	rubygem-actionpack80>=7.0.0:www/rubygem-actionpack80 \
+		rubygem-activesupport80>=7.0.0:devel/rubygem-activesupport80 \
 		rubygem-rack>=0,3:www/rubygem-rack \
-		rubygem-railties72>=7.0.0:www/rubygem-railties72
+		rubygem-railties80>=7.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.502GUshb050890>