aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-06-15couchdb: add 1.5.1 bottle.BrewTestBot
2014-06-14brew-test-bot: remove dead codeJack Nagel
2014-06-14python: update 2.7.7_2 bottle.BrewTestBot
Closes #30162. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-06-14python: setuptools 5.0.1Misty De Meo
2014-06-14pyenv 20140615Makoto Sasaki
Closes #30159. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-14Revert "Only do formula class sanity checks once"Jack Nagel
This reverts commit ace78b1f3a59a893c7068e485555acf792470080. Fixes #30154.
2014-06-14bitlbee: add 3.2.1_2 bottle.BrewTestBot
Closes #29883. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-14bitlbee: add plist.Noah Manneschmidt
2014-06-14librevenge: add 0.0.1 bottle.BrewTestBot
Closes #29981. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-14librevenge 0.0.1Yue Liu
2014-06-14dasm: add 2014.03.04 bottle.BrewTestBot
Closes #30146. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-14dasm: change download URL and add head URLNils Berg
2014-06-14pyenv-virtualenv v20140614Yamashita Yuu
Changes: * Add `pyenv virtualenv-init` to enable auto-activation feature * Create symlinks for executables with version suffix Closes #30143. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-14mariadb: update 10.0.12 bottle.BrewTestBot
2014-06-14mariadb 10.0.12Dan
Closes #30142. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-14nginx: update Passenger caveats.Hongli Lai (Phusion)
They now explicitly mention the fact that passenger_root and passenger_ruby must be specified in the 'http' context. See http://stackoverflow.com/questions/24220300/configuring-passenger-with-ngenix for a user who didn't get this and did it wrong. Closes #30155. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-14q 1.4.0Harel Ben-Attia
Closes #30152. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-14Remove cloudfoundry-cliBen Hale
This change removes the cloudfoundry-cli formula from the repository. It will now be available from pivotal/tap tap. Closes #30105. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-14ddrescue 1.18.1David Christenson
Update to latest stable release, use HTTPS on homepage and mirror, change single quotes to double. Closes #30121. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-14etcdctl: add 0.4.3 bottle.BrewTestBot
2014-06-14etcd: add 0.4.3 bottle.BrewTestBot
2014-06-14etcdctl 0.4.3Nikola Majksner
Closes #30149. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-14etcd 0.4.3Nikola Majksner
Closes #30148. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-14nanomsg 0.4-betaJakub Stasiak
Closes #30147. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-14libuv: add pkg-config dep so pc file gets installedJack Nagel
Fixes #30145.
2014-06-14pyenv 20140614Yamashita Yuu
Changes: * pyenv: Change versioning schema (`v0.4.0-YYYYMMDD` -> `vYYYYMMDD`) * python-build: Add new PyPy release; pypy-2.3.1, pypy-2.3.1-src * python-build: Create symlinks for executables with version suffix * python-build: Use SHA2 as default digest algorithm to verify downloaded archives * python-build: Update default setuptools version (4.0 -> 4.0.1) * python-build: Import recent changes from ruby-build v20140524 Closes #30141. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-14emscripten: update 1.16.0 bottle.BrewTestBot
2014-06-14emscripten: install emcmake binaryHarald Fernengel
Closes #30122. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-14Handle non-ASCII output encoded as ASCIIJack Nagel
Some tool involved in `brew install node` is emitting UTF-8 even though LANG and LC_ALL are unset. Since the external encoding is US-ASCII, we need to guard against bad data here.
2014-06-13md5deep 4.4Dominyk Tiller
The source code packages have been moved from Sourceforge to Github, which is reflected here. The way of building of the source code has also changed, which should be executed successfully here. Please note that because of the way the source code build has been modified between 4.3 & 4.4 there are new dependencies involved in the build. SHA1SUM updated as well. Closes #30133. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-06-13wine --devel 1.7.20David Holm
Closes #30127. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-13influxdb: update 0.7.3 bottle.BrewTestBot
2014-06-13influxdb 0.7.3John Shahid
Closes #30134. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-13go devel 1.3rc2DRobins13
Closes #30138. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-13ruby: update 2.1.2_2 bottle.BrewTestBot
Closes #30129. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-06-13ruby: set site_ruby and vendor_ruby at buildMisty De Meo
2014-06-13ruby: add rubygems customization, fix postinstallMisty De Meo
This configures rubygems to install all gems into a public, non-versioned directory by default - both gems and their binaries. (This means that users no longer need /usr/local/opt/ruby/bin in their PATH.) This means that we no longer have to monkey with gem directories at all in postinstall. Bundled gems will be symlinked into this location. Fixes #29982. Closes #29986.
2014-06-13Only define intel family test on intel CPUJack Nagel
2014-06-13hbase 0.98.3Wentao Han
Closes #30120. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-13sonar-runner 2.4Sebastian Daniel
Closes #30113. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-13sonar 4.3.1Sebastian Daniel
2014-06-13cloog: Add --HEAD optionVladimir Timofeev
Closes #30115. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-13libffi: Add --HEAD optionDenis Denisov
Closes #30116. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-13fswatch: update 1.3.6 bottle.BrewTestBot
Closes #30112. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-13fswatch 1.3.6Enrico M. Crisostomo
2014-06-13pazpar2: update 1.6.43 bottle.BrewTestBot
Closes #30111. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-13pazpar2 1.6.43Sven-S. Porst
2014-06-13yaz: update 5.2.0 bottle.BrewTestBot
Closes #30110. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-13yaz 5.2.0Sven-S. Porst
2014-06-13spatialindex: add 1.8.1 bottle.BrewTestBot
Closes #30108. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>