Skip to content
Snippets Groups Projects
Select Git revision
  • main default
  • 2025Q1
  • 2024Q4
  • 2024Q3
  • 2024Q2
  • 2024Q1
  • 2023Q4
  • 2023Q3
  • 2023Q2
  • 2023Q1
  • 2022Q4
  • 2022Q3
  • 2022Q2
  • 2022Q1
  • 2021Q4
  • 2021Q3
  • 2021Q2
  • 2021Q1
  • 2020Q4
  • 2020Q3
  • 13.3-eol
  • release/14.2.0
  • 14.0-eol
  • release/13.4.0
  • release/14.1.0
  • release/13.3.0
  • 12-eol
  • 12.4-eol
  • release/14.0.0
  • 13.1-eol-q
  • 13.1-eol
  • 12.3-last
  • 12.3-eol
  • release/13.2.0
  • release/12.4.0
  • release/13.1.0
  • release/12.3.0
  • 11-eol
  • release/13.0.0
  • release/12.2.0
40 results

rubygem-lockfile

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Muhammad Moinur Rahman authored
    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
    18c6e182
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..