GHC 2016-12-06

14 comments.

, https://git.io/v1Kt1 in Homebrew/brew
bump-formula-pr: use correct version in download path when --version is specified
=================================================================================

- [x] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/brew/blob/master/CONTRIBUTING.md) document?
- [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/brew/pulls) for the same change?
- [x] Have you added an explanation of what your changes do and why you'd like us to include them?
- [ ] Have you written new tests for your changes? [Here's an example](https://github.com/Homebrew/homebrew/pull/49031).
- [ ] Have you successfully run `brew tests` with your changes locally?

-----

When a `--version` is specified, use this specified version in the name of the downloaded file rather than the default that is parsed from the URL.

For instance,

```sh
brew bump-formula-pr --devel \
  --url=http://www.zsh.org/pub/development/zsh-5.2-test-2.tar.gz \
  --version=5.2-test-2 zsh
```

should download to `$HOMEBREW_CACHE/zsh-5.2-test-2.tar.gz` (correct behavior after this commit) rather than `$HOMEBREW_CACHE/zsh-2.tar.gz` (wrong behavior before this commit).

, https://git.io/v1KtM in Homebrew/homebrew-core
zsh 5.2-test-2 (devel)
======================

Created with `brew bump-formula-pr`.

, https://git.io/v1KtD in Homebrew/brew
boneyard-formula-pr: make it more consistent with bump-formula-pr
=================================================================

- [x] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/brew/blob/master/CONTRIBUTING.md) document?
- [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/brew/pulls) for the same change?
- [x] Have you added an explanation of what your changes do and why you'd like us to include them?
- [ ] Have you written new tests for your changes? [Here's an example](https://github.com/Homebrew/homebrew/pull/49031).
- [ ] Have you successfully run `brew tests` with your changes locally?

-----

- Use ohai to print messages;
- Checkout last branch when done.

, https://git.io/v1KJ9 in Homebrew/homebrew-core
> Yeah, I wish it didn't work, but in terms of the PRs we might as well reap the rewards of the exploit and use the final url as soon as it resolves.

I think the commit could be swapped out when pulling to avoid another CI build. If `brew pull` is smart enough you might even be able do that automagically...

> I was lazy and used rebase merge, so here we go

Might directly pushing to master? Not really worth another PR...

By the way, putting vendored patches right in this repo would stop all this madness. (Yeah, I do remember the out-of-tree problem and debate on DSL.) macports/macports-ports is only 231M in size (repo + checked out tree), and their number of packages (10304) almost triples ours, so it shouldn't be scary.

, https://git.io/v1KJH in Homebrew/homebrew-core
@ilovezfs Yeah I know it works, but it feels wrong... Homebrew/homebrew-core master should carry patches from Homebrew/formula-patches master, IMO.

, https://git.io/v1KJQ in Homebrew/homebrew-boneyard
Sure, done.

, https://git.io/v1KJ7 in Homebrew/formula-patches
Bump. Need to merge this and address the premature merge https://github.com/Homebrew/homebrew-core/pull/7540#issuecomment-264897853.

, https://git.io/v1KJ5 in Homebrew/homebrew-core
https://github.com/Homebrew/homebrew-core/pull/7601

, https://git.io/v1Kty in Homebrew/homebrew-boneyard
pdksh: migrate from core
========================

Goes together with https://github.com/Homebrew/homebrew-core/pull/7601.

Created with `brew boneyard-formula-pr` because https://github.com/Homebrew/homebrew-core/pull/7538#issuecomment-264733049.

, https://git.io/v1KtS in Homebrew/homebrew-core
pdksh: migrate to boneyard
==========================

Created with `brew boneyard-formula-pr` because https://github.com/Homebrew/homebrew-core/pull/7538#issuecomment-264733049.

, https://git.io/v1KJd in travis-ci/beta-features
It works now, thanks.

, https://git.io/v1KJF in travis-ci/beta-features
For the record, I'm having the same problem as bmcfee, and I've sent an email to [email protected] with details. Please don't hesitate to ask if you need additional info, thanks.

, https://git.io/v1Kt9 in soimort/you-get
[embed] add support for bilibili's embedded player
==================================================

Sample embed: for http://www.bilibili.com/video/av5079467/:

```html
<embed height="415" width="544" quality="high" allowfullscreen="true" type="application/x-shockwave-flash" src="http://static.hdslb.com/miniloader.swf" flashvars="aid=5079467&page=1" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
```

(See the "分享" button on the video page.)

Sample usage after this patch:

```
$ you-get --debug https://goo.gl/jSPH9A
[DEBUG] get_content: https://cdn.rawgit.com/zmwangx/7971f208bdb7ebc1bfc44e504789854f/raw/b133e9a07018d894b00e2490022ab078cfa04360/bilibili-embed.html
[DEBUG] get_content: http://www.bilibili.com/video/av5079467/
[DEBUG] get_content: http://interface.bilibili.com/playurl?&cid=8277792&from=miniplay&player=1&sign=df282f440d978ca32de1b18ecbb4bc18
Site:       bilibili.com
Title:      bilibili七周年 ★ 一路有你
Type:       Flash video (video/x-flv)
Size:       48.52 MiB (50872328 Bytes)

Downloading bilibili七周年 ★ 一路有你.flv ...
 100% ( 48.5/ 48.5MB) ├███████████████████████████████████████████████████████████████████████████████┤[1/1]   12 MB/s
```

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/soimort/you-get/1544)
<!-- Reviewable:end -->

, https://git.io/v1KtH in Homebrew/homebrew-core
ffmpeg 3.2.2
============

Created with `brew bump-formula-pr`.