| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-30 | vifm: add 0.7.8 bottle. | BrewTestBot | |
| Closes #33727. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-30 | vifm 0.7.8 | Alexey Zakhlestin | |
| + added `ENV.deparallelize` to fix installation on multicore systems | |||
| 2014-10-30 | aptly: add 0.8 bottle. | BrewTestBot | |
| Closes #32429. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-30 | aptly 0.8 (new formula) | jfarrell | |
| Aptly is a Debian apt repository package manager. | |||
| 2014-10-30 | qbs: add test. | Mike McQuaid | |
| 2014-10-30 | qbs: update 1.3.2 bottle. | BrewTestBot | |
| Closes #33714. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-30 | qbs 1.3.2 | Sergejs Kovrovs | |
| Update qbs to v1.3.2 | |||
| 2014-10-30 | glew: add option to build universal. | Jeffrey Carpenter | |
| This adds the option to build GLEW as a universal "fat" library. Closes #33726. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-30 | Use more relevant assertions | Jack Nagel | |
| 2014-10-29 | sqlitebrowser: update 3.4.0 bottle. | BrewTestBot | |
| Closes #33722. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2014-10-29 | sqlitebrowser 3.4.0 | Justin Clift | |
| 2014-10-29 | the_platinum_searcher: update 1.7.5 bottle. | BrewTestBot | |
| Closes #33723. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2014-10-29 | the_platinum_searcher 1.7.5 | David Larson | |
| 2014-10-29 | Allow tests to reset bottle hooks on teardown | Jack Nagel | |
| This avoids polluting other tests that might invoke the installer, thus executing any registered hooks. | |||
| 2014-10-29 | Add predicate methods for specs and stop testing internals | Jack Nagel | |
| 2014-10-29 | Call #name rather than relying on implicit #to_s | Jack Nagel | |
| 2014-10-29 | audit: compare file mode directly | Jack Nagel | |
| 2014-10-29 | Rename "f" to "formula" in the installer | Jack Nagel | |
| 2014-10-29 | autoconf-archive 2014.10.15 | Jack Nagel | |
| 2014-10-29 | autossh: add 1.4d bottle. | BrewTestBot | |
| Closes #33711. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-29 | autossh 1.4d | Adam Lugowski | |
| 2014-10-29 | Revert "Revert "xcode: use 6.1 on Mavericks."" | Jack Nagel | |
| This reverts commit 2b472a6e2634a7b7592abb7084b20a098f4a488b. | |||
| 2014-10-29 | Always set sysroot for Xcode-only systems | Jack Nagel | |
| Fixes #33431. | |||
| 2014-10-29 | zeromq: update 4.0.5_2 bottle. | BrewTestBot | |
| Closes #33708. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-29 | zeromq: make libsodium optional. | Mike McQuaid | |
| Otherwise `ntopng` has issues when linking against them statically. Closes #33697. Closes #33677. | |||
| 2014-10-29 | libuv: update 0.10.29 bottle. | BrewTestBot | |
| 2014-10-29 | libuv 0.10.29 | Jack Nagel | |
| Closes #33700. | |||
| 2014-10-29 | ghc: update 7.8.3 bottle. | BrewTestBot | |
| Closes #33690. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-29 | ghc: search $HOMEBREW_PREFIX/lib | Ryan Hendrickson | |
| Adds compiler options to GHC's settings file to add $HOMEBREW_PREFIX/lib to the library search path when linking Haskell programs. | |||
| 2014-10-29 | glib-networking: remove bottles. | Carl Moden | |
| As noted in a comment in the Formula, the installation fails when poured from a bottle. Actually prevent pouring of bottles. Closes #33701. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-29 | signing-party: update 1.1.10 bottle. | BrewTestBot | |
| Closes #33698. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-29 | signing-party 1.1.10 | Glenn Rempe | |
| Update to version 1.1.10 of signing-party. v1.1.8 is no longer avail. Also updated Type::Tiny and Exporter::Tiny PERL modules which were no longer avail at the specified locations. | |||
| 2014-10-29 | apngasm: update 3.1.4 bottle. | BrewTestBot | |
| Closes #33704. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-29 | apngasm 3.1.4 | Rika Yoshida | |
| 2014-10-29 | groonga: update 4.0.7 bottle. | BrewTestBot | |
| Closes #33706. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-29 | groonga 4.0.7 | cosmo0920 | |
| - disable libstemmer because Homebrew does not have libstemmer - add lz4 optional dependency - add depends_on "openssl" bacause `brew audit groonga` complains using old system openssl | |||
| 2014-10-29 | Remove unreachable branch | Jack Nagel | |
| Requirements meeting this condition are skipped by the first branch on the caller side: https://github.com/Homebrew/homebrew/blob/6c54de812f00658404501719d315202a5551cc1b/Library/Homebrew/formula_installer.rb | |||
| 2014-10-29 | Test default formula requirements against correct dependent | Jack Nagel | |
| 2014-10-29 | Reduce explicit branches in dependency expansion | Jack Nagel | |
| 2014-10-29 | Fixup previous ncmpcpp changes | Jack Nagel | |
| Somehow pushed an older commit. | |||
| 2014-10-29 | ncmpcpp: add 0.6 bottle. | BrewTestBot | |
| 2014-10-28 | ncmpcpp 0.6 | Jack Nagel | |
| 2014-10-28 | ncmpcpp: remove redundant comments | Jack Nagel | |
| 2014-10-28 | ncmpcpp: update autotools deps | Jack Nagel | |
| 2014-10-28 | xulrunner: update 33.0 bottle. | BrewTestBot | |
| 2014-10-28 | nss: update 3.17.2 bottle. | BrewTestBot | |
| 2014-10-28 | nss 3.17.2 & xulrunner 33.0 | Dominyk Tiller | |
| Version bumps for both formulae. It’s usually worth updating them together because of the dependency, so I’ve just wedded them into one single PR here. Xulrunner stable gains a <Yosemite dependency due to #33558. Closes #33591. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-10-28 | mongo-c: update 1.0.2 bottle. | BrewTestBot | |
| 2014-10-28 | mongo-c: add comment | Jack Nagel | |
| 2014-10-28 | libmongoc-1.0.2 | Tyler Brock | |
| Closes #33538. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
