non port: devel/rubygem-i18n/Makefile |
Number of commits found: 64 |
Sunday, 19 May 2024
|
17:18 Po-Chuan Hsieh (sunpoet)
devel/rubygem-i18n: Update to 1.14.5
Changes: https://github.com/ruby-i18n/i18n/releases
900418c |
Thursday, 18 Apr 2024
|
12:48 Po-Chuan Hsieh (sunpoet)
devel/rubygem-i18n: Update to 1.14.4
Changes: https://github.com/ruby-i18n/i18n/releases
78c4732 |
Friday, 30 Jun 2023
|
07:07 Po-Chuan Hsieh (sunpoet)
devel/rubygem-i18n: Update to 1.14.1
Changes: https://github.com/ruby-i18n/i18n/releases
f81e83a |
Tuesday, 6 Jun 2023
|
03:32 Matthias Fechner (mfechner)
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)
d9c7bd9 |
Monday, 5 Jun 2023
|
18:48 Po-Chuan Hsieh (sunpoet)
devel/rubygem-i18n: Update to 1.14.0
Changes: https://github.com/ruby-i18n/i18n/releases
e408abe |
Thursday, 27 Apr 2023
|
23:59 Po-Chuan Hsieh (sunpoet)
devel/rubygem-i18n: Update to 1.13.0
Changes: https://github.com/ruby-i18n/i18n/releases
af67981 |
Saturday, 14 Jan 2023
|
23:08 Muhammad Moinur Rahman (bofh)
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
18c6e18 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Monday, 18 Jul 2022
|
12:40 Po-Chuan Hsieh (sunpoet)
devel/rubygem-i18n: Update to 1.12.0
Changes: https://github.com/ruby-i18n/i18n/releases
5d5dedf |
Wednesday, 13 Jul 2022
|
00:19 Po-Chuan Hsieh (sunpoet)
devel/rubygem-i18n: Update to 1.11.0
Changes: https://github.com/ruby-i18n/i18n/releases
b9cc4f6 |
Friday, 25 Mar 2022
|
13:37 Po-Chuan Hsieh (sunpoet)
devel/rubygem-i18n: Update to 1.10.0
Changes: https://github.com/ruby-i18n/i18n/releases
05206e9 |
Monday, 28 Feb 2022
|
12:46 Po-Chuan Hsieh (sunpoet)
devel/rubygem-i18n: Update to 1.9.1
Changes: https://github.com/ruby-i18n/i18n/releases
3d05099 |
Friday, 5 Nov 2021
|
19:15 Po-Chuan Hsieh (sunpoet)
devel/rubygem-i18n: Update to 1.8.11
Changes: https://github.com/ruby-i18n/i18n/releases
3d8504a |
Monday, 25 Oct 2021
|
15:57 Po-Chuan Hsieh (sunpoet)
devel/rubygem-i18n: Cosmetic change
76f84e9 |
Thursday, 14 Oct 2021
|
21:30 Stefan Eßer (se)
devel/rubygem-i18n: Add CPE information
Approved by: portmgr (blanket)
c50dcee |
Sunday, 18 Apr 2021
|
05:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-i18n: Update to 1.8.10
Changes: https://github.com/ruby-i18n/i18n/releases
8141d65 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 17 Feb 2021
|
18:21 sunpoet
Update to 1.8.9
Changes: https://github.com/ruby-i18n/i18n/releases
|
Wednesday, 3 Feb 2021
|
19:50 sunpoet
Update to 1.8.8
Changes: https://github.com/ruby-i18n/i18n/releases
|
Sunday, 10 Jan 2021
|
08:25 sunpoet
Update to 1.8.7
Changes: https://github.com/ruby-i18n/i18n/releases
|
Wednesday, 6 Jan 2021
|
20:34 sunpoet
Update to 1.8.6
Changes: https://github.com/ruby-i18n/i18n/releases
|
Thursday, 30 Jul 2020
|
09:53 sunpoet
Update to 1.8.5
Changes: https://github.com/ruby-i18n/i18n/releases
|
Friday, 24 Jul 2020
|
07:18 sunpoet
Update to 1.8.4
Changes: https://github.com/ruby-i18n/i18n/releases
|
Monday, 15 Jun 2020
|
19:13 sunpoet
Update to 1.8.3
Changes: https://github.com/ruby-i18n/i18n/releases
|
Monday, 13 Jan 2020
|
17:42 sunpoet
Update to 1.8.2
Changes: https://github.com/ruby-i18n/i18n/releases
|
Saturday, 11 Jan 2020
|
10:43 sunpoet
Update to 1.8.1
Changes: https://github.com/ruby-i18n/i18n/releases
|
Friday, 10 Jan 2020
|
19:17 sunpoet
Update to 1.8.0
Changes: https://github.com/ruby-i18n/i18n/releases
|
Thursday, 9 Jan 2020
|
17:53 sunpoet
Update to 1.7.1
Changes: https://github.com/ruby-i18n/i18n/releases
|
Sunday, 3 Nov 2019
|
17:17 sunpoet
Update version requirement of RUN_DEPENDS
|
Tuesday, 22 Oct 2019
|
23:34 sunpoet
Update to 1.7.0
Changes: https://github.com/ruby-i18n/i18n/releases
|
Monday, 12 Aug 2019
|
19:45 sunpoet
Update to 1.6.0
- Update WWW
- Take maintainership
Changes: https://github.com/ruby-i18n/i18n/releases
|
Saturday, 20 Oct 2018
|
14:51 sunpoet
Update to 1.1.1
Changes: https://github.com/svenfuchs/i18n/releases
|
Wednesday, 8 Aug 2018
|
23:29 sunpoet
Update to 1.1.0
Changes: https://github.com/svenfuchs/i18n/releases
|
Sunday, 22 Apr 2018
|
08:56 sunpoet
Update to 1.0.1
Changes: https://github.com/svenfuchs/i18n/releases
|
Thursday, 15 Feb 2018
|
12:46 sunpoet
Update to 1.0.0
Changes: https://github.com/svenfuchs/i18n/releases
https://github.com/svenfuchs/i18n/commits/master
|
Wednesday, 14 Feb 2018
|
13:31 sunpoet
Update to 0.9.5
Changes: https://github.com/svenfuchs/i18n/releases
|
Friday, 9 Feb 2018
|
14:08 sunpoet
Update to 0.9.4
Changes: https://github.com/svenfuchs/i18n/releases
|
Wednesday, 31 Jan 2018
|
15:52 sunpoet
Update to 0.9.3
Changes: https://github.com/svenfuchs/i18n/releases
|
Friday, 3 Nov 2017
|
20:28 sunpoet
Update to 0.9.1
Changes: https://github.com/svenfuchs/i18n/releases
|
Monday, 16 Oct 2017
|
17:47 sunpoet
Update to 0.9.0
Changes: https://github.com/svenfuchs/i18n/releases
|
Tuesday, 11 Jul 2017
|
17:00 sunpoet
Update to 0.8.6
Changes: https://github.com/svenfuchs/i18n/releases
|
Saturday, 8 Jul 2017
|
13:53 sunpoet
Update to 0.8.5
Changes: https://github.com/svenfuchs/i18n/releases
|
Tuesday, 4 Jul 2017
|
18:37 sunpoet
Update to 0.8.4
Changes: https://github.com/svenfuchs/i18n/releases
|
Wednesday, 22 Feb 2017
|
17:15 sunpoet
Update to 0.8.1
- Add LICENSE_FILE
Changes: https://github.com/svenfuchs/i18n/releases
|
Wednesday, 1 Feb 2017
|
19:44 sunpoet
Update to 0.8.0
Changes: https://github.com/svenfuchs/i18n/commits/master
|
Wednesday, 27 Apr 2016
|
21:57 swills
Convert USES=gem:autoplist to USES=gem since autoplist is default
|
16:36 swills
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
|
Thursday, 2 Jul 2015
|
16:01 pgollucci
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb
|
Monday, 26 Jan 2015
|
03:47 swills
devel/rubygem-i18n: update to 0.7.0
|
Monday, 25 Aug 2014
|
12:47 swills
devel/rubygem-i18n: update to 0.6.11
|
Thursday, 5 Dec 2013
|
20:27 sunpoet
- Update to 0.6.9
- Add LICENSE
Changes: https://github.com/svenfuchs/i18n/commits/master
|
Wednesday, 30 Oct 2013
|
02:36 swills
- Add stage support
|
Thursday, 24 Oct 2013
|
01:45 swills
- Update rails and friends to 3.2.15
- Update rubygem-i18n to 0.6.5
|
Friday, 20 Sep 2013
|
17:17 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Wednesday, 9 Jan 2013
|
03:53 swills
- 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
|
Thursday, 27 Oct 2011
|
03:02 swills
- Update Rails to 3.1.1 and associated changes
With hat: ruby@
|
Thursday, 23 Jun 2011
|
17:30 pgollucci
- 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
|
Sunday, 19 Jun 2011
|
02:26 swills
- Update to 0.6.0
|
Monday, 6 Dec 2010
|
06:16 wen
- Update to 0.5.0
- Fix a typo in COMMENT
|
Tuesday, 23 Nov 2010
|
07:19 pgollucci
- Update to 0.4.2
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
|
Tuesday, 16 Nov 2010
|
06:55 pgollucci
- 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
|
Wednesday, 10 Nov 2010
|
05:10 pgollucci
- Update to 0.4.2
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
|
Thursday, 2 Sep 2010
|
02:23 pgollucci
Prep for Rails 3
New wave Internationalization support for Ruby.
WWW: http://rubygems.org/gems/i18n
Sponsored by: RideCharge Inc. / Taximagic
|
Number of commits found: 64 |