fastports

rdoc — Commit History

devel/rubygem-rdoc

showing 65 stored commits — full history at freebsd-ports on GitHub

Commit Credits Log message
6.17.0
124e18f583 files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.17.0
Changes:	https://github.com/ruby/rdoc/releases
6.16.1
20da0d2cda files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.16.1
Changes:	https://github.com/ruby/rdoc/releases
6.15.1
f535c52a4b files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.15.1
Changes:	https://github.com/ruby/rdoc/releases
6.15.0
bb5f53da4a files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.15.0
Changes:	https://github.com/ruby/rdoc/releases
6.14.2
b4af1efe70 files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.14.2
Changes:	https://github.com/ruby/rdoc/releases
6.14.1
9fc8e66167 files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.14.1
Changes:	https://github.com/ruby/rdoc/releases
6.14.0
45a2a141ca files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.14.0
Changes:	https://github.com/ruby/rdoc/releases
6.13.1
59451ea106 files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.13.1
Changes:	https://github.com/ruby/rdoc/releases
6.12.0
ecbc4c090f files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.12.0
Changes:	https://github.com/ruby/rdoc/releases
6.11.0
3ad767284b files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.11.0
Changes:	https://github.com/ruby/rdoc/releases
6.10.0
934193d7b1 files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.10.0
Changes:	https://github.com/ruby/rdoc/releases
6.8.1
cec7a23a74 files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.8.1
Changes:	https://github.com/ruby/rdoc/releases
6.7.0
de8324013e files touched
Yasuhiro Kimura (yasu)
devel/rubygem-rdoc: Update to 6.7.0
ChangeLog:	https://github.com/ruby/rdoc/releases/tag/v6.7.0
6.6.3.1
a8210c5578 files touched
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
6.6.2
3ba351969f files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.6.2
Changes:	https://github.com/ruby/rdoc/releases
6.6.1
f076faf52f files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.6.1
Changes:	https://github.com/ruby/rdoc/releases
6.6.0
991ddcba4e files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.6.0
Changes:	https://github.com/ruby/rdoc/releases
6.5.0
18c6e18276 files touched
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
6.5.0
323839934d files touched
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@)
6.4.0
fb16dfecae files touched
Stefan Eßer (se)
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
6.4.0
b7f05445c0 files touched
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)
6.4.0
c18c1057fd files touched
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
6.4.0
1a6659dcb6 files touched
Yasuhiro Kimura (yasu)
devel/rubygem-rdoc: Update to 6.4.0
Changes:	https://github.com/ruby/rdoc/commits/v6.4.0
6.3.3
a784d1e5dc files touched
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)
6.3.2
e1baa41e91 files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Use proper variable, RUBY_PORT
6.3.2
4460cf727a files touched
Jimmy Olgeni (olgeni)
*: fix tab vs. space issues, and comments according to the guide.
6.3.2
611b744f2a files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Add USES=cpe
6.3.2
4ac62fe63b files touched
Po-Chuan Hsieh (sunpoet)
devel/rubygem-rdoc: Update to 6.3.2
Changes:	https://github.com/ruby/rdoc/commits/master
6.3.1
9f9c3a1527 files touched
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
6.3.0
cf118ccf87 files touched
Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday. Reported by: lwhsu
6.3.0
305f148f48 files touched
Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
6.3.0
f1b49b2c1c files touched
Koichiro Iwao (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
6.2.1
51d414508c files touched
Koichiro Iwao (meta)
devel/rubygem-rdoc: Update to 6.2.1
PR:		241556
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
6.1.2
036eb6b6fa files touched
Koichiro Iwao (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
6.1.2
2ba2ddc95b files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 6.1.2
Changes:	https://github.com/ruby/rdoc/commits/master
Security:	ed8d5535-ca78-11e9-980b-999ff59c22ea
6.1.1
da42372c75 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 6.1.1
Changes:	https://github.com/ruby/rdoc/commits/master
PR:		240062
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
6.0.4
fc268228b6 files touched
Matthias Fechner (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
4.3.0
287be98978 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update WWW
4.3.0
350e5eca76 files touched
Steve Wills (swills)
devel/rubygem-rdoc: update to 4.3.0
4.2.2
462519941e files touched
Steve Wills (swills)
Convert USES=gem:autoplist to USES=gem since autoplist is default
4.2.2
b3e8fe8d85 files touched
Steve Wills (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
4.2.2
4e1b79a0a6 files touched
Mathieu Arnold (mat)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
4.2.2
e91d1f4f31 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 4.2.2
Changes:	https://github.com/rdoc/rdoc/blob/master/History.rdoc
4.2.1
0fd4dff746 files touched
Sunpoet Po-Chuan Hsieh (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
4.2.0
4e3d011569 files touched
Philip M. Gollucci (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
4.2.0
94ecefd04d files touched
Steve Wills (swills)
devel/rubygem-rdoc: update to 4.2.0
4.1.2
47e904ae1e files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Cleanup Mk/bsd.ruby.mk and remove no-op knobs in ruby ports
Reviewed by:	bapt
Reviews:	https://reviews.freebsd.org/D2030
4.1.2
28071e6398 files touched
Steve Wills (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)
3.12.2
e0b279ee76 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Add LICENSE
3.12.2
0d4af95fab files touched
Steve Wills (swills)
- Add stage support
3.12.2
77d32abc6b files touched
Baptiste Daroussin (bapt)
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 4)
3.12.2
6b6211a515 files touched
Steve Wills (swills)
- Update to 3.12.2
3.12.1
845941adf8 files touched
Steve Wills (swills)
- Update to 3.12.1, which resolves CVE-2013-0256
Security:	forthcoming
3.12
7832ddf953 files touched
Philip M. Gollucci (pgollucci)
- Point at the homepage consistently as defined by rubygems.org
3.12
cc3c58fdd5 files touched
Philip M. Gollucci (pgollucci)
- Update to 3.12
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
3.11
19334d785f files touched
Philip M. Gollucci (pgollucci)
- Fix depend versions according to rubygems.org [again]
With Hat:	ruby@
Tested by:	P6 TB Full rubygem run
3.11
c0e9e4681d files touched
Steve Wills (swills)
- Need iconv to build properly
3.11
8f36548b19 files touched
Steve Wills (swills)
- Update Rails to 3.1.1 and associated changes
With hat:	ruby@
3.9.1
7444d57685 files touched
Steve Wills (swills)
- Update to 3.9.1
3.6.1
1cfc796439 files touched
Steve Wills (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
3.6.1
6eee219257 files touched
Philip M. Gollucci (pgollucci)
- Update to 3.6.1 - Remove RUBY_VER=1.9
3.6
cb09b6aff3 files touched
Philip M. Gollucci (pgollucci)
- Unbreak: rdoc 3.x only works with ruby 1.9
Reported by:    pavmail
3.6
3a2d9d5d35 files touched
Philip M. Gollucci (pgollucci)
- Update to 3.6
3.5
7b387e071b files touched
Philip M. Gollucci (pgollucci)
- Update to 3.5
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
3.4
376339a5e1 files touched
Philip M. Gollucci (pgollucci)
- Update rails to 3.0.9 (current) bump required dependencie
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic

← back to port