notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/rubygem-i18n/Makefile

Number of commits found: 62

Friday, 30 Jun 2023
07:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-i18n: Update to 1.14.1

Changes:	https://github.com/ruby-i18n/i18n/releases
commit hash: f81e83a94ef7e3508cc3ced7cd64ba6263636166 commit hash: f81e83a94ef7e3508cc3ced7cd64ba6263636166 commit hash: f81e83a94ef7e3508cc3ced7cd64ba6263636166 commit hash: f81e83a94ef7e3508cc3ced7cd64ba6263636166 f81e83a
Tuesday, 6 Jun 2023
03:32 Matthias Fechner (mfechner) search for other commits by this committer
devel/rubygem-i18n: fix frozen string

With version v1.13.0 code was changed that returns a frozen string.
This breaks e.g. gitlab-ce on some pages.
Geoffrey Mainland (mainland@apeiron.net) pointed to the issue
logged upstream:
https://github.com/ruby-i18n/i18n/issues/658

PR:		271420
PR:		271356
Approved by:	sunpoet (maintainer)
commit hash: d9c7bd925458d6d51ddbdafe03cf1e5a1a422c16 commit hash: d9c7bd925458d6d51ddbdafe03cf1e5a1a422c16 commit hash: d9c7bd925458d6d51ddbdafe03cf1e5a1a422c16 commit hash: d9c7bd925458d6d51ddbdafe03cf1e5a1a422c16 d9c7bd9
Monday, 5 Jun 2023
18:48 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-i18n: Update to 1.14.0

Changes:	https://github.com/ruby-i18n/i18n/releases
commit hash: e408abee8b3237205d779cc2f013425c4cd66769 commit hash: e408abee8b3237205d779cc2f013425c4cd66769 commit hash: e408abee8b3237205d779cc2f013425c4cd66769 commit hash: e408abee8b3237205d779cc2f013425c4cd66769 e408abe
Thursday, 27 Apr 2023
23:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-i18n: Update to 1.13.0

Changes:	https://github.com/ruby-i18n/i18n/releases
commit hash: af67981180d49f24b1754433a281e8d79cceaf1c commit hash: af67981180d49f24b1754433a281e8d79cceaf1c commit hash: af67981180d49f24b1754433a281e8d79cceaf1c commit hash: af67981180d49f24b1754433a281e8d79cceaf1c af67981
Saturday, 14 Jan 2023
23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae 18c6e18
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 18 Jul 2022
12:40 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-i18n: Update to 1.12.0

Changes:	https://github.com/ruby-i18n/i18n/releases
commit hash: 5d5dedff75af35d70bb4a87ac60a82f073f55a94 commit hash: 5d5dedff75af35d70bb4a87ac60a82f073f55a94 commit hash: 5d5dedff75af35d70bb4a87ac60a82f073f55a94 commit hash: 5d5dedff75af35d70bb4a87ac60a82f073f55a94 5d5dedf
Wednesday, 13 Jul 2022
00:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-i18n: Update to 1.11.0

Changes:	https://github.com/ruby-i18n/i18n/releases
commit hash: b9cc4f6d6423113eca7239de7730e9aa19ad667e commit hash: b9cc4f6d6423113eca7239de7730e9aa19ad667e commit hash: b9cc4f6d6423113eca7239de7730e9aa19ad667e commit hash: b9cc4f6d6423113eca7239de7730e9aa19ad667e b9cc4f6
Friday, 25 Mar 2022
13:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-i18n: Update to 1.10.0

Changes:	https://github.com/ruby-i18n/i18n/releases
commit hash: 05206e9e7395611300de13a46b65a099bb0e6201 commit hash: 05206e9e7395611300de13a46b65a099bb0e6201 commit hash: 05206e9e7395611300de13a46b65a099bb0e6201 commit hash: 05206e9e7395611300de13a46b65a099bb0e6201 05206e9
Monday, 28 Feb 2022
12:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-i18n: Update to 1.9.1

