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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jan 17, 2017
-
-
Zhiming Wang authored
This would have eliminated the need for Homebrew/homebrew-core#9000, for instance.
-
Mike McQuaid authored
Add `keg_only :versioned_formula`.
-
Mike McQuaid authored
suite_test: skip flaky test.
-
Mike McQuaid authored
-
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`.
-
Mike McQuaid authored
requirement: get formula from satisfy.
-
Mike McQuaid authored
audit: don't allow universal for new formulae.
-
Mike McQuaid authored
create: handle null versions.
-
Mike McQuaid authored
Unset GREP_OPTIONS.
-
Mike McQuaid authored
tests: test Formula#recursive_requirements
-
Alyssa Ross authored
-
Mike McQuaid authored
Users may have this set, breaking grep's output. Fixes #1430.
-
Mike McQuaid authored
clarify what should be in brew create url
-
Mike McQuaid authored
Fixes #1821
-
Mike McQuaid authored
New feature: Allow download from private GitHub repository
-
- Jan 16, 2017
-
-
Mike McQuaid authored
When a Requirement is converted to a Formula it should be listed under the runtime dependencies.
-
Mike McQuaid authored
brew.1: use uninstall instead of remove.
-
Mike McQuaid authored
Fix documentation for HEAD upgrades.
-
Mike McQuaid authored
formula_installer: set specified_path on pour.
-
Alyssa Ross authored
-
- Jan 15, 2017
-
-
Mike McQuaid authored
This means that a `brew install $ALIAS` records the path accordingly so e.g. `Formula#full_installed_specified_name` returns the correct path.
-
Mike McQuaid authored
We're frowning on these now so may as well turn that into code.
-
Mike McQuaid authored
These can now be done with just `brew upgrade`, like other upgrades. Fixes #1818.
-
- Jan 14, 2017
-
-
ilovezfs authored
audit: whitelist unstable versions already in core
-
ilovezfs authored
also allow higher stable versions with the same version prefix
-
Andrew Hundt authored
resolves https://github.com/Homebrew/brew/issues/1821
-
- Jan 13, 2017
-
-
ilovezfs authored
InreplaceError: fix undefined method crash
-
Andrew Janke authored
brew deps --tree: fix gap in line between reqs and deps
-
Andrew Janke authored
-
- Jan 12, 2017
-
-
ilovezfs authored
When the first parameter to inreplace was an array, and the replacement failed, InreplaceError would end up crashing with an undefined method exception because the order of operations resulted in super not being passed the value of the entire inject block.
-
Mike McQuaid authored
Fixes #1817.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
If satisfy returns a `Pathname` from `which` then we can use that to infer a formula dependency from that `Requirement`.
-
Mike McQuaid authored
Deprecate brew (un)linkapps.
-
Mike McQuaid authored
xcode, xquartz: use default location when possible.
-
Mike McQuaid authored
formula: return runtime_dependencies in to_hash.
-
Mike McQuaid authored
formulary: read from formula in opt prefix.
-
- Jan 10, 2017
-
-
Mike McQuaid authored
Xcode can be installed anywhere but for most people it's in `/Applications/Xcode.app` so just look there if `xcode-select` isn't helpful before looking at Spotlight which can return weird results on e.g. backup disks. Fixes #1587.
-
Mike McQuaid authored
-