aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/phantomjs.rb
AgeCommit message (Collapse)Author
2015-03-25phantomjs: don't apply patch to HEAD.Mike McQuaid
Closes #38050.
2015-02-03phantomjs: remove openssl dependency.Mike McQuaid
Qt5 insists on linking against the system version.
2015-02-02phantomjs: update 2.0.0 bottle.BrewTestBot
2015-02-02phantomjs 2.0.0Mike McQuaid
Closes #36240. Closes #36461. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-26phantomjs: update 1.9.8 bottle.BrewTestBot
Closes #33600. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-26phantomjs 1.9.8Maurus Cuelenaere
2014-10-06phantomjs: Yosemite fixes.Dominyk Tiller
Closes #32953. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-09-06phantomjs: update 1.9.7 bottle.BrewTestBot
2014-09-06phantomjs: add openssl depDominyk Tiller
Taps OpenSSL at runtime, but taps the system version instead of ours. This fixes that and forces a recompile. Closes #32076. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-04Use compact form of head where possibleJack Nagel
2014-08-16phantomjs: add HEADojab
Closes #31351. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-01use test helpersAdam Vandenberg
2014-05-13phantomjs: general tweaks and cleanup.Mike McQuaid
2014-05-08phantomjs: update 1.9.7 bottle.BrewTestBot
2014-05-08phantomjs: don't need to disable superenv args.Mike McQuaid
Fixed in #28985.
2014-04-11phantomjs: use diff instead of patchAdam Vandenberg
2014-03-16phantomjs: use checksummed patchesJack Nagel
2014-02-17phantomjs: add testMike Naberezny
Closes #26801. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-01-29phantomjs: add 1.9.7 bottle.BrewTestBot
Closes #26240. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-29phantomjs 1.9.7Kaur Mätas
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-24phantomjs: use upstreamed patch.Mike McQuaid
2014-01-23phantomjs: update 1.9.6 bottle.BrewTestBot
Closes #26138. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-23phantomjs: add patch to fix deprecation warning.Mike McQuaid
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-22phantomjs: update 1.9.6 bottle.BrewTestBot
Closes #26097. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-22phantomjs 1.9.6Ryan Schlesinger
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-09phantomjs: use upstreamed patch instead of inline.Mike McQuaid
2014-01-09phantomjs: update 1.9.2 bottle.BrewTestBot
Closes #25766. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-09phantomjs: apply patch for CoreText warnings.Ryan Schlesinger
Closes #25766. Fixes #25759. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-05phantomjs: restore relocatable bottleJack Nagel
2013-12-04Temporarily disable cellar :anyJack Nagel
These need to be updated to reflect changes to relocation.
2013-11-18phantomjs, qt: update superenv optimisations fix.Mike McQuaid
Closes #24438.
2013-10-28phantomjs: add mavericks bottle.Mike McQuaid
2013-09-10phantomjs: add bottles.Mike McQuaid
2013-09-10phantomjs: build from source.Mike McQuaid
Closes #22446
2013-09-08phantomjs 1.9.2Pieter de Bie
Closes #22396. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-06-16Use minimum OS X requirementAdam Vandenberg
2013-06-06phantomjs 1.9.1William Bert
Closes #20307. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-24phantomjs 1.9.0Rogerio Prado de Jesus
Closes #18690. Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com> Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-05phantomjs 1.8.2Prashant Nadarajan
Closes #18248. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-02-22phantomjs: install examples.Mike McQuaid
2013-01-27phantom-js: style nitsAdam Vandenberg
2013-01-21Use new requirement syntaxJack Nagel
2013-01-07phantomjs 1.8.1Mikael Henriksson
Closes #16939. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-23PhantomJS 1.8.0aaronchi
Closes #16721. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-24phantomjs 1.7.0Anton Ilin
Closes #15080. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-24phantomjs 1.6.1Alexander Surma
Closes #13568. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-21phantomjs 1.6.0Andrew Bennett
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-06phantomjs: style nitsAdam Vandenberg
2012-04-04Wrapper script for phantomjs to hide Dock icon.Ronny Haryanto
Closes #11412. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>