| non port: devel/rubygem-rdoc/Makefile |
Number of commits found: 62 |
|
Tuesday, 16 Dec 2025
|
21:17 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.17.0
Changes: https://github.com/ruby/rdoc/releases
124e18f |
|
Tuesday, 2 Dec 2025
|
12:18 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.16.1
Changes: https://github.com/ruby/rdoc/releases
20da0d2 |
|
Sunday, 9 Nov 2025
|
16:32 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.15.1
Changes: https://github.com/ruby/rdoc/releases
f535c52 |
|
Sunday, 19 Oct 2025
|
00:00 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.15.0
Changes: https://github.com/ruby/rdoc/releases
bb5f53d |
|
Sunday, 13 Jul 2025
|
12:39 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.14.2
Changes: https://github.com/ruby/rdoc/releases
b4af1ef |
|
Sunday, 29 Jun 2025
|
11:46 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.14.1
Changes: https://github.com/ruby/rdoc/releases
9fc8e66 |
|
Sunday, 1 Jun 2025
|
16:24 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.14.0
Changes: https://github.com/ruby/rdoc/releases
45a2a14 |
|
Friday, 18 Apr 2025
|
05:38 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.13.1
Changes: https://github.com/ruby/rdoc/releases
59451ea |
|
Monday, 17 Feb 2025
|
08:21 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.12.0
Changes: https://github.com/ruby/rdoc/releases
ecbc4c0 |
|
Monday, 3 Feb 2025
|
15:54 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.11.0
Changes: https://github.com/ruby/rdoc/releases
3ad7672 |
|
Tuesday, 31 Dec 2024
|
15:55 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.10.0
Changes: https://github.com/ruby/rdoc/releases
934193d |
|
Wednesday, 27 Nov 2024
|
02:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.8.1
Changes: https://github.com/ruby/rdoc/releases
cec7a23 |
|
Tuesday, 28 May 2024
|
01:46 Yasuhiro Kimura (yasu)
devel/rubygem-rdoc: Update to 6.7.0
ChangeLog: https://github.com/ruby/rdoc/releases/tag/v6.7.0
de83240 |
|
Thursday, 18 Apr 2024
|
12:49 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.6.3.1
- Update WWW
Changes: https://github.com/ruby/rdoc/releases
https://github.com/ruby/rdoc/commits/master
Security: CVE-2024-27281
a8210c55 |
|
Monday, 25 Dec 2023
|
09:02 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.6.2
Changes: https://github.com/ruby/rdoc/releases
3ba3519 |
|
Thursday, 14 Dec 2023
|
05:49 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.6.1
Changes: https://github.com/ruby/rdoc/releases
f076faf |
|
Tuesday, 14 Nov 2023
|
17:16 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.6.0
Changes: https://github.com/ruby/rdoc/releases
991ddcb |
|
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 |
|
Friday, 9 Dec 2022
|
04:36 Yasuhiro Kimura (yasu)
devel/rubygem-rdoc: Update to 6.5.0
ChangeLog: https://github.com/ruby/rdoc/releases/tag/v6.5.0
PR: 268191
Approved by: meta (ruby@)
3238399 |
|
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 |
|
Wednesday, 6 Apr 2022
|
01:20 Yasuhiro Kimura (yasu)
*/*: Cleanup after removal of lang/ruby26
* Remove conditions that are applied to Ruby 2.6 or before.
* Remove BROKEN_RUBY26.
* Mark ports broken with all supported versions of Ruby as DEPRECATED
and set EXPIRATION_DATE.
Reviewed by: rene
Approved by: rene (portmgr)
Differential Revision: https://reviews.freebsd.org/D34745
c18c105 |
|
Saturday, 25 Dec 2021
|
08:18 Yasuhiro Kimura (yasu)
devel/rubygem-rdoc: Update to 6.4.0
Changes: https://github.com/ruby/rdoc/commits/v6.4.0
1a6659d |
|
Friday, 3 Dec 2021
|
07:55 Yasuhiro Kimura (yasu)
devel/rubygem-rdoc: Update to 6.3.3
ChangeLog: https://github.com/ruby/rdoc/commits/v6.3.3
PR: 259773
Approved by: maintainer timeout (> 3 weeks)
a784d1e |
|
Monday, 1 Nov 2021
|
13:42 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Use proper variable, RUBY_PORT
e1baa41 |
|
Saturday, 16 Oct 2021
|
09:51 Jimmy Olgeni (olgeni)
*: fix tab vs. space issues, and comments according to the guide.
4460cf7 |
|
Tuesday, 21 Sep 2021
|
22:24 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Add USES=cpe
611b744 |
|
Wednesday, 14 Jul 2021
|
16:10 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.3.2
Changes: https://github.com/ruby/rdoc/commits/master
4ac62fe6 |
|
Monday, 3 May 2021
|
14:01 Koichiro Iwao (meta)
devel/rubygem-rdoc: Update to 6.3.1
PR: 25552
Reported by: Yasuhiro Kimura <yasu@utahime.org>
Relnotes: https://github.com/ruby/rdoc/commits/v6.3.1
Security: CVE-2021-31799
9f9c3a1 |
|
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 |
|
Friday, 25 Dec 2020
|
14:43 meta
devel/rubygem-rdoc: Update to 6.3.0
PR: 252012
Submitted by: Yasuhiro Kimura <yasu@utahime.org>
Relnotes: https://github.com/ruby/rdoc/commits/v6.3.0
 |
|
Saturday, 3 Oct 2020
|
12:23 meta
devel/rubygem-rdoc: Update to 6.2.1
PR: 241556
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
 |
|
Friday, 13 Mar 2020
|
09:27 meta
lang/ruby27: throw out irb, ri, rdoc from lang/ruby27
because they're provided as "default gem" since Ruby 2.6.
We provide "default gem"s as gem ports rather than a part of lang/ruby*
port. files/patch-tool_rbinstall.rb makes not to install such default gems
however hollow wrapper scripts bin/{irb,ri,rdoc} and their manpages were
still left.
This commit intend to move out such wrapper scripts and manpages to gem
ports completely.
PR: 243888
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (initial revision)
meta (myself)
Differential Revision: https://reviews.freebsd.org/D23514
 |
|
Friday, 30 Aug 2019
|
00:07 sunpoet
Update to 6.1.2
Changes: https://github.com/ruby/rdoc/commits/master
Security: ed8d5535-ca78-11e9-980b-999ff59c22ea
 |
|
Monday, 26 Aug 2019
|
11:50 sunpoet
Update to 6.1.1
Changes: https://github.com/ruby/rdoc/commits/master
PR: 240062
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
 |
|
Wednesday, 4 Jul 2018
|
17:22 mfechner
Update to 6.0.4 which is required for gitlab 11.0.2.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16127
 |
|
Monday, 2 Jan 2017
|
19:10 swills
devel/rubygem-rdoc: update to 4.3.0
 |
|
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
 |
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
|
Sunday, 6 Mar 2016
|
06:31 sunpoet
- Update to 4.2.2
Changes: https://github.com/rdoc/rdoc/blob/master/History.rdoc
 |
|
Friday, 25 Dec 2015
|
19:45 sunpoet
- Update to 4.2.1
- Add LICENSE_FILE
- Remove BUILD_DEPENDS
- Rework r277976 in a simpler way
Changes: https://github.com/rdoc/rdoc/blob/master/History.rdoc
 |
|
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
 |
|
Friday, 3 Apr 2015
|
01:15 swills
devel/rubygem-rdoc: update to 4.2.0
 |
|
Saturday, 14 Mar 2015
|
14:36 sunpoet
- Cleanup Mk/bsd.ruby.mk and remove no-op knobs in ruby ports
Reviewed by: bapt
Reviews: https://reviews.freebsd.org/D2030
 |
|
Sunday, 14 Sep 2014
|
02:06 swills
www/rubygem-rails4: create port for rails4
This port required creating a number of new ports, old versions of existing
ports and other adjustments, so do all that while here too.
Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby
Being a full-stack framework means that all layers are built to work
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.
WWW: http://www.rubyonrails.org
Submitted by: xmj (based on)
 |
|
Tuesday, 31 Dec 2013
|
10:09 sunpoet
- Add LICENSE
 |
|
Wednesday, 30 Oct 2013
|
02:40 swills
- Add stage support
 |
|
Friday, 20 Sep 2013
|
17:17 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
 |
|
Saturday, 1 Jun 2013
|
21:23 swills
- Update to 3.12.2
 |
|
Tuesday, 12 Feb 2013
|
16:29 swills
- Update to 3.12.1, which resolves CVE-2013-0256
Security: forthcoming
 |
|
Saturday, 17 Dec 2011
|
04:11 pgollucci
- Update to 3.12
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
 |
|
Wednesday, 2 Nov 2011
|
18:05 pgollucci
- Fix depend versions according to rubygems.org [again]
With Hat: ruby@
Tested by: P6 TB Full rubygem run
 |
|
Thursday, 27 Oct 2011
|
03:43 swills
- Need iconv to build properly
 |
03:02 swills
- Update Rails to 3.1.1 and associated changes
With hat: ruby@
 |
|
Saturday, 6 Aug 2011
|
17:25 swills
- Update to 3.9.1
 |
|
Wednesday, 20 Jul 2011
|
02:44 swills
- Fix build with Ruby 1.9
- Avoid overwriting rdoc and ri from ruby port (not perfect solution but
best I can find at the moment)
- Hints from NetBSD pkgsrc
PR: ports/158827
 |
|
Friday, 15 Jul 2011
|
17:51 pgollucci
- Update to 3.6.1
- Remove RUBY_VER=1.9
 |
|
Tuesday, 28 Jun 2011
|
20:15 pgollucci
- Unbreak: rdoc 3.x only works with ruby 1.9
Reported by: pavmail
 |
|
Sunday, 26 Jun 2011
|
00:27 pgollucci
- Update to 3.6
 |
|
Saturday, 25 Jun 2011
|
03:13 pgollucci
- Update to 3.5
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
 |
|
Thursday, 23 Jun 2011
|
19:32 pgollucci
- Update rails to 3.0.9 (current)
bump required dependencie
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
 |
Number of commits found: 62 |