commit 16baa2a8be42a0273ed80b9523080030709a6910
Author: Aaron Madlon-Kay <aaron@madlon-kay.com>
Date: Fri May 20 10:24:22 2016 +0900
Update docker to 1.11.1
diff --git a/devel/docker/Portfile b/devel/docker/Portfile
index c1d6429..97b31b9 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup github 1.0 |
6 | 6 | |
7 | | github.setup docker docker 1.10.3 v |
| 7 | github.setup docker docker 1.11.1 v |
8 | 8 | categories devel |
9 | 9 | platforms darwin |
10 | 10 | license Apache-2 |
… |
… |
long_description Docker is an open source project to pack, ship \ |
15 | 15 | |
16 | 16 | depends_build port:go |
17 | 17 | |
18 | | checksums rmd160 7968848cc3dd225b5d4653f577aafb863e673800 \ |
19 | | sha256 6cf65db6650fe2c5cb5ef04d1b12a96ce8b1dff3023b3a2e82155aa68130bb46 |
| 18 | checksums rmd160 df24741ef24bb89195294ae97b84856c075cb844 \ |
| 19 | sha256 5af3fc463b0072b024aa1e5a860aeda7d8fe95c22cdbe727ac8ba5f572e43902 |
20 | 20 | |
21 | 21 | use_configure no |
22 | 22 | |
23 | 23 | use_parallel_build no |
24 | 24 | build.cmd hack/make.sh |
25 | 25 | build.target dynbinary |
26 | | build.env DOCKER_GITCOMMIT=d12ea79c9de6d144ce6bc7ccfe41c507cca6fd35 \ |
| 26 | build.env DOCKER_GITCOMMIT=5604cbe \ |
27 | 27 | AUTO_GOPATH=1 \ |
28 | 28 | DOCKER_CLIENTONLY=1 |
29 | 29 | |