Skip to content
Snippets Groups Projects
Verified Commit 877942c4 authored by sunpoet's avatar sunpoet
Browse files

www/rubygem-rails61-node16: Remove obsoleted port

Use www/rubygem-rails61 instead.
parent ed8d08e6
No related branches found
No related tags found
No related merge requests found
......@@ -17503,3 +17503,4 @@ net/rubygem-omniauth-oauth2-v1|net/rubygem-omniauth-oauth2|2022-07-13|Remove obs
devel/rubygem-execjs-node16|devel/rubygem-execjs|2022-07-13|Remove obsoleted port. Use devel/rubygem-execjs instead
devel/rubygem-webpacker-rails61-node16|devel/rubygem-webpacker-rails61|2022-07-13|Remove obsoleted port. Use devel/rubygem-webpacker-rails61 instead
textproc/rubygem-autoprefixer-rails-node16|textproc/rubygem-autoprefixer-rails|2022-07-13|Remove obsoleted port. Use textproc/rubygem-autoprefixer-rails instead
www/rubygem-rails61-node16|www/rubygem-rails61|2022-07-13|Remove obsoleted port. Use www/rubygem-rails61 instead
......@@ -2059,7 +2059,6 @@
SUBDIR += rubygem-rails52
SUBDIR += rubygem-rails60
SUBDIR += rubygem-rails61
SUBDIR += rubygem-rails61-node16
SUBDIR += rubygem-rails70
SUBDIR += rubygem-rails_12factor
SUBDIR += rubygem-rails_autolink
......
# Created by: Johannes Meixner <johannes@perceivon.net>
PORTNAME= rails
PORTVERSION= 6.1.6
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 61-node16
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Full-stack web application framework
LICENSE= MIT
RUN_DEPENDS= rubygem-actioncable61>=${PORTVERSION}:www/rubygem-actioncable61 \
rubygem-actionmailbox61>=${PORTVERSION}:mail/rubygem-actionmailbox61 \
rubygem-actionmailer61>=${PORTVERSION}:mail/rubygem-actionmailer61 \
rubygem-actionpack61>=${PORTVERSION}:www/rubygem-actionpack61 \
rubygem-actiontext61>=${PORTVERSION}:textproc/rubygem-actiontext61 \
rubygem-actionview61>=${PORTVERSION}:devel/rubygem-actionview61 \
rubygem-activejob61>=${PORTVERSION}:devel/rubygem-activejob61 \
rubygem-activemodel61>=${PORTVERSION}:databases/rubygem-activemodel61 \
rubygem-activerecord61>=${PORTVERSION}:databases/rubygem-activerecord61 \
rubygem-activestorage61>=${PORTVERSION}:net/rubygem-activestorage61 \
rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \
rubygem-bundler>=1.15.0:sysutils/rubygem-bundler \
rubygem-railties61>=${PORTVERSION}:www/rubygem-railties61 \
rubygem-sprockets-rails-rails61>=2.0.0:devel/rubygem-sprockets-rails-rails61 \
rubygem-bootsnap>=1.4.4:devel/rubygem-bootsnap \
rubygem-byebug>=0:devel/rubygem-byebug \
rubygem-capybara>=3.26:devel/rubygem-capybara \
rubygem-dalli>=0:databases/rubygem-dalli \
rubygem-image_processing>=1.2<2:graphics/rubygem-image_processing \
rubygem-jbuilder-rails61>=0:devel/rubygem-jbuilder-rails61 \
rubygem-nokogiri>=1.8.1:textproc/rubygem-nokogiri \
rubygem-puma>=0:www/rubygem-puma \
rubygem-rake>=11.1:devel/rubygem-rake \
rubygem-sass-rails-rails61>=0:textproc/rubygem-sass-rails-rails61 \
rubygem-selenium-webdriver>=4.0.0:www/rubygem-selenium-webdriver \
rubygem-spring>=0:devel/rubygem-spring \
rubygem-sqlite3>=1.4<2:databases/rubygem-sqlite3 \
rubygem-turbolinks>=5<6:www/rubygem-turbolinks \
rubygem-uglifier-node16>=1.3.0:www/rubygem-uglifier-node16 \
rubygem-web-console-rails61>=3.3.0:devel/rubygem-web-console-rails61 \
rubygem-webdrivers>=0:www/rubygem-webdrivers \
rubygem-webmock>=0:www/rubygem-webmock \
rubygem-webpacker-rails61-node16>=5.0<6:devel/rubygem-webpacker-rails61-node16 \
rubygem-webrick>=0:www/rubygem-webrick
USES= cpe gem
USE_RUBY= yes
NO_ARCH= yes
CPE_VENDOR= rubyonrails
CPE_PRODUCT= ruby_on_rails
PORTSCOUT= limit:^6\.1\.
.include <bsd.port.mk>
TIMESTAMP = 1652122801
SHA256 (rubygem/rails-6.1.6.gem) = 1f1dd2b3a0b91216f0ceb3d975ad33067ade51b0e9f13e97863239c1c0c09f1b
SIZE (rubygem/rails-6.1.6.gem) = 6656
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.
WWW: https://rubyonrails.org/
WWW: https://github.com/rails/rails
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment