git: 1313aa676868 - main - mail/rubygem-actionmailer70: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:16:07 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1313aa676868c47ed7c40c05f1becfd0ae82b0a7
commit 1313aa676868c47ed7c40c05f1becfd0ae82b0a7
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:51:09 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:54 +0000
mail/rubygem-actionmailer70: Update version requirement of RUN_DEPENDS
- Update WWW and clean up pkg-descr
---
mail/rubygem-actionmailer70/Makefile | 11 ++++++-----
mail/rubygem-actionmailer70/pkg-descr | 2 --
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/mail/rubygem-actionmailer70/Makefile b/mail/rubygem-actionmailer70/Makefile
index fa2bb6a83b29..e378db5f5802 100644
--- a/mail/rubygem-actionmailer70/Makefile
+++ b/mail/rubygem-actionmailer70/Makefile
@@ -6,15 +6,16 @@ PKGNAMESUFFIX= 70
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Compose, deliver, and test emails on Rails
-WWW= https://github.com/rails/rails/tree/main/actionmailer
+WWW= https://github.com/rails/rails/tree/main/actionmailer \
+ https://rubyonrails.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}:www/rubygem-actionpack70 \
- rubygem-actionview70>=${PORTVERSION}:devel/rubygem-actionview70 \
- rubygem-activejob70>=${PORTVERSION}:devel/rubygem-activejob70 \
- rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \
+RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack70 \
+ rubygem-actionview70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-actionview70 \
+ rubygem-activejob70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob70 \
+ rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 \
rubygem-mail>=2.5.4,2<3,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-actionmailer70/pkg-descr b/mail/rubygem-actionmailer70/pkg-descr
index 771fc903149b..e757a32e32bf 100644
--- a/mail/rubygem-actionmailer70/pkg-descr
+++ b/mail/rubygem-actionmailer70/pkg-descr
@@ -10,5 +10,3 @@ Controller renders views using templates.
Additionally, an Action Mailer class can be used to process incoming email, such
as allowing a blog to accept new posts from an email (which could even have been
sent from a phone).
-
-See also: https://rubyonrails.org/