Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:15:37 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: 831de8345098 - main - mail/rubygem-actionmailer60: Update to 6.0.6
Message-ID:  <202212300915.2BU9FbhM023224@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=831de8345098958504369fb8d07c9fe59ff2f2ae

commit 831de8345098958504369fb8d07c9fe59ff2f2ae
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:50:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:48 +0000

    mail/rubygem-actionmailer60: Update to 6.0.6
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/rails/rails/releases
---
 mail/rubygem-actionmailer60/Makefile  | 11 ++++++-----
 mail/rubygem-actionmailer60/distinfo  |  6 +++---
 mail/rubygem-actionmailer60/pkg-descr |  2 --
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/mail/rubygem-actionmailer60/Makefile b/mail/rubygem-actionmailer60/Makefile
index 5bc15a6b5684..1cf1f28d87b0 100644
--- a/mail/rubygem-actionmailer60/Makefile
+++ b/mail/rubygem-actionmailer60/Makefile
@@ -1,19 +1,20 @@
 PORTNAME=	actionmailer
-PORTVERSION=	6.0.5.1
+PORTVERSION=	6.0.6
 CATEGORIES=	mail rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	60
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Easy email delivery and testing for Ruby
-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-actionpack60>=${PORTVERSION}:www/rubygem-actionpack60 \
-		rubygem-actionview60>=${PORTVERSION}:devel/rubygem-actionview60 \
-		rubygem-activejob60>=${PORTVERSION}:devel/rubygem-activejob60 \
+RUN_DEPENDS=	rubygem-actionpack60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack60 \
+		rubygem-actionview60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-actionview60 \
+		rubygem-activejob60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob60 \
 		rubygem-mail>=2.5.4,2<3,2:mail/rubygem-mail \
 		rubygem-rails-dom-testing-rails60>=2.0<3:textproc/rubygem-rails-dom-testing-rails60
 
diff --git a/mail/rubygem-actionmailer60/distinfo b/mail/rubygem-actionmailer60/distinfo
index ce582654ea2c..311095a240be 100644
--- a/mail/rubygem-actionmailer60/distinfo
+++ b/mail/rubygem-actionmailer60/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1657835541
-SHA256 (rubygem/actionmailer-6.0.5.1.gem) = 50a070cfe8da91bef13fa0d52c07fbccfecd032d5d0e52686c4cbfb250ecff25
-SIZE (rubygem/actionmailer-6.0.5.1.gem) = 31232
+TIMESTAMP = 1669058219
+SHA256 (rubygem/actionmailer-6.0.6.gem) = 3dfefc49c038e061790f4a34b6b16996363cdd5a0b07f746321ab0690b72d511
+SIZE (rubygem/actionmailer-6.0.6.gem) = 31232
diff --git a/mail/rubygem-actionmailer60/pkg-descr b/mail/rubygem-actionmailer60/pkg-descr
index 771fc903149b..e757a32e32bf 100644
--- a/mail/rubygem-actionmailer60/pkg-descr
+++ b/mail/rubygem-actionmailer60/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/



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