notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: www/rubygem-actionpack5/Makefile
SVNWeb

Number of commits found: 23

Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
Fri, 23 Dec 2022
[ 07:31 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:2672229436a6b939e342d049078d084adc895594  commit hash:2672229436a6b939e342d049078d084adc895594  commit hash:2672229436a6b939e342d049078d084adc895594  2672229  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
*/*: Update dependency

For all ports that isn't compatible with rack 3.x, update dependency
from www/rubygem-rack to www/rubygem-rack22.

PR:		268057
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 31 Aug 2019
[ 21:59 sunpoet search for other commits by this committer ] Original commit   Revision:510454
Update version requirement of RUN_DEPENDS

- Update pkg-descr
Sat, 10 Aug 2019
[ 22:51 sunpoet search for other commits by this committer ] Original commit   Revision:508546
Cosmetic change
Mon, 20 May 2019
[ 18:10 sunpoet search for other commits by this committer ] Original commit   Revision:502152
Update to 5.1.7

Changes:	https://github.com/rails/rails/blob/5-1-stable/actionpack/CHANGELOG.md
Mon, 18 Mar 2019
[ 18:23 sunpoet search for other commits by this committer ] Original commit   Revision:496175
Update to 5.1.6.2

Changes:	https://github.com/rails/rails/blob/5-1-stable/actionpack/CHANGELOG.md
Sun, 2 Dec 2018
[ 15:36 sunpoet search for other commits by this committer ] Original commit   Revision:486434
Update to 5.1.6.1

Changes:	https://github.com/rails/rails/blob/5-1-stable/actionpack/CHANGELOG.md
Sun, 22 Apr 2018
[ 08:50 sunpoet search for other commits by this committer ] Original commit   Revision:467967
Add PORTSCOUT
Tue, 10 Apr 2018
[ 18:27 sunpoet search for other commits by this committer ] Original commit   Revision:466987
Update to 5.1.6

Changes:	https://github.com/rails/rails/blob/5-1-stable/actionpack/CHANGELOG.md
Sat, 17 Feb 2018
[ 11:58 sunpoet search for other commits by this committer ] Original commit   Revision:462111
Update to 5.1.5

Changes:	https://github.com/rails/rails/blob/5-1-stable/actionpack/CHANGELOG.md
Sun, 10 Sep 2017
[ 13:09 sunpoet search for other commits by this committer ] Original commit   Revision:449552
Update to 5.1.4

Changes:	https://github.com/rails/rails/blob/5-1-stable/actionpack/CHANGELOG.md
Fri, 4 Aug 2017
[ 20:08 sunpoet search for other commits by this committer ] Original commit   Revision:447362
Update to 5.1.3

Changes:	https://github.com/rails/rails/blob/5-1-stable/actionpack/CHANGELOG.md
Fri, 14 Jul 2017
[ 20:10 sunpoet search for other commits by this committer ] Original commit   Revision:445811
Fix gemspec for rubygem-rack-test 0.7.0 update

- Bump PORTREVISION for package change
Tue, 27 Jun 2017
[ 16:14 sunpoet search for other commits by this committer ] Original commit   Revision:444487
Update to 5.1.2

Changes:	https://github.com/rails/rails/blob/5-1-stable/actionpack/CHANGELOG.md
Sat, 13 May 2017
[ 12:12 sunpoet search for other commits by this committer ] Original commit   Revision:440800
Update to 5.1.1

Changes:	https://github.com/rails/rails/blob/5-1-stable/actionpack/CHANGELOG.md
Thu, 4 May 2017
[ 23:48 sunpoet search for other commits by this committer ] Original commit   Revision:440136 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Take maintainership
Mon, 1 May 2017
[ 13:42 jrm search for other commits by this committer ] Original commit   Revision:439897 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Create and update rails5 ports to prevent installation of the same ports
for rails4 and rails5

Approved by:	swills (mentor, implicit)
Fri, 28 Apr 2017
[ 21:40 sunpoet search for other commits by this committer ] Original commit   Revision:439690
Update to 5.1.0

Changes:	https://github.com/rails/rails/blob/5-1-stable/actionpack/CHANGELOG.md
Thu, 2 Mar 2017
[ 18:00 sunpoet search for other commits by this committer ] Original commit   Revision:435275
Update to 5.0.2

Changes:	https://github.com/rails/rails/blob/5-0-stable/actionpack/CHANGELOG.md
Mon, 9 Jan 2017
[ 18:32 sunpoet search for other commits by this committer ] Original commit   Revision:431004
Add rubygem-actionpack5 5.0.1 (copied from rubygem-actionpack4)

Number of commits found: 23