Changes:	https://github.com/ruby-i18n/i18n/releases
commit hash: 3d05099db11f733c8beac8699550589bec04aa2d commit hash: 3d05099db11f733c8beac8699550589bec04aa2d commit hash: 3d05099db11f733c8beac8699550589bec04aa2d commit hash: 3d05099db11f733c8beac8699550589bec04aa2d 3d05099
Friday, 5 Nov 2021
19:15 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-i18n: Update to 1.8.11

Changes:	https://github.com/ruby-i18n/i18n/releases
commit hash: 3d8504a64ffdb8f00e3919dc55f723234148ed9f commit hash: 3d8504a64ffdb8f00e3919dc55f723234148ed9f commit hash: 3d8504a64ffdb8f00e3919dc55f723234148ed9f commit hash: 3d8504a64ffdb8f00e3919dc55f723234148ed9f 3d8504a
Monday, 25 Oct 2021
15:57 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-i18n: Cosmetic change
commit hash: 76f84e904213343a71357fe927c1561e25dbfb79 commit hash: 76f84e904213343a71357fe927c1561e25dbfb79 commit hash: 76f84e904213343a71357fe927c1561e25dbfb79 commit hash: 76f84e904213343a71357fe927c1561e25dbfb79 76f84e9
Thursday, 14 Oct 2021
21:30 Stefan Eßer (se) search for other commits by this committer
devel/rubygem-i18n: Add CPE information

Approved by:	portmgr (blanket)
commit hash: c50dcee13eaad3112a2fdd72a16bea7ffcb274b9 commit hash: c50dcee13eaad3112a2fdd72a16bea7ffcb274b9 commit hash: c50dcee13eaad3112a2fdd72a16bea7ffcb274b9 commit hash: c50dcee13eaad3112a2fdd72a16bea7ffcb274b9 c50dcee
Sunday, 18 Apr 2021
05:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-i18n: Update to 1.8.10

Changes:	https://github.com/ruby-i18n/i18n/releases
commit hash: 8141d651d95fc7cfe9906a6b929a7408890ef0bf commit hash: 8141d651d95fc7cfe9906a6b929a7408890ef0bf commit hash: 8141d651d95fc7cfe9906a6b929a7408890ef0bf commit hash: 8141d651d95fc7cfe9906a6b929a7408890ef0bf 8141d65
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 17 Feb 2021
18:21 sunpoet search for other commits by this committer
Update to 1.8.9

Changes:	https://github.com/ruby-i18n/i18n/releases
Original commitRevision:565702 
Wednesday, 3 Feb 2021
19:50 sunpoet search for other commits by this committer
Update to 1.8.8

Changes:	https://github.com/ruby-i18n/i18n/releases
Original commitRevision:563951 
Sunday, 10 Jan 2021
08:25 sunpoet search for other commits by this committer
Update to 1.8.7

Changes:	https://github.com/ruby-i18n/i18n/releases
Original commitRevision:560998 
Wednesday, 6 Jan 2021
20:34 sunpoet search for other commits by this committer
Update to 1.8.6

Changes:	https://github.com/ruby-i18n/i18n/releases
Original commitRevision:560628 
Thursday, 30 Jul 2020
09:53 sunpoet search for other commits by this committer
Update to 1.8.5

Changes:	https://github.com/ruby-i18n/i18n/releases
Original commitRevision:543774 
Friday, 24 Jul 2020
07:18 sunpoet search for other commits by this committer
Update to 1.8.4

Changes:	https://github.com/ruby-i18n/i18n/releases
Original commitRevision:543095 
Monday, 15 Jun 2020
19:13 sunpoet search for other commits by this committer
Update to 1.8.3

Changes:	https://github.com/ruby-i18n/i18n/releases
Original commitRevision:539259 
Monday, 13 Jan 2020
17:42 sunpoet search for other commits by this committer
Update to 1.8.2

