diff --git a/www/rubygem-rails52/Makefile b/www/rubygem-rails52/Makefile index ec596b3eb392..6e59b8ff3d96 100644 --- a/www/rubygem-rails52/Makefile +++ b/www/rubygem-rails52/Makefile @@ -1,52 +1,53 @@ PORTNAME= rails PORTVERSION= 5.2.8.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Full-stack web application framework -WWW= https://github.com/rails/rails +WWW= https://rubyonrails.org/ \ + https://github.com/rails/rails LICENSE= MIT RUN_DEPENDS= rubygem-actioncable52>=${PORTVERSION}:www/rubygem-actioncable52 \ rubygem-actionmailer52>=${PORTVERSION}:mail/rubygem-actionmailer52 \ rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \ rubygem-actionview52>=${PORTVERSION}:devel/rubygem-actionview52 \ rubygem-activejob52>=${PORTVERSION}:devel/rubygem-activejob52 \ rubygem-activemodel52>=${PORTVERSION}:databases/rubygem-activemodel52 \ rubygem-activerecord52>=${PORTVERSION}:databases/rubygem-activerecord52 \ rubygem-activestorage52>=${PORTVERSION}:net/rubygem-activestorage52 \ rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \ rubygem-bundler>=1.3.0:sysutils/rubygem-bundler \ rubygem-railties52>=${PORTVERSION}:www/rubygem-railties52 \ rubygem-sprockets-rails-rails52>=2.0.0:devel/rubygem-sprockets-rails-rails52 \ rubygem-bootsnap>=1.1.0:devel/rubygem-bootsnap \ rubygem-byebug>=0:devel/rubygem-byebug \ rubygem-capybara>=2.15:devel/rubygem-capybara \ rubygem-chromedriver-helper>=0:www/rubygem-chromedriver-helper \ rubygem-coffee-rails-rails52>=0:devel/rubygem-coffee-rails-rails52 \ rubygem-jbuilder-rails52>=0:devel/rubygem-jbuilder-rails52 \ rubygem-mini_magick>=0:graphics/rubygem-mini_magick \ rubygem-nokogiri>=1.8.1:textproc/rubygem-nokogiri \ rubygem-puma>=0:www/rubygem-puma \ rubygem-rake>=11.1:devel/rubygem-rake \ rubygem-sass-rails-rails52>=0:textproc/rubygem-sass-rails-rails52 \ rubygem-selenium-webdriver>=0:www/rubygem-selenium-webdriver \ rubygem-spring>=0:devel/rubygem-spring \ rubygem-sqlite3>=1.3.6:databases/rubygem-sqlite3 \ rubygem-turbolinks>=5:www/rubygem-turbolinks \ rubygem-uglifier>=1.3.0:www/rubygem-uglifier \ rubygem-web-console3-rails52>=3.3.0:devel/rubygem-web-console3-rails52 USES= cpe gem NO_ARCH= yes CPE_VENDOR= rubyonrails CPE_PRODUCT= ruby_on_rails PORTSCOUT= limit:^5\.2\. .include diff --git a/www/rubygem-rails52/pkg-descr b/www/rubygem-rails52/pkg-descr index 6d53dd51a599..77f026452f6e 100644 --- a/www/rubygem-rails52/pkg-descr +++ b/www/rubygem-rails52/pkg-descr @@ -1,12 +1,10 @@ Rails is a web-application framework for the MVC pattern that includes both a template engine, controller framework, and object-relational mapping package. Everything needed to develop web-apps that can run on CGI, FastCGI, and mod_ruby Being a full-stack framework means that all layers are built to work seamlessly together. That way you Don't Repeat Yourself (DRY) and you can use a single language from top to bottom. Everything from templates to control flow to business logic is written in Ruby - The language of love for industry heavy-weights. - -See also: https://rubyonrails.org/