From b5b449a12efd6dcef94e7628658338e6ee5f23de Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 30 Dec 2022 16:51:25 +0800 Subject: [PATCH] www/rubygem-railties70: Update version requirement of RUN_DEPENDS - Update WWW and clean up pkg-descr --- www/rubygem-railties70/Makefile | 7 ++++--- www/rubygem-railties70/pkg-descr | 2 -- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/www/rubygem-railties70/Makefile b/www/rubygem-railties70/Makefile index 83faef2511d12..6d4433342907b 100644 --- a/www/rubygem-railties70/Makefile +++ b/www/rubygem-railties70/Makefile @@ -6,13 +6,14 @@ PKGNAMESUFFIX= 70 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rails internals: application bootup, plugins, generators, and rake tasks -WWW= https://github.com/rails/rails/tree/master/railties +WWW= https://github.com/rails/rails/tree/master/railties \ + https://rubyonrails.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}:www/rubygem-actionpack70 \ - rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \ +RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack70 \ + rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 \ rubygem-method_source>=0:devel/rubygem-method_source \ rubygem-rake>=12.2:devel/rubygem-rake \ rubygem-thor>=1.0<2:devel/rubygem-thor \ diff --git a/www/rubygem-railties70/pkg-descr b/www/rubygem-railties70/pkg-descr index a7a4fafb58d91..fbc0144b3be48 100644 --- a/www/rubygem-railties70/pkg-descr +++ b/www/rubygem-railties70/pkg-descr @@ -2,5 +2,3 @@ Railties is responsible for gluing all frameworks together. Overall, it: - handles the bootstrapping process for a Rails application; - manages the rails command line interface; - and provides the Rails generators core. - -See also: https://rubyonrails.org/