non port: devel/rubygem-rdoc/Makefile |
SVNWeb
|
Number of commits found: 45 |
Sat, 14 Jan 2023
|
[ 23:08 Muhammad Moinur Rahman (bofh) ] 18c6e18 (Only the first 10 of 2869 ports in this commit are shown above. )
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) ] 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) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 6 Apr 2022
|
[ 01:20 Yasuhiro Kimura (yasu) ] c18c105 (Only the first 10 of 13 ports in this commit are shown above. )
*/*: 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) ] 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) ] 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) ] e1baa41
devel/rubygem-rdoc: Use proper variable, RUBY_PORT
|
Sat, 16 Oct 2021
|
[ 09:51 Jimmy Olgeni (olgeni) ] 4460cf7 (Only the first 10 of 476 ports in this commit are shown above. )
*: fix tab vs. space issues, and comments according to the guide.
|
Tue, 21 Sep 2021
|
[ 22:24 Po-Chuan Hsieh (sunpoet) ] 611b744
devel/rubygem-rdoc: Add USES=cpe
|
Wed, 14 Jul 2021
|
[ 16:10 Po-Chuan Hsieh (sunpoet) ] 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) ] 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) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 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
|
Sat, 3 Oct 2020
|
[ 12:23 meta ]
devel/rubygem-rdoc: Update to 6.2.1
PR: 241556
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
Fri, 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
|
Fri, 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
|
Mon, 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>
|
Wed, 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
|
Mon, 2 Jan 2017
|
[ 19:10 swills ]
devel/rubygem-rdoc: update to 4.3.0
|
Wed, 27 Apr 2016
|
[ 21:57 swills ] (Only the first 10 of 1194 ports in this commit are shown above. )
Convert USES=gem:autoplist to USES=gem since autoplist is default
|
[ 16:36 swills ] (Only the first 10 of 1196 ports in this commit are shown above. )
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 ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 6 Mar 2016
|
[ 06:31 sunpoet ]
- Update to 4.2.2
Changes: https://github.com/rdoc/rdoc/blob/master/History.rdoc
|
Fri, 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
|
Thu, 2 Jul 2015
|
[ 16:01 pgollucci ] (Only the first 10 of 614 ports in this commit are shown above. )
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 ]
devel/rubygem-rdoc: update to 4.2.0
|
Sat, 14 Mar 2015
|
[ 14:36 sunpoet ] (Only the first 10 of 19 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 77 ports in this commit are shown above. )
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 ]
- Add LICENSE
|
Wed, 30 Oct 2013
|
[ 02:40 swills ] (Only the first 10 of 19 ports in this commit are shown above. )
- Add stage support
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] (Only the first 10 of 623 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Sat, 1 Jun 2013
|
[ 21:23 swills ]
- Update to 3.12.2
|
Tue, 12 Feb 2013
|
[ 16:29 swills ]
- Update to 3.12.1, which resolves CVE-2013-0256
Security: forthcoming
|
Sat, 17 Dec 2011
|
[ 04:11 pgollucci ]
- Update to 3.12
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
|
Wed, 2 Nov 2011
|
[ 18:05 pgollucci ] (Only the first 10 of 40 ports in this commit are shown above. )
- 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 ]
- Need iconv to build properly
|
[ 03:02 swills ] (Only the first 10 of 57 ports in this commit are shown above. )
- Update Rails to 3.1.1 and associated changes
With hat: ruby@
|
Sat, 6 Aug 2011
|
[ 17:25 swills ]
- Update to 3.9.1
|
Wed, 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
|
Fri, 15 Jul 2011
|
[ 17:51 pgollucci ]
- Update to 3.6.1
- Remove RUBY_VER=1.9
|
Tue, 28 Jun 2011
|
[ 20:15 pgollucci ]
- Unbreak: rdoc 3.x only works with ruby 1.9
Reported by: pavmail
|
Sun, 26 Jun 2011
|
[ 00:27 pgollucci ]
- Update to 3.6
|
Sat, 25 Jun 2011
|
[ 03:13 pgollucci ]
- Update to 3.5
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
|
Thu, 23 Jun 2011
|
[ 19:32 pgollucci ] (Only the first 10 of 14 ports in this commit are shown above. )
- Update rails to 3.0.9 (current)
bump required dependencie
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
|
Number of commits found: 45 |