Changes:	https://github.com/ruby-i18n/i18n/releases
Original commitRevision:522908 
Saturday, 11 Jan 2020
10:43 sunpoet search for other commits by this committer
Update to 1.8.1

Changes:	https://github.com/ruby-i18n/i18n/releases
Original commitRevision:522668 
Friday, 10 Jan 2020
19:17 sunpoet search for other commits by this committer
Update to 1.8.0

Changes:	https://github.com/ruby-i18n/i18n/releases
Original commitRevision:522601 
Thursday, 9 Jan 2020
17:53 sunpoet search for other commits by this committer
Update to 1.7.1

Changes:	https://github.com/ruby-i18n/i18n/releases
Original commitRevision:522524 
Sunday, 3 Nov 2019
17:17 sunpoet search for other commits by this committer
Update version requirement of RUN_DEPENDS
Original commitRevision:516449 
Tuesday, 22 Oct 2019
23:34 sunpoet search for other commits by this committer
Update to 1.7.0

Changes:	https://github.com/ruby-i18n/i18n/releases
Original commitRevision:515229 
Monday, 12 Aug 2019
19:45 sunpoet search for other commits by this committer
Update to 1.6.0

- Update WWW
- Take maintainership

Changes:	https://github.com/ruby-i18n/i18n/releases
Original commitRevision:508779 
Saturday, 20 Oct 2018
14:51 sunpoet search for other commits by this committer
Update to 1.1.1

Changes:	https://github.com/svenfuchs/i18n/releases
Original commitRevision:482533 
Wednesday, 8 Aug 2018
23:29 sunpoet search for other commits by this committer
Update to 1.1.0

Changes:	https://github.com/svenfuchs/i18n/releases
Original commitRevision:476706 
Sunday, 22 Apr 2018
08:56 sunpoet search for other commits by this committer
Update to 1.0.1

Changes:	https://github.com/svenfuchs/i18n/releases
Original commitRevision:468000 
Thursday, 15 Feb 2018
12:46 sunpoet search for other commits by this committer
Update to 1.0.0

Changes:	https://github.com/svenfuchs/i18n/releases
		https://github.com/svenfuchs/i18n/commits/master
Original commitRevision:461902 
Wednesday, 14 Feb 2018
13:31 sunpoet search for other commits by this committer
Update to 0.9.5

Changes:	https://github.com/svenfuchs/i18n/releases
Original commitRevision:461800 
Friday, 9 Feb 2018
14:08 sunpoet search for other commits by this committer
Update to 0.9.4

Changes:	https://github.com/svenfuchs/i18n/releases
Original commitRevision:461310 
Wednesday, 31 Jan 2018
15:52 sunpoet search for other commits by this committer
Update to 0.9.3

Changes:	https://github.com/svenfuchs/i18n/releases
Original commitRevision:460483 
Friday, 3 Nov 2017
20:28 sunpoet search for other commits by this committer
Update to 0.9.1

Changes:	https://github.com/svenfuchs/i18n/releases
Original commitRevision:453429 
Monday, 16 Oct 2017
17:47 sunpoet search for other commits by this committer
Update to 0.9.0

Changes:	https://github.com/svenfuchs/i18n/releases
Original commitRevision:452229 
Tuesday, 11 Jul 2017
17:00 sunpoet search for other commits by this committer
Update to 0.8.6

Changes:	https://github.com/svenfuchs/i18n/releases
Original commitRevision:445523 
Saturday, 8 Jul 2017
13:53 sunpoet search for other commits by this committer
Update to 0.8.5

Changes:	https://github.com/svenfuchs/i18n/releases
Original commitRevision:445332 
Tuesday, 4 Jul 2017
18:37 sunpoet search for other commits by this committer
Update to 0.8.4

