Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2021 15:59:35 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: bbb9cff246d6 - main - devel/rubygem-actionpack-action_caching: Use Rails 6.1
Message-ID:  <202109271559.18RFxZXv031668@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=bbb9cff246d64cb65e4091bb28dfadd8943319e6

commit bbb9cff246d64cb65e4091bb28dfadd8943319e6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-27 15:39:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-27 15:56:04 +0000

    devel/rubygem-actionpack-action_caching: Use Rails 6.1
    
    - Bump PORTREVISION for dependency change
---
 devel/rubygem-actionpack-action_caching/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/rubygem-actionpack-action_caching/Makefile b/devel/rubygem-actionpack-action_caching/Makefile
index 4263e9bf7a2c..1a8e3ba2aacd 100644
--- a/devel/rubygem-actionpack-action_caching/Makefile
+++ b/devel/rubygem-actionpack-action_caching/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	actionpack-action_caching
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	Action caching for Action Pack (removed from core in Rails 4.0)
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-actionpack4>=4.0:www/rubygem-actionpack4
+RUN_DEPENDS=	rubygem-actionpack61>=4.0:www/rubygem-actionpack61
 
 USES=		gem
 USE_RUBY=	yes



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