Commits
Enrico M. Crisostomo authored and Perry E. Metzger committed d44d8bb6df3
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | # Global Keywords |
4 4 | PortSystem 1.0 |
5 5 | PortGroup github 1.0 |
6 6 | |
7 - | github.setup bazelbuild bazel 0.11.0 |
7 + | github.setup bazelbuild bazel 0.11.1 |
8 8 | github.tarball_from releases |
9 9 | categories devel |
10 10 | maintainers {tfmnet.com:mohamed.issa @RootFunction} \ |
11 11 | openmaintainer |
12 12 | description A tool for automating builds and tests. |
13 13 | long_description ${description} |
14 14 | platforms darwin |
15 15 | license Apache-2 |
16 16 | |
17 17 | # Pre-Fetch Phase |
23 23 | error "The Java compiler was not detected on this machine. \ |
24 24 | Please ensure JDK 8 or newer is properly installed." |
25 25 | } |
26 26 | } |
27 27 | |
28 28 | # Fetch Phase |
29 29 | distname ${distname}-dist |
30 30 | dist_subdir ${name} |
31 31 | |
32 32 | # Checksum Phase |
33 - | checksums rmd160 0fc7e3afec228c7b727b7f34026b592c7a2e4741 \ |
34 - | sha256 abfeccc94728cb46be8dbb3507a23ccffbacef9fbda96a977ef4ea8d6ab0d384 |
33 + | checksums md5 80daac6b100b7f8e2b17d133150eba44 \ |
34 + | rmd160 c7ec01751cc053053eb87b2820cc496c41f11f62 \ |
35 + | sha256 e8d762bcc01566fa50952c8028e95cfbe7545a39b8ceb3a0d0d6df33b25b333f \ |
36 + | size 83797418 |
35 37 | |
36 38 | # Extract Phase |
37 39 | use_zip yes |
38 40 | extract.mkdir yes |
39 41 | |
40 42 | # Patch Phase |
41 43 | patch {} |
42 44 | |
43 45 | # Configure Phase |
44 46 | use_configure no |