Date: Tue, 18 Jun 2024 04:11:20 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: 9ecc8d40980d - main - www/rubygem-railties5: Update WWW and clean up pkg-descr Message-ID: <202406180411.45I4BKsf094853@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=9ecc8d40980da1e920476e848330c0f7e3c8b470 commit 9ecc8d40980da1e920476e848330c0f7e3c8b470 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 04:03:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 04:03:46 +0000 www/rubygem-railties5: Update WWW and clean up pkg-descr --- www/rubygem-railties5/Makefile | 3 ++- www/rubygem-railties5/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/www/rubygem-railties5/Makefile b/www/rubygem-railties5/Makefile index d0da0f167582..dfaaeaf09037 100644 --- a/www/rubygem-railties5/Makefile +++ b/www/rubygem-railties5/Makefile @@ -6,7 +6,8 @@ PKGNAMESUFFIX= 5 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-railties5/pkg-descr b/www/rubygem-railties5/pkg-descr index a7a4fafb58d9..fbc0144b3be4 100644 --- a/www/rubygem-railties5/pkg-descr +++ b/www/rubygem-railties5/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.45I4BKsf094853>