Bump to latest (and final) Qt 4 release. This drops the separate patch
that is now included in the new release. Also moves to the HTTPS mirror
recently adopted in the 'qt5' formula and fixes an indentation error.
ClosesHomebrew/homebrew#40510.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
gflags will append a friendly: `Debug build (NDEBUG not #defined)` on targets when a `--version` is used. By default, a gflags install should be release ready and have `-NDEBUG` defined. A brew user may build from source and include `--with-debug` to prevent this definition.
ClosesHomebrew/homebrew#40498.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
- Introduce pyrax resource for rackspace support (follow-up of Homebrew/homebrew#29186)
- Package dependencies were generated with homebrew-pypi-poet, but
manually organized (grouped by sections, no duplicates and sorted by
case-insensitive alphabetical order)
- Take advantage of the `resources` helper (as seen in other formulaes),
instead of explicitly building the list of resources.
ClosesHomebrew/homebrew#40493.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Updating Terraform to 0.5.3 release, removing the patch (as now merged)
and moving to the newly promoted AWS go sdk from the AWSLabs version.
Used `homebrew_go_resources` to create a new `go_resource` for the AWS
libary to enable a clean build from source.
ClosesHomebrew/homebrew#40408.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
The upstream url/homepage has been taken over apparently, and is down regardless.
Switched to the Github homepage and Debian mirrors - The current Github tarball
for the existing libtorrent release doesn't compile against the newest libtool/autotools
combination.
Re Homebrew/homebrew#40392ClosesHomebrew/homebrew#40460.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
The homepage and normal URL are both dead with "This Website Is No Longer Available"
and "Sorry, but the website you are looking for is suspended."
I've left the homepage here, but replaced the url and added a mirror.
This problem is currently what's causing the failure in Homebrew/homebrew#40449 - The current download
appears to be following through to the suspended page and downloading http://billposer.org/cgi-sys/suspendedpage.cgi
as uni2ascii-4.18.tar.gz, which obviously then fails the checksum assertion.
ClosesHomebrew/homebrew#40466.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>