Date: Tue, 18 Jun 2024 04:11:21 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: 18caa9a7cb59 - main - www/rubygem-railties50: Update WWW and clean up pkg-descr Message-ID: <202406180411.45I4BLqe094903@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=18caa9a7cb594909f81b2aa27105018b17c8ccc2 commit 18caa9a7cb594909f81b2aa27105018b17c8ccc2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 04:03:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 04:03:48 +0000 www/rubygem-railties50: Update WWW and clean up pkg-descr --- www/rubygem-railties50/Makefile | 3 ++- www/rubygem-railties50/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/www/rubygem-railties50/Makefile b/www/rubygem-railties50/Makefile index 2ee1b74e2402..2a349ef303e3 100644 --- a/www/rubygem-railties50/Makefile +++ b/www/rubygem-railties50/Makefile @@ -6,7 +6,8 @@ PKGNAMESUFFIX= 50 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rails internals bootup, plugins, generators, and rake tasks -WWW= https://github.com/rails/rails/tree/main/railties +WWW= https://rubyonrails.org/ \ + https://github.com/rails/rails/tree/main/railties LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/www/rubygem-railties50/pkg-descr b/www/rubygem-railties50/pkg-descr index a7a4fafb58d9..fbc0144b3be4 100644 --- a/www/rubygem-railties50/pkg-descr +++ b/www/rubygem-railties50/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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406180411.45I4BLqe094903>