head	1.9;
access;
symbols
	pkgsrc-2026Q1:1.8.0.12
	pkgsrc-2026Q1-base:1.8
	pkgsrc-2025Q4:1.8.0.10
	pkgsrc-2025Q4-base:1.8
	pkgsrc-2025Q3:1.8.0.8
	pkgsrc-2025Q3-base:1.8
	pkgsrc-2025Q2:1.8.0.6
	pkgsrc-2025Q2-base:1.8
	pkgsrc-2025Q1:1.8.0.4
	pkgsrc-2025Q1-base:1.8
	pkgsrc-2024Q4:1.8.0.2
	pkgsrc-2024Q4-base:1.8
	pkgsrc-2024Q3:1.7.0.14
	pkgsrc-2024Q3-base:1.7
	pkgsrc-2024Q2:1.7.0.12
	pkgsrc-2024Q2-base:1.7
	pkgsrc-2024Q1:1.7.0.10
	pkgsrc-2024Q1-base:1.7
	pkgsrc-2023Q4:1.7.0.8
	pkgsrc-2023Q4-base:1.7
	pkgsrc-2023Q3:1.7.0.6
	pkgsrc-2023Q3-base:1.7
	pkgsrc-2023Q2:1.7.0.4
	pkgsrc-2023Q2-base:1.7
	pkgsrc-2023Q1:1.7.0.2
	pkgsrc-2023Q1-base:1.7
	pkgsrc-2022Q4:1.4.0.6
	pkgsrc-2022Q4-base:1.4
	pkgsrc-2022Q3:1.4.0.4
	pkgsrc-2022Q3-base:1.4
	pkgsrc-2022Q2:1.4.0.2
	pkgsrc-2022Q2-base:1.4
	pkgsrc-2022Q1:1.3.0.2
	pkgsrc-2022Q1-base:1.3
	pkgsrc-2021Q4:1.1.0.8
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.6
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.4
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.2
	pkgsrc-2021Q1-base:1.1;
locks; strict;
comment	@# @;


1.9
date	2026.05.05.08.17.45;	author taca;	state dead;
branches;
next	1.8;
commitid	lr4jZbS8kTvMiBEG;

1.8
date	2024.12.08.16.29.25;	author taca;	state Exp;
branches;
next	1.7;
commitid	BPfxK7zIGdfEvIAF;

1.7
date	2023.03.15.13.31.47;	author taca;	state Exp;
branches;
next	1.6;
commitid	qVRHt7J0cHGoUdhE;

1.6
date	2023.02.20.13.30.43;	author taca;	state Exp;
branches;
next	1.5;
commitid	vlovKrggWSU7DgeE;

1.5
date	2023.02.11.13.18.50;	author taca;	state Exp;
branches;
next	1.4;
commitid	MzzlFbff8LsFR6dE;

1.4
date	2022.05.05.03.28.21;	author taca;	state Exp;
branches;
next	1.3;
commitid	UhyFD16i1XXaFOCD;

1.3
date	2022.03.27.06.31.56;	author wiz;	state Exp;
branches
	1.3.2.1;
next	1.2;
commitid	XOA8pL2VovUTVOxD;

1.2
date	2022.03.27.06.29.57;	author wiz;	state Exp;
branches;
next	1.1;
commitid	gbFLATYSBEYbVOxD;

1.1
date	2021.02.14.13.53.25;	author taca;	state Exp;
branches;
next	;
commitid	evyAVRpMy36eqGHC;

1.3.2.1
date	2022.06.04.09.31.41;	author spz;	state Exp;
branches;
next	;
commitid	6heywWYUC6I3IHGD;


desc
@@


1.9
log
@www/ruby-rails61: remove related packages

Ruby on Rails 6.1 EOL since 2024-10-23 and it was kept for Redmine 5.1.
@
text
@# $NetBSD: Makefile,v 1.8 2024/12/08 16:29:25 taca Exp $

