| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Closes #35238.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
This modifies multiple formulae in a single commit, replacing
the patch suffix with diff per #28315. I used the following
command:
~~~
sed -i -e 's@patch"$@diff"@' `grep -rlI 'commit.*patch"$' .`
~~~
The patch shasums are then computed using:
~~~
brew fetch --build-from-source `git st | sed -e 's@^ M@@'`
~~~
and manually updated.
Fixes #28315.
Fixes #28335.
Closes #28339.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #28046.
|
|
Fixes #27729.
|
|
|
|
|
|
Closes #23659.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #21264.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #18012.
|
|
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
This is what MacPorts does.
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
bumped mtr to v0.82
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
|
|
See #166
|
|
Fixes #166
|
|
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
|
|
mtr combines the functionality of the 'traceroute' and 'ping' programs in a
single network diagnostic tool.
|