aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby26
Commit message (Collapse)AuthorAgeFilesLines
* devel/doxygen: update to 1.9.1 releaseDima Panov2021-04-181-126/+127
| | | | | | Also regen 'pkg-plist' for affected consumers, with PORTREVISION bump Touch Mk/bsd.ruby.mk due to all ruby* is affected MFH: 2021Q2
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* lang/ruby26: Update to 2.6.7Koichiro Iwao2021-04-062-50/+54
| | | | | | | | | PR: 254800 Reported by: Yasuhiro Kimura <yasu@utahime.org> Reviewed by: meta (myself) Relnotes: https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-6-7-released/ Security: CVE-2020-25613 Security: CVE-2021-28965
* devel/doxygen: Update to 1.9.0Dima Panov2021-01-082-3859/+111
| | | | | | | | | | | | | | | | - regen patches by 'make makepatch' - adjust consumers which affected by new doxygen styles - take maintainersip Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0 PR: 242347 Submitted by: fluffy Reported by: Naram Qashat (ex-maintainer) Exp-run by: antoine Notes: svn path=/head/; revision=560752
* Add libunwind for aarch64, powerpc64 and powerpc64le.Piotr Kubaj2020-10-121-1/+1
| | | | Notes: svn path=/head/; revision=552141
* Update to 2.6.6Sunpoet Po-Chuan Hsieh2020-04-022-3/+4
| | | | | | | Changes: https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-6-6-released/ Notes: svn path=/head/; revision=530363
* lang/ruby26: fix build on 12Piotr Kubaj2020-01-311-2/+2
| | | | | | | | | | Use GCC9 only on head, ruby fails to build otherwise. PR: 242630 Reported by: lfmorrison@gmail.com Notes: svn path=/head/; revision=524729
* lang/ruby26: fix build on powerpcPiotr Kubaj2020-01-091-1/+1
| | | | | | | | | | powerpc requires GCC after all to build this port: building .ext/include/powerpc-freebsd13/rb_mjit_min_header-2.6.5.h ./miniruby -I./lib -I. -I.ext/common ./tool/transform_mjit_header.rb "cc " rb_mjit_header.h .ext/include/powerpc-freebsd13/rb_mjit_min_header-2.6.5.h *** Signal 6 Notes: svn path=/head/; revision=522532
* lang/ruby26: fix build on powerpc, don't use GCC on powerpc64 elfv2Piotr Kubaj2020-01-021-1/+1
| | | | | | | | | | | | | | ruby currently has issues when compiling on powerpc with gcc9. Use base GCC instead. Also don't use GCC on powerpc64 elfv2, builds fine with clang. PR: 242630 Submitted by: nunovasconcellos@gmail.com Reported by: canardo909@gmx.com Approved by: portmgr (build fix blanket) Notes: svn path=/head/; revision=521857
* Add irb and rdoc to PKGMESSAGESunpoet Po-Chuan Hsieh2019-12-291-0/+2
| | | | Notes: svn path=/head/; revision=521356
* Drop the ipv6 virtual category for l* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514140
* Update to 2.6.5Sunpoet Po-Chuan Hsieh2019-10-021-3/+3
| | | | | | | | | | | Changes: https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-6-5-released/ PR: 240985 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Security: f7fcb75c-e537-11e9-863e-b9b7af01ba9e MFH: 2019Q4 Notes: svn path=/head/; revision=513610
* Update to 2.6.4Sunpoet Po-Chuan Hsieh2019-08-302-6/+4
| | | | | | | | Changes: https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-6-4-released/ Security: ed8d5535-ca78-11e9-980b-999ff59c22ea Notes: svn path=/head/; revision=510227
* Fix PLISTSunpoet Po-Chuan Hsieh2019-08-211-1/+1
| | | | | | | | | | - Bump PORTREVISION for package change PR: 239933 Submitted by: Syouichi TAKAMIYA <takazeki@gmail.com> Notes: svn path=/head/; revision=509546
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508882
* lang/ruby26: Fix plist when CAPIDOCS=onKoichiro Iwao2019-06-251-840/+1094
| | | | | | | | PR: 238747 Submitted by: Ting-Wei Lan <lantw44@gmail.com> Notes: svn path=/head/; revision=505069
* lang/ruby26: Fix pkg-plist when EXAMPLES=offKoichiro Iwao2019-05-091-1/+1
| | | | | | | Reported by: adamw Notes: svn path=/head/; revision=501075
* Add ruby26 2.6.3 (copied from ruby25)Koichiro Iwao2019-05-0910-0/+22125
PR: 234509 235826 Submitted by: pete@nomadlogic.org (initial revision) Yasuhiro KIMURA <yasu@utahime.org> (initial revision) meta (myself, minor modifications) Relnotes:: https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/ https://www.ruby-lang.org/en/news/2019/01/30/ruby-2-6-1-released/ https://www.ruby-lang.org/en/news/2019/03/13/ruby-2-6-2-released/ https://www.ruby-lang.org/en/news/2019/04/17/ruby-2-6-3-released/ Differential Revision: https://reviews.freebsd.org/D19961 Notes: svn path=/head/; revision=501068