non port: Mk/bsd.ruby.mk |
SVNWeb
|
Number of commits found XX: 322 (showing only 100 on this page) 1 | 2 | 3 | 4 » |
Mon, 12 Oct 2020
|
[ 18:25 pkubaj ] 
552141 Mk/bsd.ruby.mk
552141 lang/ruby25/Makefile
552141 lang/ruby26/Makefile
552141 lang/ruby27/Makefile
552141 lang/ruby30/Makefile
Add libunwind for aarch64, powerpc64 and powerpc64le.
|
[ 03:02 meta ] 
552092 Mk/bsd.default-versions.mk
552092 Mk/bsd.ruby.mk
552092 lang/Makefile
552092 lang/ruby30
552092 lang/ruby30/Makefile
552092 lang/ruby30/distinfo
552092 lang/ruby30/files/patch-tool_rbinstall.rb
552092 lang/ruby30/files/patch-upstream-bug17191
552092 lang/ruby30/pkg-plist
Add lang/ruby30 (Ruby 3.0.0 Preview 1)
PR: 250131
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Reviewed by: meta (myself)
Relnotes: https://www.ruby-lang.org/en/news/2020/09/25/ruby-3-0-0-preview1-released/
|
Sun, 11 Oct 2020
|
[ 12:31 meta ] 
552057 Mk/bsd.ruby.mk
Mk/bsd.ruby.mk: Remove RUBY24 leftovers
since it lang/ruby24 has already been unregistered. It should have been
removed in r529959.
|
Fri, 9 Oct 2020
|
[ 06:37 meta ] 
551748 Mk/bsd.ruby.mk
551748 lang/ruby27/distinfo
551748 lang/ruby27/pkg-plist
lang/ruby27: Update to 2.7.2
PR: 250050
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Reviewed by: meta (myself)
Relnotes: https://www.ruby-lang.org/en/news/2020/10/02/ruby-2-7-2-released/
|
Sat, 4 Jul 2020
|
[ 18:11 zeising ] 
541232 Mk/Uses/cabal.mk
541232 Mk/bsd.ruby.mk
541232 biology/abyss/Makefile
541232 cad/yosys/Makefile
541232 converters/hs-aeson-pretty/Makefile
541232 deskutils/hs-arbtt/Makefile
541232 devel/ctypes.sh/Makefile
541232 devel/elm-format/Makefile
541232 devel/g-wrap/Makefile
541232 devel/glib20/Makefile
(Only the first 10 of 105 ports in this commit are shown above. )
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking)
|
Sun, 12 Apr 2020
|
[ 09:32 ume ] 
531497 Mk/bsd.ruby.mk
Fix RUBY_RDOC with Ruby 2.7. Neither lang/ruby27 nor
devel/rubygem-rdoc do not install /usr/local/bin/rdoc27.
PR: 245340
Submitted by: ume
Reviewed by: meta
|
Thu, 2 Apr 2020
|
[ 12:20 sunpoet ] 
530363 Mk/bsd.ruby.mk
530363 lang/ruby26/distinfo
530363 lang/ruby26/pkg-plist
Update to 2.6.6
Changes: https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-6-6-released/
|
[ 12:14 sunpoet ] 
530359 Mk/bsd.ruby.mk
530359 lang/ruby27/Makefile
530359 lang/ruby27/distinfo
530359 lang/ruby27/pkg-plist
Update to 2.7.1
Changes: https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-7-1-released/
|
[ 12:11 sunpoet ] 
530358 Mk/bsd.ruby.mk
530358 lang/ruby25/Makefile
530358 lang/ruby25/distinfo
530358 lang/ruby25/pkg-plist
Update to 2.5.8
Changes: https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-5-8-released/
|
Tue, 31 Mar 2020
|
[ 11:13 rene ] 
529959 Mk/bsd.default-versions.mk
529959 Mk/bsd.ruby.mk
Unregister expired Ruby 2.4
|
Fri, 13 Mar 2020
|
[ 09:27 meta ] 
528339 Mk/bsd.ruby.mk
528339 devel/rubygem-irb/Makefile
528339 devel/rubygem-rdoc/Makefile
528339 lang/ruby27/Makefile
528339 lang/ruby27/pkg-message
528339 lang/ruby27/pkg-plist
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
|
Wed, 5 Feb 2020
|
[ 02:40 meta ] 
525252 Mk/bsd.ruby.mk
Add forgotten PLIST_SUB helper for lang/ruby27 at r524061
Fortunately, PLIST_SUB helper RUBY27 is not used anywhere right now.
No PORTREVISION bumps required.
Reported by: Yasuhiro KIMURA <yasu@utahime.org>
|
Wed, 29 Jan 2020
|
[ 02:25 meta ] 
524527 Mk/bsd.ruby.mk
524527 lang/ruby27/Makefile
524527 lang/ruby27/pkg-plist
lang/ruby27: throw out racc from lang/ruby27
because racc is provied as "default gem" since Ruby 2.7 [1].
We provide default gems as gem ports rather than a part of lang/ruby* port.
files/patch-tool_rbinstall.rb does that. bin/*racc* are leftover wrapper
script that the patch didn't remove default gem racc completely.
racc is provided by devel/rubygem-racc. To avoid conflict racc gem port vs
ruby port, throw it out completely from ruby port.
[1] https://ruby-trunk-changes.hatenablog.com/entry/ruby_trunk_changes_20190620
PR: 242359 237833
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (based on)
|
Sat, 25 Jan 2020
|
[ 18:18 sunpoet ] 
524061 Mk/bsd.ruby.mk
524061 lang/Makefile
524061 lang/ruby27
524061 lang/ruby27/Makefile
524061 lang/ruby27/distinfo
524061 lang/ruby27/files/patch-tool_mkconfig.rb
524061 lang/ruby27/files/patch-tool_rbinstall.rb
524061 lang/ruby27/pkg-plist
Add ruby27 2.7.0
|
Wed, 6 Nov 2019
|
[ 05:20 meta ] 
516858 Mk/bsd.ruby.mk
Mk/bsd.ruby.mk: Remove
RUBY_{PATCHLEVEL,RELVERSION,RELVERSION_CODE,RUBY_DISTVERSION}
1. RUBY_PATCHLEVEL has been 0 since Ruby 2.1
2. After RUBY_PATCHLEVEL is removed , RUBY_RELVERSION and RUBY_VERSION are
always
same value and it also applies to RUBY_RELEVERSION_CODE and RUBY_VERSION_CODE
3. RUBY_PATCHLEVEL is only used to set value of CPE_UPDATE in lang/ruby2[456]
and
setting CPE_UPDATE is optional
4. RUBY_RELEVERSION is only used to set value of CPE_VERSION in lang/ruby2[456]
but as is describled in 2, it can be replased with RUBY_VERSION
5. RUBY_RELVERSION_CODE is not used anywhere
PR: 241473
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Reviewed by: sunpoet
|
Wed, 2 Oct 2019
|
[ 19:25 sunpoet ] 
513610 Mk/bsd.ruby.mk
513610 lang/ruby26/distinfo
Update to 2.6.5
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
|
[ 19:25 sunpoet ] 
513609 Mk/bsd.ruby.mk
513609 lang/ruby25/distinfo
Update to 2.5.7
Changes: https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-5-7-released/
PR: 240984
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Security: f7fcb75c-e537-11e9-863e-b9b7af01ba9e
MFH: 2019Q4
|
[ 19:24 sunpoet ] 
513607 Mk/bsd.ruby.mk
513607 lang/ruby24/distinfo
Update to 2.4.9
Changes: https://www.ruby-lang.org/en/news/2019/10/02/ruby-2-4-9-released/
https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-4-8-released/
PR: 240983
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Security: f7fcb75c-e537-11e9-863e-b9b7af01ba9e
MFH: 2019Q4
|
Mon, 2 Sep 2019
|
[ 20:39 sunpoet ] 
510849 Mk/bsd.ruby.mk
510849 lang/ruby25/distinfo
510849 lang/ruby25/pkg-plist
Update to 2.5.6
Changes: https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-5-6-released/
PR: 240202
Exp-run by: antoine
Security: ed8d5535-ca78-11e9-980b-999ff59c22ea
|
Fri, 30 Aug 2019
|
[ 00:14 sunpoet ] 
510227 Mk/bsd.ruby.mk
510227 lang/ruby26/distinfo
510227 lang/ruby26/pkg-plist
Update to 2.6.4
Changes: https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-6-4-released/
Security: ed8d5535-ca78-11e9-980b-999ff59c22ea
|
[ 00:11 sunpoet ] 
510225 Mk/bsd.ruby.mk
510225 lang/ruby24/distinfo
510225 lang/ruby24/pkg-plist
Update to 2.4.7
Changes: https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-4-7-released/
Security: ed8d5535-ca78-11e9-980b-999ff59c22ea
|
Wed, 21 Aug 2019
|
[ 19:27 sunpoet ] 
509546 Mk/bsd.ruby.mk
509546 lang/ruby26/pkg-plist
Fix PLIST
- Bump PORTREVISION for package change
PR: 239933
Submitted by: Syouichi TAKAMIYA <takazeki@gmail.com>
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] 
507372 Mk/bsd.ruby.mk
507372 accessibility/atkmm/Makefile
507372 accessibility/kmag/Makefile
507372 accessibility/kmousetool/Makefile
507372 accessibility/kmouth/Makefile
507372 accessibility/libqaccessibilityclient/Makefile
507372 accessibility/qt5-speech/Makefile
507372 archivers/R-cran-zip/Makefile
507372 archivers/ark/Makefile
507372 archivers/brotli/Makefile
(Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Tue, 25 Jun 2019
|
[ 04:38 meta ] 
505069 Mk/bsd.ruby.mk
505069 lang/ruby26/pkg-plist
lang/ruby26: Fix plist when CAPIDOCS=on
PR: 238747
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
|
Thu, 9 May 2019
|
[ 06:42 meta ] 
501075 Mk/bsd.ruby.mk
501075 lang/ruby26/pkg-plist
lang/ruby26: Fix pkg-plist when EXAMPLES=off
Reported by: adamw
|
[ 01:28 meta ] 
501068 Mk/bsd.default-versions.mk
501068 Mk/bsd.ruby.mk
501068 lang/ruby26
501068 lang/ruby26/Makefile
501068 lang/ruby26/distinfo
501068 lang/ruby26/files/patch-configure.ac
501068 lang/ruby26/files/patch-tool_rbinstall.rb
501068 lang/ruby26/pkg-message
501068 lang/ruby26/pkg-plist
Add ruby26 2.6.3 (copied from ruby25)
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
|
Tue, 30 Apr 2019
|
[ 11:22 meta ] 
500480 Mk/bsd.ruby.mk
500480 databases/Makefile
500480 databases/rubygem-dbm
500480 databases/rubygem-dbm/Makefile
500480 databases/rubygem-dbm/distinfo
500480 databases/rubygem-dbm/files
500480 databases/rubygem-dbm/files/patch-ext_dbm_extconf.rb
500480 databases/rubygem-dbm/pkg-descr
500480 lang/ruby24/Makefile
500480 lang/ruby24/pkg-message
(Only the first 10 of 14 ports in this commit are shown above. )
lang/ruby2[45]: Remove dbm library and replace it with databases/rubygem-dbm
PR: 230289
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (initial revision)
meta (myself)
Reviewed by: sunpoet, ruby
Approved by: sunpoet
Differential Revision: https://reviews.freebsd.org/D20000
|
Mon, 15 Apr 2019
|
[ 20:26 sunpoet ] 
499044 Mk/bsd.ruby.mk
499044 lang/ruby24/distinfo
499044 lang/ruby24/pkg-plist
Update to 2.4.6
Changes: https://www.ruby-lang.org/en/news/2019/04/01/ruby-2-4-6-released/
PR: 237229
Exp-run by: antoine
|
Tue, 9 Apr 2019
|
[ 14:04 sunpoet ] 
498476 Mk/Uses/readline.mk
498476 Mk/bsd.ruby.mk
498476 audio/ardour5/Makefile
498476 audio/cutmp3/Makefile
498476 audio/ecasound/Makefile
498476 audio/fluidsynth/Makefile
498476 audio/guitarix-lv2/Makefile
498476 audio/jack/Makefile
498476 audio/kid3-qt5/Makefile
498476 audio/lash/Makefile
(Only the first 10 of 289 ports in this commit are shown above. )
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
|
Sun, 31 Mar 2019
|
[ 13:48 sunpoet ] 
497422 Mk/bsd.ruby.mk
Remove ruby 2.3 support
|
Fri, 15 Mar 2019
|
[ 21:41 sunpoet ] 
495828 Mk/bsd.ruby.mk
495828 lang/ruby25/distinfo
495828 lang/ruby25/files/patch-tool_rbinstall.rb
495828 lang/ruby25/pkg-plist
Update to 2.5.5
Changes: https://www.ruby-lang.org/en/news/2019/03/15/ruby-2-5-5-released/
https://www.ruby-lang.org/en/news/2019/03/13/ruby-2-5-4-released/
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] 
487272 Mk/bsd.ruby.mk
487272 accessibility/atkmm/Makefile
487272 accessibility/kmag/Makefile
487272 accessibility/kmousetool/Makefile
487272 accessibility/kmouth/Makefile
487272 accessibility/qt5-speech/Makefile
487272 archivers/R-cran-zip/Makefile
487272 archivers/ark/Makefile
487272 archivers/brotli/Makefile
487272 archivers/c-blosc/Makefile
(Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sat, 20 Oct 2018
|
[ 14:58 sunpoet ] 
482556 Mk/bsd.ruby.mk
482556 lang/ruby23/Makefile
482556 lang/ruby23/distinfo
482556 lang/ruby23/files/patch-configure.in
482556 lang/ruby23/files/patch-lib_rdoc_generator_json__index.rb
482556 lang/ruby23/files/patch-lib_rdoc_generator_json_index.rb
482556 lang/ruby23/files/patch-thread__pthread.c
482556 lang/ruby23/pkg-plist
Update to 2.3.8
- Move BROKEN_* upward
- Move USES upward
- Remove no-op MLINKS and create symlinks for manpages
- Sort INSTALLED_SCRIPTS
- Regenerate patch files with makepatch:
Changes: https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-3-8-released/
PR: 232438
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Security: afc60484-0652-440e-b01a-5ef814747f06
MFH: 2018Q4
|
[ 14:58 sunpoet ] 
482555 Mk/bsd.ruby.mk
482555 lang/ruby24/Makefile
482555 lang/ruby24/distinfo
482555 lang/ruby24/files/patch-configure.in
482555 lang/ruby24/files/patch-ext-openssl-extconf.rb
482555 lang/ruby24/files/patch-lib_rdoc_generator_json__index.rb
482555 lang/ruby24/files/patch-lib_rdoc_generator_json_index.rb
482555 lang/ruby24/files/patch-tool_mkconfig.rb
482555 lang/ruby24/pkg-plist
Update to 2.4.5
- Move USES upward
- Remove no-op MLINKS and create symlinks for manpages
- Sort INSTALLED_SCRIPTS
- Regenerate patch files with makepatch:
Changes: https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-4-5-released/
PR: 232435
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Security: afc60484-0652-440e-b01a-5ef814747f06
MFH: 2018Q4
|
[ 14:57 sunpoet ] 
482554 Mk/bsd.ruby.mk
482554 lang/ruby25/Makefile
482554 lang/ruby25/distinfo
482554 lang/ruby25/files/patch-configure.ac
482554 lang/ruby25/files/patch-ext-openssl-extconf.rb
482554 lang/ruby25/files/patch-lib_mkmf.rb
482554 lang/ruby25/files/patch-lib_rdoc_generator_json__index.rb
482554 lang/ruby25/files/patch-lib_rdoc_generator_json_index.rb
482554 lang/ruby25/files/patch-tool_mkconfig.rb
482554 lang/ruby25/pkg-plist
Update to 2.5.3
- Move USES upward
- Remove no-op MLINKS and create symlinks for manpages
- Sort INSTALLED_SCRIPTS
- Regenerate patch files with makepatch:
Changes: https://www.ruby-lang.org/en/news/2018/10/18/ruby-2-5-3-released/
https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-5-2-released/
PR: 232431
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Security: afc60484-0652-440e-b01a-5ef814747f06
MFH: 2018Q4
|
Tue, 25 Sep 2018
|
[ 13:11 romain ] 
480661 Mk/bsd.ruby.mk
480661 lang/ruby24/files/patch-configure.in
480661 lang/ruby25/files/patch-configure.ac
Address more linker issues
This resolves a ninja-related issues, corrects passing private args to linker
while building libruby itself (without external LDFLAGS), exports the full
symbols table, and pet 'pkg check -d'. Issues with weechat, vim, facter,
rubygem-hpricot and rubygem-rdiscount should be fixed. See [1] for long story
of hunting and fixing these issues.
Bump PORTREVISIONS accordingly.
PR: 230238 [1], 231361
Submitted by: fuffy
Approved by: fuffy
|
Thu, 20 Sep 2018
|
[ 09:12 romain ] 
480158 Mk/bsd.ruby.mk
480158 lang/ruby24/files/patch-configure.in
480158 lang/ruby25/files/patch-configure.ac
Revert the "DLD_FLAGS" pollution part of r475483.
It was initially got from ruby23, but recent ruby releases have some
differences in runtime linking, which was not hit by exp-run, and caused
trouble with some ports (e.g. devel/leatherman, sysutils/facter).
PR: 230238
Submitted by: fluffy
Reported by: freebsd@ptty.com
Approved by: fluffy
|
Thu, 16 Aug 2018
|
[ 00:30 swills ] 
477299 Mk/bsd.ruby.mk
Bump PORTREVISION of lang/ruby25
Due to runtime fix in r477249
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] 
475857 Mk/bsd.ruby.mk
475857 accessibility/atkmm/Makefile
475857 archivers/brotli/Makefile
475857 archivers/c-blosc/Makefile
475857 archivers/innoextract/Makefile
475857 archivers/kf5-karchive/Makefile
475857 archivers/lazperf/Makefile
475857 archivers/libpar2/Makefile
475857 archivers/paq/Makefile
475857 archivers/pxz/Makefile
(Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Sat, 28 Jul 2018
|
[ 02:53 fluffy ] 
475483 Mk/bsd.ruby.mk
475483 lang/ruby24/files/patch-configure.in
475483 lang/ruby25/files/patch-configure.ac
lang/ruby2[4|5]: Use internal RUBY_DLDFLAGS right way, get rid of unescaped
macro '$@' in the pkg-config template
lang/ruby23 is already fixed same way, port it to newer releases
By the way, this unbreak ninja builds with any port relied on libruby.so
PR: 229898
Submitted by: fluffy
Reviewed by: ruby (miwi)
Approved by: ruby (miwi)
Exp-run by: antoine
MFH: 2018Q3
Differential Revision: D16341
|
Tue, 3 Apr 2018
|
[ 09:46 sunpoet ] 
466296 Mk/bsd.ruby.mk
466296 lang/ruby24/distinfo
466296 lang/ruby24/pkg-plist
Update to 2.4.4
Changes: https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-4-4-released/
PR: 227091
Exp-run by: antoine
Security: eb69bcf2-18ef-4aa2-bb0c-83b263364089
|
Thu, 29 Mar 2018
|
[ 20:01 sunpoet ] 
465922 Mk/bsd.ruby.mk
465922 lang/ruby25/distinfo
465922 lang/ruby25/files/patch-ext_ripper_ripper.c
465922 lang/ruby25/files/patch-ext_ripper_ripper.y
465922 lang/ruby25/files/patch-parse.c
465922 lang/ruby25/files/patch-parse.y
465922 lang/ruby25/files/patch-test_ruby_test__parse.rb
465922 lang/ruby25/pkg-plist
Update to 2.5.1
Changes: https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-5-1-released/
Security: eb69bcf2-18ef-4aa2-bb0c-83b263364089
|
[ 19:59 sunpoet ] 
465921 Mk/bsd.ruby.mk
465921 lang/ruby23/distinfo
465921 lang/ruby23/pkg-plist
Update to 2.3.7
Changes: https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-3-7-released/
Security: eb69bcf2-18ef-4aa2-bb0c-83b263364089
|
Fri, 16 Feb 2018
|
[ 03:11 swills ] 
461970 Mk/bsd.ruby.mk
461970 lang/ruby25/files/patch-ext_ripper_ripper.c
461970 lang/ruby25/files/patch-ext_ripper_ripper.y
461970 lang/ruby25/files/patch-parse.c
461970 lang/ruby25/files/patch-parse.y
461970 lang/ruby25/files/patch-test_ruby_test__parse.rb
lang/ruby25: apply upstream patch to fix segfault
PR: 225470
Submitted by: Charlie Li <ml+freebsd@vishwin.info>
Obtained
from: https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61523
Differential Revision: https://reviews.freebsd.org/D14073
|
Wed, 31 Jan 2018
|
[ 16:41 sunpoet ] 
460504 Mk/bsd.ruby.mk
460504 lang/Makefile
460504 lang/ruby22
Remove lang/ruby22
|
Wed, 27 Dec 2017
|
[ 19:51 sunpoet ] 
457387 Mk/bsd.ruby.mk
457387 lang/Makefile
457387 lang/ruby25
457387 lang/ruby25/Makefile
457387 lang/ruby25/distinfo
457387 lang/ruby25/files/patch-tool_rbinstall.rb
457387 lang/ruby25/pkg-plist
Add ruby25 2.5.0 (copied from ruby24)
|
Tue, 19 Dec 2017
|
[ 02:17 swills ] 
456700 Mk/bsd.ruby.mk
456700 lang/ruby22/distinfo
456700 lang/ruby22/pkg-plist
456700 lang/ruby23/distinfo
456700 lang/ruby23/pkg-plist
456700 lang/ruby24/distinfo
456700 lang/ruby24/pkg-plist
Update lang/ruby2[2,3,4] to latest versions.
Fixes a security issue.
PR: 224356
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
MFH: 2017Q4
Security: dd644964-e10e-11e7-8097-0800271d4b9c
|
Wed, 22 Nov 2017
|
[ 13:27 swills ] 
454686 Mk/bsd.ruby.mk
454686 lang/ruby22/files/patch-lib_rdoc_generator_json_index.rb
454686 lang/ruby23/files/patch-lib_rdoc_generator_json_index.rb
454686 lang/ruby24/files/patch-lib_rdoc_generator_json_index.rb
lang/ruby2?: make rubygem-* ports reproducible
PR: 223781
exp-run by: antoine
|
Sun, 24 Sep 2017
|
[ 12:41 sunpoet ] 
450490 Mk/bsd.ruby.mk
450490 lang/ruby23/distinfo
450490 lang/ruby23/pkg-descr
450490 lang/ruby23/pkg-plist
Update to 2.3.5
- Update WWW
Changes: https://www.ruby-lang.org/en/news/2017/09/14/ruby-2-3-5-released/
PR: 222457
Exp-run by: antoine
Security: 95b01379-9d52-11e7-a25c-471bafc3262f
MFH: 2017Q3
|
Tue, 19 Sep 2017
|
[ 17:01 sunpoet ] 
450150 Mk/bsd.ruby.mk
450150 lang/ruby24/distinfo
450150 lang/ruby24/pkg-descr
450150 lang/ruby24/pkg-plist
Update to 2.4.1
- Update WWW
Changes: https://www.ruby-lang.org/en/news/2017/09/14/ruby-2-4-2-released/
Security: 95b01379-9d52-11e7-a25c-471bafc3262f
MFH: 2017Q3
|
[ 16:59 sunpoet ] 
450149 Mk/bsd.ruby.mk
450149 lang/ruby22/distinfo
450149 lang/ruby22/pkg-descr
450149 lang/ruby22/pkg-plist
Update to 2.2.8
- Update WWW
Changes: https://www.ruby-lang.org/en/news/2017/09/14/ruby-2-2-8-released/
Security: 95b01379-9d52-11e7-a25c-471bafc3262f
MFH: 2017Q3
|
Tue, 11 Jul 2017
|
[ 21:03 swills ] 
445549 Mk/bsd.ruby.mk
445549 lang/ruby22/Makefile
445549 lang/ruby23/Makefile
445549 lang/ruby24/Makefile
445549 lang/ruby24/pkg-plist
lang/ruby2{2,3,4}: require libunwind
Since ruby detects this if it's installed, and it's more often installed now
due to other deps, and ruby provides no way to not depend on it if it's found,
pull it in as a dependency unconditionally. While here, fix plist for ruby 2.4
with the CAPIDOCS option on, and restore the MAKE_JOBS_UNSAFE flag when using
that build option since it's not fixed like I thought it was.
PR: 219796
Reported by: Grzegorz Junka <list1@gjunka.com>
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] 
444463 Mk/Uses/readline.mk
444463 Mk/bsd.ruby.mk
444463 audio/ardour5/Makefile
444463 audio/cutmp3/Makefile
444463 audio/ecasound/Makefile
444463 audio/fluidsynth/Makefile
444463 audio/jack/Makefile
444463 audio/kid3-kde4/Makefile
444463 audio/lash/Makefile
444463 audio/libsmf/Makefile
(Only the first 10 of 252 ports in this commit are shown above. )
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
Tue, 6 Jun 2017
|
[ 00:28 bdrewery ] 
442730 Mk/Uses/python.mk
442730 Mk/bsd.ruby.mk
Don't pass the default version in DEPENDS_ARGS.
This greatly simplifies handling for Poudriere.
With hat: portmgr
|
[ 00:15 bdrewery ] 
442729 Mk/bsd.ruby.mk
No quoting needed here.
With hat: portmgr
|
Tue, 2 May 2017
|
[ 21:51 sunpoet ] 
439972 Mk/bsd.ruby.mk
439972 lang/Makefile
439972 lang/ruby21
Remove lang/ruby21: upstream support ended
|
Mon, 1 May 2017
|
[ 12:47 sunpoet ] 
439890 Mk/bsd.ruby.mk
Add RUBY24 to PLIST_SUB
|
Fri, 28 Apr 2017
|
[ 02:31 miwi ] 
439593 Mk/bsd.ruby.mk
439593 lang/ruby22/distinfo
439593 lang/ruby22/files/patch-eval.c
439593 lang/ruby22/files/patch-eval_error.c
439593 lang/ruby22/files/patch-vm_eval.c
439593 lang/ruby22/files/patch-vm_trace.c
439593 lang/ruby22/pkg-plist
439593 lang/ruby23/distinfo
439593 lang/ruby23/files/patch-Makefile.in
439593 lang/ruby23/files/patch-configure.in
(Only the first 10 of 18 ports in this commit are shown above. )
- Update ruby
lang/ruby22 -> 2.2.7
lang/ruby23 -> 2.3.4
PR: 218864
Reviewed by: swills
Exp-Run: antoine
Approved by: portmgr (swills,antoine)
Differential Revision: https://reviews.freebsd.org/D10506
|
Mon, 27 Mar 2017
|
[ 19:12 sunpoet ] 
437077 Mk/bsd.ruby.mk
437077 lang/ruby24/distinfo
437077 lang/ruby24/pkg-plist
Update to 2.4.1
Changes: http://www.ruby-lang.org/en/news/2017/03/22/ruby-2-4-1-released/
|
Sun, 19 Mar 2017
|
[ 17:19 antoine ] 
436507 Mk/bsd.ruby.mk
436507 devel/avr-libc/Makefile
436507 devel/doxygen/Makefile
436507 devel/doxygen/distinfo
436507 devel/doxygen/files/patch-vhdlparser_CMakeLists.txt
436507 devel/gdcm/Makefile
436507 devel/gdcm/pkg-plist
436507 lang/ruby24/pkg-plist
436507 mail/libcmime/Makefile
436507 mail/libcmime/pkg-plist
- Update devel/doxygen to 1.8.13
- Adjust ports depending on it
PR: 217801
|
Fri, 27 Jan 2017
|
[ 14:07 sunpoet ] 
432553 Mk/bsd.ruby.mk
432553 lang/ruby23/pkg-plist
Fix PLIST
- Bump PORTREVISION for package change
PR: 216498
Submitted by: marino
MFH: 2017Q1
|
Mon, 26 Dec 2016
|
[ 19:00 swills ] 
429566 Mk/bsd.default-versions.mk
429566 Mk/bsd.ruby.mk
429566 lang/Makefile
429566 lang/ruby24
429566 lang/ruby24/Makefile
429566 lang/ruby24/distinfo
429566 lang/ruby24/files/patch-Makefile.in
429566 lang/ruby24/files/patch-ccan_list_list.h
429566 lang/ruby24/files/patch-configure.in
429566 lang/ruby24/files/patch-eval.c
(Only the first 10 of 18 ports in this commit are shown above. )
Add Ruby 2.4.0
While here, remove local patches that are no longer needed and simplify
post-patch target.
|
Thu, 8 Dec 2016
|
[ 02:57 swills ] 
428094 Mk/bsd.ruby.mk
428094 lang/ruby21/files/patch-eval.c
428094 lang/ruby21/files/patch-eval_error.c
428094 lang/ruby21/files/patch-thread.c
428094 lang/ruby21/files/patch-vm_eval.c
428094 lang/ruby21/files/patch-vm_trace.c
lang/ruby21: fix setjmp clobbered variables
PR: 206108
Submitted by: dim
|
Wed, 7 Dec 2016
|
[ 16:08 swills ] 
428067 Mk/bsd.ruby.mk
428067 lang/ruby23/files/patch-eval.c
428067 lang/ruby23/files/patch-eval_error.c
428067 lang/ruby23/files/patch-thread.c
428067 lang/ruby23/files/patch-vm_eval.c
428067 lang/ruby23/files/patch-vm_trace.c
lang/ruby23: fix setjmp clobbered variables
PR: 206111
Submitted by: dim
|
[ 12:47 swills ] 
428055 Mk/bsd.ruby.mk
428055 lang/ruby22/files/patch-eval.c
428055 lang/ruby22/files/patch-eval_error.c
428055 lang/ruby22/files/patch-thread.c
428055 lang/ruby22/files/patch-vm_eval.c
428055 lang/ruby22/files/patch-vm_trace.c
lang/ruby22: fix setjmp clobbered variables
PR: 206110
Submitted by: dim
|
Tue, 22 Nov 2016
|
[ 12:23 swills ] 
426819 Mk/bsd.ruby.mk
426819 lang/ruby23/distinfo
update lang/ruby23 to 2.3.3
|
[ 00:10 swills ] 
426772 Mk/bsd.ruby.mk
426772 lang/ruby21/distinfo
update lang/ruby21 to 2.1.10
|
Sun, 20 Nov 2016
|
[ 23:29 swills ] 
426638 Mk/bsd.ruby.mk
426638 lang/ruby23/distinfo
426638 lang/ruby23/pkg-plist
lang/ruby23: update to 2.3.2
|
Fri, 18 Nov 2016
|
[ 13:52 swills ] 
426322 Mk/bsd.ruby.mk
426322 lang/ruby22/distinfo
426322 lang/ruby22/pkg-plist
lang/ruby22: update to 2.2.6
|
Wed, 2 Nov 2016
|
[ 18:24 swills ] 
425166 Mk/bsd.ruby.mk
Remove USE_LIBRUBY and DEPEND_LIBRUBY
|
Tue, 27 Sep 2016
|
[ 16:32 antoine ] 
422818 Mk/bsd.ruby.mk
422818 audio/aubio/Makefile
422818 audio/aubio/pkg-plist
422818 audio/libmpdclient/Makefile
422818 audio/libmpdclient/pkg-plist
422818 cad/opencascade/Makefile
422818 cad/opencascade/pkg-plist
422818 comms/openobex/Makefile
422818 comms/openobex/pkg-plist
422818 comms/rtl-sdr/Makefile
(Only the first 10 of 42 ports in this commit are shown above. )
- Update devel/doxygen to 1.8.12
- Adjust plist of ports depending on it
PR: 212869
|
Mon, 19 Sep 2016
|
[ 16:46 swills ] 
422449 Mk/bsd.ruby.mk
Remove support for RUBY_ELISPDIR
|
Thu, 15 Sep 2016
|
[ 15:50 swills ] 
422212 Mk/bsd.ruby.mk
remove missed comment
|
[ 15:49 swills ] 
422211 Mk/bsd.ruby.mk
Mk/bsd.ruby.mk: remove rdtool support
rdtool support has been disabled by default for 12 years and isn't needed
|
Fri, 26 Aug 2016
|
[ 08:42 danfe ] 
420904 Mk/Uses/gssapi.mk
420904 Mk/bsd.ldap.mk
420904 Mk/bsd.linux-rpm.mk
420904 Mk/bsd.ruby.mk
Do not terminate IGNORE messages with period, it is added by the framework.
|
Wed, 3 Aug 2016
|
[ 12:09 mat ] 
419511 Mk/Uses/bdb.mk
419511 Mk/Uses/firebird.mk
419511 Mk/Uses/fortran.mk
419511 Mk/Uses/ghostscript.mk
419511 Mk/Uses/lua.mk
419511 Mk/Uses/mysql.mk
419511 Mk/Uses/perl5.mk
419511 Mk/Uses/pgsql.mk
419511 Mk/Uses/php.mk
419511 Mk/Uses/python.mk
(Only the first 10 of 17 ports in this commit are shown above. )
Always include bsd.default-versions.mk in bsd.port.mk.
The variable defined in it are now always available after including
bsd.port.pre.mk.
PR: 210666
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6933
|
Fri, 17 Jun 2016
|
[ 13:23 mat ] 
417012 Mk/bsd.ruby.mk
Despite its name, ruby-rd-build runs during the install stage.
Reported by: antoine
Pointy hat to: mat
Sponsored by: Absolight
|
[ 12:42 mat ] 
417004 Mk/bsd.apache.mk
417004 Mk/bsd.autotools.mk
417004 Mk/bsd.gecko.mk
417004 Mk/bsd.ocaml.mk
417004 Mk/bsd.port.mk
417004 Mk/bsd.ruby.mk
Remove DO_NADA targets.
No need to have make(1) compute a target order graph for targets that
are empty.
Sponsored by: Absolight
|
Wed, 1 Jun 2016
|
[ 12:23 rene ] 
416238 Mk/bsd.ruby.mk
Fix up Mk/bsd.ruby.mk after removing lang/ruby20
Reported by: mat via #bsdports
|
Wed, 4 May 2016
|
[ 01:57 swills ] 
414573 Mk/bsd.ruby.mk
Remove now unused USE_RAKE
|
[ 01:54 swills ] 
414572 Mk/bsd.ruby.mk
414572 lang/ruby23/distinfo
414572 lang/ruby23/pkg-plist
lang/ruby23: update to 2.3.1
|
[ 01:51 swills ] 
414571 Mk/bsd.ruby.mk
414571 lang/ruby22/distinfo
414571 lang/ruby22/pkg-plist
lang/ruby22: update to 2.2.5
|
[ 01:50 swills ] 
414570 Mk/bsd.ruby.mk
414570 lang/ruby21/distinfo
414570 lang/ruby21/pkg-plist
lang/ruby21: Update to 2.1.9
|
Wed, 27 Apr 2016
|
[ 16:36 swills ] 
414118 Mk/Uses/gem.mk
414118 Mk/bsd.ruby.mk
414118 accessibility/rubygem-atk/Makefile
414118 archivers/rubygem-archive-tar-minitar/Makefile
414118 archivers/rubygem-archive-zip/Makefile
414118 archivers/rubygem-bzip2-ruby/Makefile
414118 archivers/rubygem-libarchive/Makefile
414118 archivers/rubygem-minitar/Makefile
414118 archivers/rubygem-ruby-xz/Makefile
414118 archivers/rubygem-rubyzip/Makefile
(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
|
Mon, 25 Apr 2016
|
[ 23:12 swills ] 
414034 Mk/bsd.ruby.mk
remove RUBY_SHEBANG_FILES since USES=shebangfix does the same
PR: 209051
|
Thu, 14 Apr 2016
|
[ 13:34 mat ] 
413261 Mk/Uses/firebird.mk
413261 Mk/Uses/ghostscript.mk
413261 Mk/Uses/lua.mk
413261 Mk/Uses/perl5.mk
413261 Mk/Uses/pgsql.mk
413261 Mk/Uses/python.mk
413261 Mk/Uses/tcl.mk
413261 Mk/bsd.apache.mk
413261 Mk/bsd.database.mk
413261 Mk/bsd.default-versions.mk
(Only the first 10 of 14 ports in this commit are shown above. )
Try to be more helpful to our users, and keep all the possible versions
close to their default value in Mk/bsd.default-versions.mk.
Sponsored by: Absolight
|
Tue, 29 Mar 2016
|
[ 20:12 brd ] 
412134 Mk/bsd.ruby.mk
Make the do-{build,extract,install} targets overrideable.
Approved by: swills (mentor)
|
Sun, 27 Mar 2016
|
[ 01:23 bapt ] 
411970 Mk/Uses/ada.mk
411970 Mk/Uses/autoreconf.mk
411970 Mk/Uses/bison.mk
411970 Mk/Uses/blaslapack.mk
411970 Mk/Uses/cmake.mk
411970 Mk/Uses/compiler.mk
411970 Mk/Uses/cran.mk
411970 Mk/Uses/desktop-file-utils.mk
411970 Mk/Uses/display.mk
411970 Mk/Uses/drupal.mk
(Only the first 10 of 85 ports in this commit are shown above. )
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles
PR: 206569
Exp run by: antoine
Differential Revision: D5047
|
Tue, 2 Feb 2016
|
[ 15:28 swills ] 
407823 Mk/bsd.ruby.mk
Remove unneeded print from find command
|
[ 01:21 swills ] 
407788 Mk/bsd.ruby.mk
407788 accessibility/rubygem-atk/Makefile
407788 devel/rubygem-cairo-gobject/Makefile
407788 devel/rubygem-cairo-gobject/files
407788 devel/rubygem-cairo-gobject/files/patch-ext_cairo-gobject_extconf.rb
407788 devel/rubygem-gio2/Makefile
407788 devel/rubygem-glib2/Makefile
407788 devel/rubygem-glib2/files
407788 devel/rubygem-glib2/files/patch-lib_mkmf-gnome2.rb
407788 devel/rubygem-gobject-introspection/Makefile
(Only the first 10 of 47 ports in this commit are shown above. )
Remove source and intermediate build output from intalled rubygem- ports
PR: 192949
|
Tue, 5 Jan 2016
|
[ 19:19 sunpoet ] 
405313 Mk/bsd.ruby.mk
405313 lang/Makefile
405313 lang/ruby23
405313 lang/ruby23/Makefile
405313 lang/ruby23/distinfo
405313 lang/ruby23/files/patch-Makefile.in
405313 lang/ruby23/files/patch-configure.in
405313 lang/ruby23/files/patch-ext_readline_extconf.rb
405313 lang/ruby23/files/patch-lib_mkmf.rb
405313 lang/ruby23/files/patch-tool_mkconfig.rb
(Only the first 10 of 12 ports in this commit are shown above. )
- Add ruby23 2.3.0
- Do not silence installation message
- Use . instead of \* for COPYTREE_SHARE
- Use do-test:
- Use MAKE_CMD
- Remove validate:
- Cosmetic change
Differential Revision: https://reviews.FreeBSD.org/D4749
PR: 205774
Exp-run by: antoine
MFH: 2016Q1
|
Wed, 23 Dec 2015
|
[ 19:11 sunpoet ] 
404314 Mk/bsd.ruby.mk
404314 lang/ruby20/Makefile
404314 lang/ruby20/distinfo
- Update to 2.0.0p648
- Add LICENSE_FILE
- Use USES=autoreconf instead of USE_AUTOTOOLS=autoconf
- Use USES=libedit
- Use USES=tar:xz
- Silence patch and build messages
Changes: https://www.ruby-lang.org/en/news/2015/12/16/ruby-2-0-0-p648-released/
http://svn.ruby-lang.org/repos/ruby/tags/v2_0_0_648/ChangeLog
Security: 3b50881d-1860-4721-aab1-503290e23f6c
Differential Revision: https://reviews.freebsd.org/D4668
PR: 205487
Exp-run by: antoine
MFH: 2015Q4
|
[ 19:10 sunpoet ] 
404313 Mk/bsd.ruby.mk
404313 lang/ruby21/Makefile
404313 lang/ruby21/distinfo
404313 lang/ruby21/files/patch-ext_openssl_extconf.rb
404313 lang/ruby21/files/patch-ext_readline_extconf.rb
- Update to 2.1.8
- Add LICENSE_FILE
- Use USES=autoreconf instead of USE_AUTOTOOLS=autoconf
- Use USES=libedit
- Silence patch and build messages
Changes: https://www.ruby-lang.org/en/news/2015/12/16/ruby-2-1-8-released/
http://svn.ruby-lang.org/repos/ruby/tags/v2_1_8/ChangeLog
Security: 3b50881d-1860-4721-aab1-503290e23f6c
Differential Revision: https://reviews.freebsd.org/D4668
PR: 205487
Exp-run by: antoine
MFH: 2015Q4
|
[ 19:09 sunpoet ] 
404312 Mk/bsd.ruby.mk
404312 lang/ruby22/Makefile
404312 lang/ruby22/distinfo
404312 lang/ruby22/files/patch-ext_openssl_extconf.rb
404312 lang/ruby22/files/patch-ext_readline_extconf.rb
404312 lang/ruby22/pkg-plist
- Update to 2.2.4
- Add LICENSE_FILE
- Use USES=autoreconf instead of USE_AUTOTOOLS=autoconf
- Use USES=libedit
- Silence patch and build messages
Changes: https://www.ruby-lang.org/en/news/2015/12/16/ruby-2-2-4-released/
http://svn.ruby-lang.org/repos/ruby/tags/v2_2_4/ChangeLog
Security: 3b50881d-1860-4721-aab1-503290e23f6c
Differential Revision: https://reviews.freebsd.org/D4668
PR: 205487
Exp-run by: antoine
MFH: 2015Q4
|
Thu, 15 Oct 2015
|
[ 07:36 bapt ] 
399326 CHANGES
399326 Mk/Uses/ada.mk
399326 Mk/Uses/autoreconf.mk
399326 Mk/Uses/bison.mk
399326 Mk/Uses/blaslapack.mk
399326 Mk/Uses/cmake.mk
399326 Mk/Uses/compiler.mk
399326 Mk/Uses/cran.mk
399326 Mk/Uses/desktop-file-utils.mk
399326 Mk/Uses/display.mk
(Only the first 10 of 67 ports in this commit are shown above. )
Readd PORTSDIR for now we will only start removing them after 2016Q1 is branched
This gives more time for tools to get updated, available in packages etc before
bothering users
|
Wed, 14 Oct 2015
|
[ 16:49 bapt ] 
399278 CHANGES
399278 Mk/Uses/ada.mk
399278 Mk/Uses/autoreconf.mk
399278 Mk/Uses/bison.mk
399278 Mk/Uses/blaslapack.mk
399278 Mk/Uses/cmake.mk
399278 Mk/Uses/compiler.mk
399278 Mk/Uses/cran.mk
399278 Mk/Uses/desktop-file-utils.mk
399278 Mk/Uses/display.mk
(Only the first 10 of 67 ports in this commit are shown above. )
Drop the necessity to add ${PORTSDIR} to dependency line
Modify make describe to automatically prepend ${PORTSDIR} if the path for the
port is not absolute
Checked with poudriere, portmaster, portupgrade
PR: 203685
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D3866
|
Tue, 8 Sep 2015
|
[ 19:45 sunpoet ] 
396436 Mk/bsd.ruby.mk
396436 lang/ruby22/distinfo
396436 lang/ruby22/pkg-plist
- Update to 2.2.3
- Fix PLIST
Changes: http://svn.ruby-lang.org/repos/ruby/tags/v2_2_3/ChangeLog
Differential Revision: https://reviews.freebsd.org/D3587
Approved by: swills (portmgr, ruby)
|
[ 19:44 sunpoet ] 
396435 Mk/bsd.ruby.mk
396435 lang/ruby21/distinfo
396435 lang/ruby21/pkg-plist
- Update to 2.1.7
- Fix and sort PLIST
Changes: http://svn.ruby-lang.org/repos/ruby/tags/v2_1_7/ChangeLog
Differential Revision: https://reviews.freebsd.org/D3587
Approved by: swills (portmgr, ruby)
|
[ 19:43 sunpoet ] 
396434 Mk/bsd.ruby.mk
396434 lang/ruby20/distinfo
396434 lang/ruby20/pkg-plist
- Update to 2.0.0p647
- Fix PLIST
Changes: http://svn.ruby-lang.org/repos/ruby/tags/v2_0_0_647/ChangeLog
Differential Revision: https://reviews.freebsd.org/D3587
Approved by: swills (portmgr, ruby)
|
Mon, 7 Sep 2015
|
[ 17:47 sunpoet ] 
396294 Mk/bsd.ruby.mk
396294 lang/ruby22/Makefile
396294 lang/ruby22/files/patch-Makefile.in
396294 lang/ruby22/files/patch-configure.in
396294 lang/ruby22/files/patch-lib_mkmf.rb
396294 lang/ruby22/files/patch-tool_mkconfig.rb
396294 lang/ruby22/files/patch-tool_rbinstall.rb
- Move *_DEPENDS together
- Add GMP option: libgmp.so is linked if present
- Sort CONFIGURE_ARGS
- Remove duplicate WRKSRC
- Sort USES
- Use pre-install: instead of pre-su-install:
- Convert to new options helper
- Convert to new options target helper
- Add regression-test:
- Fix typo
- Cosmetic change
- Pet portlint: fix diff header of patch files
- Bump PORTREVISION for dependency and package change
|
Number of commits found XX: 322 (showing only 100 on this page) 1 | 2 | 3 | 4 » |