Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:16:06 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: d3672b6e66dc - main - mail/rubygem-actionmailbox70: Update version requirement of RUN_DEPENDS
Message-ID:  <202212300916.2BU9G60H023874@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=d3672b6e66dcb703ca4a4513b66ada472c1a9d7a

commit d3672b6e66dcb703ca4a4513b66ada472c1a9d7a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:51:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:54 +0000

    mail/rubygem-actionmailbox70: Update version requirement of RUN_DEPENDS
    
    - Update WWW and clean up pkg-descr
---
 mail/rubygem-actionmailbox70/Makefile  | 13 +++++++------
 mail/rubygem-actionmailbox70/pkg-descr |  2 --
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/mail/rubygem-actionmailbox70/Makefile b/mail/rubygem-actionmailbox70/Makefile
index e3e046dc07ec..2d3e3b1a7ac3 100644
--- a/mail/rubygem-actionmailbox70/Makefile
+++ b/mail/rubygem-actionmailbox70/Makefile
@@ -6,16 +6,17 @@ PKGNAMESUFFIX=	70
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Receive and process incoming emails in Rails applications
-WWW=		https://github.com/rails/rails/tree/main/actionmailbox
+WWW=		https://github.com/rails/rails/tree/main/actionmailbox \
+		https://rubyonrails.org/
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-actionpack70>=${PORTVERSION}:www/rubygem-actionpack70 \
-		rubygem-activejob70>=${PORTVERSION}:devel/rubygem-activejob70 \
-		rubygem-activerecord70>=${PORTVERSION}:databases/rubygem-activerecord70 \
-		rubygem-activestorage70>=${PORTVERSION}:net/rubygem-activestorage70 \
-		rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \
+RUN_DEPENDS=	rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack70 \
+		rubygem-activejob70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob70 \
+		rubygem-activerecord70>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord70 \
+		rubygem-activestorage70>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage70 \
+		rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 \
 		rubygem-mail>=2.7.1,2:mail/rubygem-mail \
 		rubygem-net-imap>=0:mail/rubygem-net-imap \
 		rubygem-net-pop>=0:mail/rubygem-net-pop \
diff --git a/mail/rubygem-actionmailbox70/pkg-descr b/mail/rubygem-actionmailbox70/pkg-descr
index 742baa46b9ec..ffc1daea8253 100644
--- a/mail/rubygem-actionmailbox70/pkg-descr
+++ b/mail/rubygem-actionmailbox70/pkg-descr
@@ -10,5 +10,3 @@ Active Storage, and responsible data handling with on-by-default incineration.
 These inbound emails are routed asynchronously using Active Job to one or
 several dedicated mailboxes, which are capable of interacting directly with the
 rest of your domain model.
-
-See also: https://rubyonrails.org/



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