Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:16:13 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: 9c1e2a5780e6 - main - www/rubygem-rails70: Update version requirement of RUN_DEPENDS
Message-ID:  <202212300916.2BU9GDaY024027@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=9c1e2a5780e6f3a94711dace3d967bf04224aa7c

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

    www/rubygem-rails70: Update version requirement of RUN_DEPENDS
    
    - Update WWW and clean up pkg-descr
---
 www/rubygem-rails70/Makefile  | 27 ++++++++++++++-------------
 www/rubygem-rails70/pkg-descr |  2 --
 2 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/www/rubygem-rails70/Makefile b/www/rubygem-rails70/Makefile
index f7a361d208b5..f590915c9644 100644
--- a/www/rubygem-rails70/Makefile
+++ b/www/rubygem-rails70/Makefile
@@ -6,23 +6,24 @@ PKGNAMESUFFIX=	70
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Full-stack web application framework
-WWW=		https://github.com/rails/rails
+WWW=		https://github.com/rails/rails \
+		https://rubyonrails.org/
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-actioncable70>=${PORTVERSION}:www/rubygem-actioncable70 \
-		rubygem-actionmailbox70>=${PORTVERSION}:mail/rubygem-actionmailbox70 \
-		rubygem-actionmailer70>=${PORTVERSION}:mail/rubygem-actionmailer70 \
-		rubygem-actionpack70>=${PORTVERSION}:www/rubygem-actionpack70 \
-		rubygem-actiontext70>=${PORTVERSION}:textproc/rubygem-actiontext70 \
-		rubygem-actionview70>=${PORTVERSION}:devel/rubygem-actionview70 \
-		rubygem-activejob70>=${PORTVERSION}:devel/rubygem-activejob70 \
-		rubygem-activemodel70>=${PORTVERSION}:databases/rubygem-activemodel70 \
-		rubygem-activerecord70>=${PORTVERSION}:databases/rubygem-activerecord70 \
-		rubygem-activestorage70>=${PORTVERSION}:net/rubygem-activestorage70 \
-		rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \
+RUN_DEPENDS=	rubygem-actioncable70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actioncable70 \
+		rubygem-actionmailbox70>=${PORTVERSION}<${PORTVERSION}_99:mail/rubygem-actionmailbox70 \
+		rubygem-actionmailer70>=${PORTVERSION}<${PORTVERSION}_99:mail/rubygem-actionmailer70 \
+		rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack70 \
+		rubygem-actiontext70>=${PORTVERSION}<${PORTVERSION}_99:textproc/rubygem-actiontext70 \
+		rubygem-actionview70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-actionview70 \
+		rubygem-activejob70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob70 \
+		rubygem-activemodel70>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activemodel70 \
+		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-bundler>=1.15.0:sysutils/rubygem-bundler \
-		rubygem-railties70>=${PORTVERSION}:www/rubygem-railties70 \
+		rubygem-railties70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-railties70 \
 		rubygem-bootsnap>=1.4.4:devel/rubygem-bootsnap \
 		rubygem-capybara>=3.26:devel/rubygem-capybara \
 		rubygem-connection_pool>=0:net/rubygem-connection_pool \
diff --git a/www/rubygem-rails70/pkg-descr b/www/rubygem-rails70/pkg-descr
index 60fb593f39d2..bf06b8d93825 100644
--- a/www/rubygem-rails70/pkg-descr
+++ b/www/rubygem-rails70/pkg-descr
@@ -16,5 +16,3 @@ library to attach cloud and local files to Rails applications; Action Text, a
 library to handle rich text content; and Active Support, a collection of utility
 classes and standard library extensions that are useful for Rails, and may also
 be used independently outside Rails.
-
-See also: https://rubyonrails.org/



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