Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Mar 20, 2017
  2. Jan 17, 2017
    • Mike McQuaid's avatar
      Add `keg_only :versioned_formula`. · dac66c4a
      Mike McQuaid authored
      This is used to indicate a formula is a version of another formula.
      This will be used to provide a consistent interface for older formulae
      versions and replaces the use of `conflicts_with`.
      dac66c4a
  3. Sep 19, 2016
  4. Sep 17, 2016
  5. Jun 05, 2016
    • Martin Afanasjew's avatar
      formula_support: don't fail without CLT/Xcode · 25baaa61
      Martin Afanasjew authored
      `Formula#keg_only?` could fail if it was invoked on a formula with a
      `:provided_until_xcode43` or `:provided_until_xcode5` reason given to
      `keg_only`, if neither the Command Line Tools nor Xcode was installed.
      Check whether Xcode is installed before querying the Xcode version.
      
      Closes #317.
      25baaa61
  6. Oct 27, 2015
  7. Oct 23, 2015
  8. Oct 19, 2015
  9. Sep 08, 2015
  10. Aug 05, 2015
  11. Jul 29, 2015
  12. Jun 17, 2015
  13. Sep 13, 2014
  14. Aug 29, 2014
  15. Aug 08, 2014
  16. May 13, 2014
  17. Apr 03, 2014
  18. Apr 02, 2014
  19. Sep 14, 2013
  20. Jun 29, 2013
  21. Jun 10, 2013
  22. Jun 08, 2013
  23. Jun 07, 2013
  24. Jun 05, 2013
  25. May 28, 2013
  26. May 25, 2013
  27. Apr 08, 2013
  28. Apr 05, 2013
  29. Mar 29, 2013
  30. Mar 19, 2013
    • Jack Nagel's avatar
      Simplify SoftwareSpec checksum methods · c8168d8a
      Jack Nagel authored
      Reader methods for specific checksum types have been absent from the
      Formula class for some time, so there isn't any reason to expose them in
      SoftwareSpec, either.
      
      Thus, these methods now only act as setters, and #checksum should be
      used to access the constructed Checksum object.
      c8168d8a
  31. Mar 12, 2013
    • Jack Nagel's avatar
      79a67fd0
    • Mike McQuaid's avatar
      Relocate bottles using install_name_tool. · 0f9910d3
      Mike McQuaid authored
      This has two parts:
      
      1. Bottles are temporarily relocated on bottling and tested if that is
      sufficient for them to contain no longer reference the prefix or
      cellar. If so, they are marked as relocatable.
      2. On installation if bottles are marked as relocatable they will be
      relocated using install_name_tool to the current prefix and cellar.
      
      Closes Homebrew/homebrew#18374.
      0f9910d3
  32. Mar 10, 2013
  33. Mar 02, 2013
Loading