Changes:	https://github.com/svenfuchs/i18n/releases
Original commitRevision:445031 
Wednesday, 22 Feb 2017
17:15 sunpoet search for other commits by this committer
Update to 0.8.1

- Add LICENSE_FILE

Changes:	https://github.com/svenfuchs/i18n/releases
Original commitRevision:434617 
Wednesday, 1 Feb 2017
19:44 sunpoet search for other commits by this committer
Update to 0.8.0

Changes:	https://github.com/svenfuchs/i18n/commits/master
Original commitRevision:433080 
Wednesday, 27 Apr 2016
21:57 swills search for other commits by this committer
Convert USES=gem:autoplist to USES=gem since autoplist is default
Original commitRevision:414136 
16:36 swills search for other commits by this committer
create USES=gem and update rubygem- ports to use it

Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
Original commitRevision:414118 
Thursday, 2 Jul 2015
16:01 pgollucci search for other commits by this committer
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files

Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
Original commitRevision:391169 
Monday, 26 Jan 2015
03:47 swills search for other commits by this committer
devel/rubygem-i18n: update to 0.7.0
Original commitRevision:377919 
Monday, 25 Aug 2014
12:47 swills search for other commits by this committer
devel/rubygem-i18n: update to 0.6.11
Original commitRevision:366071 
Thursday, 5 Dec 2013
20:27 sunpoet search for other commits by this committer
- Update to 0.6.9
- Add LICENSE

Changes:	https://github.com/svenfuchs/i18n/commits/master
Original commitRevision:335697 
Wednesday, 30 Oct 2013
02:36 swills search for other commits by this committer
- Add stage support
Original commitRevision:332038 
Thursday, 24 Oct 2013
01:45 swills search for other commits by this committer
- Update rails and friends to 3.2.15
- Update rubygem-i18n to 0.6.5
Original commitRevision:331450 
Friday, 20 Sep 2013
17:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Original commitRevision:327726 
Wednesday, 9 Jan 2013
03:53 swills search for other commits by this committer
- Update rubygem-rails to 3.2.11
- Update ports require by rubygem-rails
- Add vuxml entry for rails security issues

Security:	ca5d3272-59e3-11e2-853b-00262d5ed8ee
Security:	b4051b52-58fa-11e2-853b-00262d5ed8ee
Original commitRevision:310121 
Thursday, 27 Oct 2011
03:02 swills search for other commits by this committer
- Update Rails to 3.1.1 and associated changes

With hat:       ruby@
Original commit
Thursday, 23 Jun 2011
17:30 pgollucci search for other commits by this committer
 - Downgraded to 0.50 so that rails can be updated to 3.0.6
   you've just gotta love this stuff

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Original commit
Sunday, 19 Jun 2011
02:26 swills search for other commits by this committer
- Update to 0.6.0
Original commit
Monday, 6 Dec 2010
06:16 wen search for other commits by this committer
- Update to 0.5.0
- Fix a typo in COMMENT
Original commit
Tuesday, 23 Nov 2010
07:19 pgollucci search for other commits by this committer
- Update to 0.4.2

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Original commit
Tuesday, 16 Nov 2010
06:55 pgollucci search for other commits by this committer
- Update to 0.4.1

rails 3.0.1 -> 3.0.2
actionmailer 3.0.1 -> 3.0.2
mailer 2.2.7 -> 2.2.9
BUT
mailer 2.2.9 requires i18n 0.4.1
while 2.2.7 doesn't rquire it at all

downgrade the port to allow the rails update to complete

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Original commit
Wednesday, 10 Nov 2010
05:10 pgollucci search for other commits by this committer
- Update to 0.4.2

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Original commit
Thursday, 2 Sep 2010
02:23 pgollucci search for other commits by this committer
Prep for Rails 3

New wave Internationalization support for Ruby.

WWW:    http://rubygems.org/gems/i18n

Sponsored by:   RideCharge Inc. / Taximagic
Original commit

Number of commits found: 62