diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-06-18 04:03:03 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-06-18 04:03:03 +0000 |
commit | 4f85f3c52aff83ab83b3af01cc3e0a1da4d24e74 (patch) | |
tree | adb6500ec0714cfc482ca8a4d1495e010317e612 | |
parent | bced0f9203703813cb819cae8c2e12caa0c3914d (diff) | |
download | ports-4f85f3c52aff83ab83b3af01cc3e0a1da4d24e74.tar.gz ports-4f85f3c52aff83ab83b3af01cc3e0a1da4d24e74.zip |
www/rubygem-actionpack5: Update WWW and clean up pkg-descr
-rw-r--r-- | www/rubygem-actionpack5/Makefile | 3 | ||||
-rw-r--r-- | www/rubygem-actionpack5/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/www/rubygem-actionpack5/Makefile b/www/rubygem-actionpack5/Makefile index db6194894106..6fff4bc7b5aa 100644 --- a/www/rubygem-actionpack5/Makefile +++ b/www/rubygem-actionpack5/Makefile @@ -7,7 +7,8 @@ PKGNAMESUFFIX= 5 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Action Controller and Action View of Rails MVC Framework -WWW= https://github.com/rails/rails/tree/main/actionpack +WWW= https://rubyonrails.org/ \ + https://github.com/rails/rails/tree/main/actionpack LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/www/rubygem-actionpack5/pkg-descr b/www/rubygem-actionpack5/pkg-descr index efef1aca62fa..6aaa673d1002 100644 --- a/www/rubygem-actionpack5/pkg-descr +++ b/www/rubygem-actionpack5/pkg-descr @@ -18,5 +18,3 @@ Controller module. Necessary Action Dispatch functionality is activated by default and Action View rendering is implicitly triggered by Action Controller. However, these modules are designed to function on their own and can be used outside of Rails. - -See also: https://rubyonrails.org/ |