databases/rubygem-activemodel52: Update WWW and clean up pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2024-06-18 12:00:57 +08:00
parent 7d87ce2df8
commit 7ba7a019e4
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,8 @@ PKGNAMESUFFIX= 52
MAINTAINER= sunpoet@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolkit for building modeling frameworks COMMENT= Toolkit for building modeling frameworks
WWW= https://github.com/rails/rails/tree/main/activemodel WWW= https://rubyonrails.org/ \
https://github.com/rails/rails/tree/main/activemodel
LICENSE= MIT LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE LICENSE_FILE= ${WRKSRC}/MIT-LICENSE

View file

@ -5,5 +5,3 @@ the Rails framework.
Active Model provides a default module that implements the basic API required to Active Model provides a default module that implements the basic API required to
integrate with Action Pack out of the box: ActiveModel::Model. integrate with Action Pack out of the box: ActiveModel::Model.
See also: https://rubyonrails.org/