Lines 1-7
Link Here
|
1 |
# Created by: Klaus Aehlig <aehlig@linta.de> |
1 |
# Created by: Klaus Aehlig <aehlig@linta.de> |
2 |
|
2 |
|
3 |
PORTNAME= bazel |
3 |
PORTNAME= bazel |
4 |
DISTVERSION= 4.1.0 |
4 |
DISTVERSION= 4.2.0 |
5 |
CATEGORIES= devel java |
5 |
CATEGORIES= devel java |
6 |
MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ |
6 |
MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ |
7 |
DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist |
7 |
DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist |
Lines 28-34
Link Here
|
28 |
# In bazel, a release is always code-wise identical to the final release candidate. |
28 |
# In bazel, a release is always code-wise identical to the final release candidate. |
29 |
# Hence we can also download that one and so have a simple way to also test earlier release |
29 |
# Hence we can also download that one and so have a simple way to also test earlier release |
30 |
# candidates. |
30 |
# candidates. |
31 |
FINALRC= 5 |
31 |
FINALRC= 4 |
32 |
|
32 |
|
33 |
SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) |
33 |
SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) |
34 |
USE_JAVA= yes |
34 |
USE_JAVA= yes |