Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:15:48 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: 46b4eb35e57c - main - devel/rubygem-actionview61: Update to 6.1.7
Message-ID:  <202212300915.2BU9Fmv2023453@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=46b4eb35e57c70ad69d8a850a25d1bc52b9072ec

commit 46b4eb35e57c70ad69d8a850a25d1bc52b9072ec
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:50:43 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:50 +0000

    devel/rubygem-actionview61: Update to 6.1.7
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/rails/rails/releases
---
 devel/rubygem-actionview61/Makefile  | 7 ++++---
 devel/rubygem-actionview61/distinfo  | 6 +++---
 devel/rubygem-actionview61/pkg-descr | 2 --
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/devel/rubygem-actionview61/Makefile b/devel/rubygem-actionview61/Makefile
index 4bfedc48d226..cedb34f20680 100644
--- a/devel/rubygem-actionview61/Makefile
+++ b/devel/rubygem-actionview61/Makefile
@@ -1,17 +1,18 @@
 PORTNAME=	actionview
-PORTVERSION=	6.1.6.1
+PORTVERSION=	6.1.7
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	61
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Rendering framework putting the V in MVC (part of Rails)
-WWW=		https://github.com/rails/rails/tree/main/actionview
+WWW=		https://github.com/rails/rails/tree/main/actionview \
+		https://rubyonrails.org/
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \
+RUN_DEPENDS=	rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61 \
 		rubygem-builder>=3.1<4:devel/rubygem-builder \
 		rubygem-erubi>=1.4<2:www/rubygem-erubi \
 		rubygem-rails-dom-testing-rails61>=2.0<3:textproc/rubygem-rails-dom-testing-rails61 \
diff --git a/devel/rubygem-actionview61/distinfo b/devel/rubygem-actionview61/distinfo
index 6c32be41a43a..6bd6ec0853db 100644
--- a/devel/rubygem-actionview61/distinfo
+++ b/devel/rubygem-actionview61/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1657835559
-SHA256 (rubygem/actionview-6.1.6.1.gem) = a87fc7d2c4fe9b6357492a3ee361be8169f3f319f47bf70fda1b1718b944d06b
-SIZE (rubygem/actionview-6.1.6.1.gem) = 172032
+TIMESTAMP = 1669058237
+SHA256 (rubygem/actionview-6.1.7.gem) = c166e890d2933ffbb6eb2a2eac1b54f03890e33b8b7269503af848db88afc8d4
+SIZE (rubygem/actionview-6.1.7.gem) = 172032
diff --git a/devel/rubygem-actionview61/pkg-descr b/devel/rubygem-actionview61/pkg-descr
index 0a377a8d6129..904615b292ae 100644
--- a/devel/rubygem-actionview61/pkg-descr
+++ b/devel/rubygem-actionview61/pkg-descr
@@ -2,5 +2,3 @@ Action View is a framework for handling view template lookup and rendering, and
 provides view helpers that assist when building HTML forms, Atom feeds and more.
 Template formats that Action View handles are ERB (embedded Ruby, typically used
 to inline short Ruby snippets inside HTML), and XML Builder.
-
-See also: https://rubyonrails.org/



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