Skip to content

Commit

Permalink
www/rubygem-rails61: Update to 6.1.7
Browse files Browse the repository at this point in the history
- Update WWW and clean up pkg-descr

Changes:	https://github.com/rails/rails/releases
  • Loading branch information
sunpoet committed Dec 30, 2022
1 parent 50ef0f2 commit a041be3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
29 changes: 15 additions & 14 deletions www/rubygem-rails61/Makefile
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
PORTNAME= rails
PORTVERSION= 6.1.6.1
PORTVERSION= 6.1.7
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 61

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Full-stack web application framework
WWW= https://github.com/rails/rails
WWW= https://github.com/rails/rails \
https://rubyonrails.org/

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 \
RUN_DEPENDS= rubygem-actioncable61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actioncable61 \
rubygem-actionmailbox61>=${PORTVERSION}<${PORTVERSION}_99:mail/rubygem-actionmailbox61 \
rubygem-actionmailer61>=${PORTVERSION}<${PORTVERSION}_99:mail/rubygem-actionmailer61 \
rubygem-actionpack61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack61 \
rubygem-actiontext61>=${PORTVERSION}<${PORTVERSION}_99:textproc/rubygem-actiontext61 \
rubygem-actionview61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-actionview61 \
rubygem-activejob61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob61 \
rubygem-activemodel61>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activemodel61 \
rubygem-activerecord61>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord61 \
rubygem-activestorage61>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage61 \
rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61 \
rubygem-bundler>=1.15.0:sysutils/rubygem-bundler \
rubygem-railties61>=${PORTVERSION}:www/rubygem-railties61 \
rubygem-railties61>=${PORTVERSION}<${PORTVERSION}_99: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 \
Expand Down
6 changes: 3 additions & 3 deletions www/rubygem-rails61/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1657835577
SHA256 (rubygem/rails-6.1.6.1.gem) = 17024921a3913fb341f584542b06adf6bb12977a8b92d5fce093c3996c963686
SIZE (rubygem/rails-6.1.6.1.gem) = 6656
TIMESTAMP = 1669058255
SHA256 (rubygem/rails-6.1.7.gem) = 6e3b9226fb9f82d916990b7da9a121191890ed20ac49f40e902d4e6952308006
SIZE (rubygem/rails-6.1.7.gem) = 6656
2 changes: 0 additions & 2 deletions www/rubygem-rails61/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ 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/

0 comments on commit a041be3

Please sign in to comment.