Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2026 15:08:49 +0000
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: bdc297d56c14 - main - mail/rubygem-actionmailer-gitlab: Change RUN_DEPENDS from rubygem-mail to rubygem-mail-gitlab
Message-ID:  <6a0f2001.43d3d.33361305@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=bdc297d56c14dea3190e74cd79a0f92b838ea7a5

commit bdc297d56c14dea3190e74cd79a0f92b838ea7a5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-21 14:54:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-21 14:54:08 +0000

    mail/rubygem-actionmailer-gitlab: Change RUN_DEPENDS from rubygem-mail to rubygem-mail-gitlab
    
    - Bump PORTREVISION for dependency change
    
    It is required for rubygem-mail 2.9.0 update.
---
 mail/rubygem-actionmailer-gitlab/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail/rubygem-actionmailer-gitlab/Makefile b/mail/rubygem-actionmailer-gitlab/Makefile
index 807cf0b5696a..267eed751579 100644
--- a/mail/rubygem-actionmailer-gitlab/Makefile
+++ b/mail/rubygem-actionmailer-gitlab/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	actionmailer
 PORTVERSION=	${RAILS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	mail rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	-gitlab
@@ -16,7 +17,7 @@ RUN_DEPENDS=	rubygem-actionpack-gitlab>=${PORTVERSION}<${PORTVERSION}_99:www/rub
 		rubygem-actionview-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-actionview-gitlab \
 		rubygem-activejob-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob-gitlab \
 		rubygem-activesupport-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport-gitlab \
-		rubygem-mail>=2.8.0,2:mail/rubygem-mail \
+		rubygem-mail-gitlab>=2.8.0:mail/rubygem-mail-gitlab \
 		rubygem-rails-dom-testing-rails-gitlab>=2.2<3:textproc/rubygem-rails-dom-testing-rails-gitlab
 
 USES=		gem


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0f2001.43d3d.33361305>