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
non port: devel/rubygem-rdoc/Makefile
SVNWeb

Number of commits found: 45

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, 9 Dec 2022
[ 04:36 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:323839934da42a978b925e0499f7255e4b695811  commit hash:323839934da42a978b925e0499f7255e4b695811  commit hash:323839934da42a978b925e0499f7255e4b695811  3238399 
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@)
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, 6 Apr 2022
[ 01:20 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:c18c1057fd1e6a0dbd4800700b929064e43e1a29  commit hash:c18c1057fd1e6a0dbd4800700b929064e43e1a29  commit hash:c18c1057fd1e6a0dbd4800700b929064e43e1a29  c18c105  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
*/*: 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
Sat, 25 Dec 2021
[ 08:18 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:1a6659dcb611aab06e7e9ba3adee8c81ce3f9d93  commit hash:1a6659dcb611aab06e7e9ba3adee8c81ce3f9d93  commit hash:1a6659dcb611aab06e7e9ba3adee8c81ce3f9d93  1a6659d 
devel/rubygem-rdoc: Update to 6.4.0

Changes:	https://github.com/ruby/rdoc/commits/v6.4.0
Fri, 3 Dec 2021
[ 07:55 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:a784d1e5dcb60e18357f8f386c479be1d677a18d  commit hash:a784d1e5dcb60e18357f8f386c479be1d677a18d  commit hash:a784d1e5dcb60e18357f8f386c479be1d677a18d  a784d1e 
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)
Mon, 1 Nov 2021
[ 13:42 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:e1baa41e9137a9bb8d6313ed013680b1b81a6ea5  commit hash:e1baa41e9137a9bb8d6313ed013680b1b81a6ea5  commit hash:e1baa41e9137a9bb8d6313ed013680b1b81a6ea5  e1baa41 
devel/rubygem-rdoc: Use proper variable, RUBY_PORT
Sat, 16 Oct 2021
[ 09:51 Jimmy Olgeni (olgeni) search for other commits by this committer ]    commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  4460cf7  (Only the first 10 of 476 ports in this commit are shown above. View all ports for this commit)
*: fix tab vs. space issues, and comments according to the guide.
Tue, 21 Sep 2021
[ 22:24 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:611b744f2a0c978c8824f5ee8706d96d0f2d2ac5  commit hash:611b744f2a0c978c8824f5ee8706d96d0f2d2ac5  commit hash:611b744f2a0c978c8824f5ee8706d96d0f2d2ac5  611b744 
devel/rubygem-rdoc: Add USES=cpe
Wed, 14 Jul 2021
[ 16:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:4ac62fe63be0b1e2c46f71b29a111ef0ac9f58ce  commit hash:4ac62fe63be0b1e2c46f71b29a111ef0ac9f58ce  commit hash:4ac62fe63be0b1e2c46f71b29a111ef0ac9f58ce  4ac62fe6 
devel/rubygem-rdoc: Update to 6.3.2

Changes:	https://github.com/ruby/rdoc/commits/master
Mon, 3 May 2021
[ 14:01 Koichiro Iwao (meta) search for other commits by this committer ]    commit hash:9f9c3a1527cb11d3344bf4993597016de2a5ae78  commit hash:9f9c3a1527cb11d3344bf4993597016de2a5ae78  commit hash:9f9c3a1527cb11d3344bf4993597016de2a5ae78  9f9c3a1 
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
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
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.
Fri, 25 Dec 2020
[ 14:43 meta search for other commits by this committer ] Original commit   Revision:559245
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
Sat, 3 Oct 2020
[ 12:23 meta search for other commits by this committer ] Original commit   Revision:551306
devel/rubygem-rdoc: Update to 6.2.1

PR:		241556
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Fri, 13 Mar 2020
[ 09:27 meta search for other commits by this committer ] Original commit   Revision:528339
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
Fri, 30 Aug 2019
[ 00:07 sunpoet search for other commits by this committer ] Original commit   Revision:510223
Update to 6.1.2

Changes:	https://github.com/ruby/rdoc/commits/master
Security:	ed8d5535-ca78-11e9-980b-999ff59c22ea
Mon, 26 Aug 2019
[ 11:50 sunpoet search for other commits by this committer ] Original commit   Revision:509935
Update to 6.1.1

Changes:	https://github.com/ruby/rdoc/commits/master
PR:		240062
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Wed, 4 Jul 2018
[ 17:22 mfechner search for other commits by this committer ] Original commit   Revision:473900
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
Mon, 2 Jan 2017
[ 19:10 swills search for other commits by this committer ] Original commit   Revision:430393
devel/rubygem-rdoc: update to 4.3.0
Wed, 27 Apr 2016
[ 21:57 swills search for other commits by this committer ] Original commit   Revision:414136 (Only the first 10 of 1194 ports in this commit are shown above. View all ports for this commit)
Convert USES=gem:autoplist to USES=gem since autoplist is default
[ 16:36 swills search for other commits by this committer ] Original commit   Revision:414118 (Only the first 10 of 1196 ports in this commit are shown above. View all ports for this commit)
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
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 6 Mar 2016
[ 06:31 sunpoet search for other commits by this committer ] Original commit   Revision:410357
- Update to 4.2.2

Changes:	https://github.com/rdoc/rdoc/blob/master/History.rdoc
Fri, 25 Dec 2015
[ 19:45 sunpoet search for other commits by this committer ] Original commit   Revision:404464
- 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
Thu, 2 Jul 2015
[ 16:01 pgollucci search for other commits by this committer ] Original commit   Revision:391169 (Only the first 10 of 614 ports in this commit are shown above. View all ports for this commit)
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files

Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
Fri, 3 Apr 2015
[ 01:15 swills search for other commits by this committer ] Original commit   Revision:383084
devel/rubygem-rdoc: update to 4.2.0
Sat, 14 Mar 2015
[ 14:36 sunpoet search for other commits by this committer ] Original commit   Revision:381274 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Cleanup Mk/bsd.ruby.mk and remove no-op knobs in ruby ports

Reviewed by:	bapt
Reviews:	https://reviews.freebsd.org/D2030
Sun, 14 Sep 2014
[ 02:06 swills search for other commits by this committer ] Original commit   Revision:368156 (Only the first 10 of 77 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 31 Dec 2013
[ 10:09 sunpoet search for other commits by this committer ] Original commit   Revision:338271
- Add LICENSE
Wed, 30 Oct 2013
[ 02:40 swills search for other commits by this committer ] Original commit   Revision:332040 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Add stage support
Fri, 20 Sep 2013
[ 17:17 bapt search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Sat, 1 Jun 2013
[ 21:23 swills search for other commits by this committer ] Original commit   Revision:319596
- Update to 3.12.2
Tue, 12 Feb 2013
[ 16:29 swills search for other commits by this committer ] Original commit   Revision:312120
- Update to 3.12.1, which resolves CVE-2013-0256

Security:	forthcoming
Sat, 17 Dec 2011
[ 04:11 pgollucci search for other commits by this committer ] Original commit 
- Update to 3.12

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Wed, 2 Nov 2011
[ 18:05 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Fix depend versions according to rubygems.org [again]

With Hat:       ruby@
Tested by:      P6 TB Full rubygem run
Thu, 27 Oct 2011
[ 03:43 swills search for other commits by this committer ] Original commit 
- Need iconv to build properly
[ 03:02 swills search for other commits by this committer ] Original commit  (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
- Update Rails to 3.1.1 and associated changes

With hat:       ruby@
Sat, 6 Aug 2011
[ 17:25 swills search for other commits by this committer ] Original commit 
- Update to 3.9.1
Wed, 20 Jul 2011
[ 02:44 swills search for other commits by this committer ] Original commit 
- 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
Fri, 15 Jul 2011
[ 17:51 pgollucci search for other commits by this committer ] Original commit 
- Update to 3.6.1
- Remove RUBY_VER=1.9
Tue, 28 Jun 2011
[ 20:15 pgollucci search for other commits by this committer ] Original commit 
- Unbreak: rdoc 3.x only works with ruby 1.9

Reported by:    pavmail
Sun, 26 Jun 2011
[ 00:27 pgollucci search for other commits by this committer ] Original commit 
- Update to 3.6
Sat, 25 Jun 2011
[ 03:13 pgollucci search for other commits by this committer ] Original commit 
- Update to 3.5

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Thu, 23 Jun 2011
[ 19:32 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Update rails to 3.0.9 (current)
  bump required dependencie

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic

Number of commits found: 45