DISTNAME=	activesupport-${RAILS_VERSION}
PKGNAME=	${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
PKGREVISION=	1
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	http://www.rubyonrails.org/
COMMENT=	Toolkit of support libraries (part of Rails 6.1)
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-i18n>=1.6:../../devel/ruby-i18n
DEPENDS+=	${RUBY_PKGPREFIX}-tzinfo>=2.0<3:../../time/ruby-tzinfo
DEPENDS+=	${RUBY_PKGPREFIX}-concurrent-ruby11>=1.0<1.2:../../devel/ruby-concurrent-ruby11
DEPENDS+=	${RUBY_PKGPREFIX}-zeitwerk>=2.3<3:../../devel/ruby-zeitwerk
# minitest 5.4.3 is bundled with Ruby 2.2 and later.
#DEPENDS+=	${RUBY_PKGPREFIX}-minitest>=5.1<6:../../devel/ruby-minitest

USE_LANGUAGES=	# none

RUBY_RAILS_ACCEPTED=	61
RUBY_RAILS_STRICT_DEP=	yes

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
@


1.8
log
@devel/ruby-activesupport61: switch to depend on ruby-concurrent-ruby11

Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2023/03/15 13:31:47 taca Exp $
@


1.7
log
@www/ruby-rails61: update to 6.1.7.3

6.1.7.3 (2023-03-13)

Active Support

* Implement SafeBuffer#bytesplice

  [CVE-2023-28120]

Action View

* Ignore certain data-* attributes in rails-ujs when element is
  contenteditable

  [CVE-2023-23913]
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2023/02/20 13:30:43 taca Exp $
d5 1
d15 1
a15 1
DEPENDS+=	${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<1.2:../../devel/ruby-concurrent-ruby
@


1.6
log
@devel/ruby-activesupport*: more strict dependency to ruby-concurrent-ruby

Restrict dependency for ruby-concurrent-ruby to below 1.2.

Reflects a report from wiz@@, thanks much.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2023/02/11 13:18:50 taca Exp $
a4 1
PKGREVISION=	2
@


1.5
log
@Bump PKGREVISION reflects ruby-concurrent-ruby's downgrade.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2022/05/05 03:28:21 taca Exp $
d5 1
a5 1
PKGREVISION=	1
d15 1
a15 1
DEPENDS+=	${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby
@


1.4
log
@devel/ruby-activesupport61: update to 6.1.5.1

## Rails 6.1.5.1 (April 26, 2022) ##

*   Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.

    Add the method `ERB::Util.xml_name_escape` to escape dangerous characters
    in names of tags and names of attributes, following the specification of XML.

    *Álvaro Martín Fraguas*

## Rails 6.1.5 (March 09, 2022) ##

*   Fix `ActiveSupport::Duration.build` to support negative values.

    The algorithm to collect the `parts` of the `ActiveSupport::Duration`
    ignored the sign of the `value` and accumulated incorrect part values. This
    impacted `ActiveSupport::Duration#sum` (which is dependent on `parts`) but
    not `ActiveSupport::Duration#eql?` (which is dependent on `value`).

    *Caleb Buxton*, *Braden Staudacher*

*   `Time#change` and methods that call it (eg. `Time#advance`) will now
    return a `Time` with the timezone argument provided, if the caller was
    initialized with a timezone argument.

    Fixes [#42467](https://github.com/rails/rails/issues/42467).

    *Alex Ghiculescu*

*   Clone to keep extended Logger methods for tagged logger.

    *Orhan Toy*

*   `assert_changes` works on including `ActiveSupport::Assertions` module.

    *Pedro Medeiros*
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/03/27 06:31:56 wiz Exp $
d5 1
@


1.3
log
@*: fix typo in comment
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2022/03/27 06:29:57 wiz Exp $
d15 1
a15 1
DEPENDS+=	${RUBY_PKGPREFIX}-zeitwerk>=2.2<3:../../devel/ruby-zeitwerk
@


1.3.2.1
log
@Pullup ticket #6630 - requested by taca
databases/ruby-activerecord61: security update
devel/ruby-activejob61: security update
devel/ruby-activemodel61: security update
devel/ruby-activestorage61: security update
devel/ruby-activesupport61: security update
devel/ruby-railties61: security update
lang/ruby: version info update
mail/ruby-actionmailbox61: security update
mail/ruby-actionmailer61: security update
textproc/ruby-actiontext61: security update
www/ruby-actioncable61: security update
www/ruby-actionpack61: security update
www/ruby-actionview61: security update
www/ruby-rails61: security update

Revisions pulled up:
- databases/ruby-activerecord61/distinfo                        1.12
- devel/ruby-activejob61/distinfo                               1.12
- devel/ruby-activemodel61/distinfo                             1.12
- devel/ruby-activestorage61/Makefile                           1.5
- devel/ruby-activestorage61/distinfo                           1.12
- devel/ruby-activesupport61/Makefile                           1.4
- devel/ruby-activesupport61/distinfo                           1.12
- devel/ruby-railties61/distinfo                                1.12
- lang/ruby/rails.mk                                            1.121
- mail/ruby-actionmailbox61/PLIST                               1.2
- mail/ruby-actionmailbox61/distinfo                            1.12
- mail/ruby-actionmailer61/PLIST                                1.2
- mail/ruby-actionmailer61/distinfo                             1.12
- textproc/ruby-actiontext61/distinfo                           1.12
- www/ruby-actioncable61/distinfo                               1.12
- www/ruby-actionpack61/distinfo                                1.12
- www/ruby-actionview61/distinfo                                1.12
- www/ruby-rails61/distinfo                                     1.12

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May  5 03:38:25 UTC 2022

   Modified Files:
   	pkgsrc/lang/ruby: rails.mk

   Log Message:
   lang/ruby/rails.mk: Really update of Ruby on Rails to 6.1.5.1


   To generate a diff of this commit:
   cvs rdiff -u -r1.120 -r1.121 pkgsrc/lang/ruby/rails.mk

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May  5 03:28:21 UTC 2022

   Modified Files:
   	pkgsrc/devel/ruby-activesupport61: Makefile distinfo

   Log Message:
   devel/ruby-activesupport61: update to 6.1.5.1

   ## Rails 6.1.5.1 (April 26, 2022) ##

   *   Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.

       Add the method `ERB::Util.xml_name_escape` to escape dangerous characters
       in names of tags and names of attributes, following the specification of XML.

       *lvaro Martn Fraguas*

   ## Rails 6.1.5 (March 09, 2022) ##

   *   Fix `ActiveSupport::Duration.build` to support negative values.

       The algorithm to collect the `parts` of the `ActiveSupport::Duration`
       ignored the sign of the `value` and accumulated incorrect part values. This
       impacted `ActiveSupport::Duration#sum` (which is dependent on `parts`) but
       not `ActiveSupport::Duration#eql?` (which is dependent on `value`).

       *Caleb Buxton*, *Braden Staudacher*

   *   `Time#change` and methods that call it (eg. `Time#advance`) will now
       return a `Time` with the timezone argument provided, if the caller was
       initialized with a timezone argument.

       Fixes [#42467](https://github.com/rails/rails/issues/42467).

       *Alex Ghiculescu*

   *   Clone to keep extended Logger methods for tagged logger.

       *Orhan Toy*

   *   `assert_changes` works on including `ActiveSupport::Assertions` module.

       *Pedro Medeiros*


   To generate a diff of this commit:
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-activesupport61/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-activesupport61/distinfo

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May  5 03:28:57 UTC 2022

   Modified Files:
   	pkgsrc/devel/ruby-activemodel61: distinfo

   Log Message:
   devel/ruby-activemodel61: update to 6.1.5.1

   ## Rails 6.1.5.1 (April 26, 2022) ##

   *   No changes.

   ## Rails 6.1.5 (March 09, 2022) ##

   *   Clear secure password cache if password is set to `nil`

       Before:

          user.password = 'something'
          user.password = nil

          user.password # => 'something'

       Now:

          user.password = 'something'
          user.password = nil

          user.password # => nil

       *Markus Doits*

   *   Fix delegation in `ActiveModel::Type::Registry#lookup` and `ActiveModel::Type.lookup`

       Passing a last positional argument `{}` would be incorrectly considered as keyword argument.

       *Benoit Daloze*

   *   Fix `to_json` after `changes_applied` for `ActiveModel::Dirty` object.

       *Ryuta Kamizono*


   To generate a diff of this commit:
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-activemodel61/distinfo

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May  5 03:29:32 UTC 2022

   Modified Files:
   	pkgsrc/www/ruby-actionview61: distinfo

   Log Message:
   www/ruby-actionview61: update to 6.1.5.1

   ## Rails 6.1.5.1 (April 26, 2022) ##

   *   Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.

       Escape dangerous characters in names of tags and names of attributes in the
       tag helpers, following the XML specification. Rename the option
       `:escape_attributes` to `:escape`, to simplify by applying the option to the
       whole tag.

       *lvaro Martn Fraguas*

   ## Rails 6.1.5 (March 09, 2022) ##

   *   `preload_link_tag` properly inserts `as` attributes for files with `image` MIME
       types, such as JPG or SVG.

       *Nate Berkopec*

   *   Add `autocomplete="off"` to all generated hidden fields.

       Fixes #42610.

       *Ryan Baumann*

   *   Fix `current_page?` when URL has trailing slash.

       This fixes the `current_page?` helper when the given URL has a trailing slash,
       and is an absolute URL or also has query params.

       Fixes #33956.

       *Jonathan Hefner*


   To generate a diff of this commit:
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-actionview61/distinfo

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May  5 03:30:02 UTC 2022

   Modified Files:
   	pkgsrc/www/ruby-actionpack61: distinfo

   Log Message:
   www/ruby-actionpack61: update to 6.1.5.1

   ## Rails 6.1.5.1 (April 26, 2022) ##

   *   Allow Content Security Policy DSL to generate for API responses.

       *Tim Wade*

   ## Rails 6.1.5 (March 09, 2022) ##

   *   Fix `content_security_policy` returning invalid directives.

       Directives such as `self`, `unsafe-eval` and few others were not
       single quoted when the directive was the result of calling a lambda
       returning an array.

       ```ruby
       content_security_policy do |policy|
         policy.frame_ancestors lambda { [:self, "https://example.com"] }
       end
       ```

       With this fix the policy generated from above will now be valid.

       *Edouard Chin*

   *   Update `HostAuthorization` middleware to render debug info only
       when `config.consider_all_requests_local` is set to true.

       Also, blocked host info is always logged with level `error`.

       Fixes #42813.

       *Nikita Vyrko*

   *   Dup arrays that get "converted".

       Fixes #43681.

       *Aaron Patterson*

   *   Don't show deprecation warning for equal paths.

       *Anton Rieder*

   *   Fix crash in `ActionController::Instrumentation` with invalid HTTP formats.

       Fixes #43094.

       *Alex Ghiculescu*

   *   Add fallback host for SystemTestCase driven by RackTest.

       Fixes #42780.

       *Petrik de Heus*

   *   Add more detail about what hosts are allowed.

       *Alex Ghiculescu*


   To generate a diff of this commit:
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-actionpack61/distinfo

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May  5 03:30:33 UTC 2022

   Modified Files:
   	pkgsrc/databases/ruby-activerecord61: distinfo

   Log Message:
   databases/ruby-activerecord61: update to 6.1.5.1

   ## Rails 6.1.5.1 (April 26, 2022) ##

   *   No changes.

   ## Rails 6.1.5 (March 09, 2022) ##

   *   Fix `ActiveRecord::ConnectionAdapters::SchemaCache#deep_deduplicate` for Ruby 2.6.

       Ruby 2.6 and 2.7 have slightly different implementations of the `String#@@-` method.
       In Ruby 2.6, the receiver of the `String#@@-` method is modified under certain circumstances.
       This was later identified as a bug (https://bugs.ruby-lang.org/issues/15926) and only
       fixed in Ruby 2.7.

       Before the changes in this commit, the
       `ActiveRecord::ConnectionAdapters::SchemaCache#deep_deduplicate` method, which internally
       calls the `String#@@-` method, could also modify an input string argument in Ruby 2.6 --
       changing a tainted, unfrozen string into a tainted, frozen string.

       Fixes #43056

       *Eric O'Hanlon*

   *   Fix migration compatibility to create SQLite references/belongs_to column as integer when
       migration version is 6.0.

       `reference`/`belongs_to` in migrations with version 6.0 were creating columns as
       bigint instead of integer for the SQLite Adapter.

       *Marcelo Lauxen*

   *   Fix dbconsole for 3-tier config.

       *Eileen M. Uchitelle*

   *   Better handle SQL queries with invalid encoding.

       ```ruby
       Post.create(name: "broken \xC8 UTF-8")
       ```

       Would cause all adapters to fail in a non controlled way in the code
       responsible to detect write queries.

       The query is now properly passed to the database connection, which might or might
       not be able to handle it, but will either succeed or failed in a more correct way.

       *Jean Boussier*

   *   Ignore persisted in-memory records when merging target lists.

       *Kevin Sjberg*

   *   Fix regression bug that caused ignoring additional conditions for preloading
       `has_many` through relations.

       Fixes #43132

       *Alexander Pauly*

   *   Fix `ActiveRecord::InternalMetadata` to not be broken by
       `config.active_record.record_timestamps = false`

       Since the model always create the timestamp columns, it has to set them, otherwise it breaks
       various DB management tasks.

       Fixes #42983

       *Jean Boussier*

   *   Fix duplicate active record objects on `inverse_of`.

       *Justin Carvalho*

   *   Fix duplicate objects stored in has many association after save.

       Fixes #42549.

       *Alex Ghiculescu*

   *   Fix performance regression in `CollectionAssocation#build`.

       *Alex Ghiculescu*

   *   Fix retrieving default value for text column for MariaDB.

       *fatkodima*


   To generate a diff of this commit:
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/ruby-activerecord61/distinfo

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May  5 03:31:02 UTC 2022

   Modified Files:
   	pkgsrc/devel/ruby-activestorage61: Makefile distinfo

   Log Message:
   devel/ruby-activestorage61: update to 6.1.5.1

   ## Rails 6.1.5.1 (April 26, 2022) ##

   *   No changes.

   ## Rails 6.1.5 (March 09, 2022) ##

   *   Attachments can be deleted after their association is no longer defined.

       Fixes #42514

       *Don Sisco*


   To generate a diff of this commit:
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-activestorage61/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-activestorage61/distinfo

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May  5 03:31:47 UTC 2022

   Modified Files:
   	pkgsrc/mail/ruby-actionmailbox61: PLIST distinfo

   Log Message:
   mail/ruby-actionmailbox61: update to 6.1.5.1

   ## Rails 6.1.5.1 (April 26, 2022) ##

   *   No changes.

   ## Rails 6.1.5 (March 09, 2022) ##

   *   Add `attachments` to the list of permitted parameters for inbound emails conductor.

       When using the conductor to test inbound emails with attachments, this prevents an
       unpermitted parameter warning in default configurations, and prevents errors for
       applications that set:

       ```ruby
       config.action_controller.action_on_unpermitted_parameters = :raise
       ```

       *David Jones*, *Dana Henke*


   To generate a diff of this commit:
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/ruby-actionmailbox61/PLIST
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/ruby-actionmailbox61/distinfo

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May  5 03:32:28 UTC 2022

   Modified Files:
   	pkgsrc/www/ruby-actioncable61: distinfo

   Log Message:
   www/ruby-actioncable61: update to 6.1.5.1

   ## Rails 6.1.5.1 (April 26, 2022) ##

   *   No changes.

   ## Rails 6.1.5 (March 09, 2022) ##

   *   The Action Cable client now ensures successful channel subscriptions:

       * The client maintains a set of pending subscriptions until either
         the server confirms the subscription or the channel is torn down.
       * Rectifies the race condition where an unsubscribe is rapidly followed
         by a subscribe (on the same channel identifier) and the requests are
         handled out of order by the ActionCable server, thereby ignoring the
         subscribe command.

       *Daniel Spinosa*

   *   Truncate broadcast logging messages.

       *J Smith*


   To generate a diff of this commit:
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-actioncable61/distinfo

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May  5 03:32:59 UTC 2022

   Modified Files:
   	pkgsrc/devel/ruby-railties61: distinfo

   Log Message:
   devel/ruby-railties61: update to 6.1.5.1

   ## Rails 6.1.5.1 (April 26, 2022) ##

   *   No changes.

   ## Rails 6.1.5 (March 09, 2022) ##

   *   In `zeitwerk` mode, setup the `once` autoloader first, and the `main` autoloader after it.
       This order plays better with shared namespaces.

       *Xavier Noria*

   *   Handle paths with spaces when editing credentials.

       *Alex Ghiculescu*

   *   Support Psych 4 when loading secrets.

       *Nat Morcos*


   To generate a diff of this commit:
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-railties61/distinfo

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May  5 03:33:27 UTC 2022

   Modified Files:
   	pkgsrc/textproc/ruby-actiontext61: distinfo

   Log Message:
   textproc/ruby-actiontext61: update to 6.1.5.1

   ## Rails 6.1.5.1 (April 26, 2022) ##

   *   No changes.

   ## Rails 6.1.5 (March 09, 2022) ##

   *   Fix Action Text extra trix content wrapper.

       *Alexandre Ruban*


   To generate a diff of this commit:
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/ruby-actiontext61/distinfo

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May  5 03:34:37 UTC 2022

   Modified Files:
   	pkgsrc/devel/ruby-activejob61: distinfo
   	pkgsrc/mail/ruby-actionmailer61: PLIST distinfo
   	pkgsrc/www/ruby-rails61: distinfo

   Log Message:
   Update rest of Ruby on Rails 61 components.

   No change except version.


   To generate a diff of this commit:
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-activejob61/distinfo
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/ruby-actionmailer61/PLIST
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/ruby-actionmailer61/distinfo
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-rails61/distinfo
@
text
@d1 1
a1 1
# $NetBSD$
d15 1
a15 1
DEPENDS+=	${RUBY_PKGPREFIX}-zeitwerk>=2.3<3:../../devel/ruby-zeitwerk
@


1.2
log
@ruby*: fix rails version in COMMENT
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/02/14 13:53:25 taca Exp $
d16 1
a16 1
# minitest 5.4.3 is bundlerd with Ruby 2.2 and later.
@


1.1
log
@devel/ruby-activesupport61: add package version 6.1.2.1

A toolkit of support libraries and Ruby core extensions extracted from
the Rails framework. Rich support for multibyte strings,
internationalization, time zones, and testing.

This is for Ruby on Rails 6.1.
@
text
@d1 1
a1 1
# $NetBSD$
d9 1
a9 1
COMMENT=	Toolkit of support libraries (part of Rails 6.0)
@

