As noted in a comment in the Formula, the installation fails when
poured from a bottle. Actually prevent pouring of bottles.
ClosesHomebrew/homebrew#33701.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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.
- 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
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.
ClosesHomebrew/homebrew#33591.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
devel build version bump & new patch with my upstream PR to fix the
prefix issue.
ClosesHomebrew/homebrew#33539.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Adds a HEAD build to Fakeroot, specifies the non-functional
status of Fakeroot on Yosemite in the stable release, moves to the
upstream preferred package page, adds a slightly faster mirror as the
main url & uses the standard url as the mirror.
ClosesHomebrew/homebrew#33532.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
fish needs a deep clone in order to calculate its version. With the
shallow clone, the version is left as "unknown".
Also set GIT_DIR so fish can actually see the git history.
ClosesHomebrew/homebrew#33655.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
SSLMate is a program for buying and managing SSL certificates from the
command line.
ClosesHomebrew/homebrew#33650.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Since OCaml 4.02.0, camlp4 is distributed separately from the main
compiler distribution. However, it is still required to be installed
alongside the system compiler for the majority of packages.
See Homebrew/homebrew#33596 for more discussion on this topic.