Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/devel/bazel/Makefile 483575 2018-10-31 13:33:11Z swills $ |
2 |
# $FreeBSD: head/devel/bazel/Makefile 483575 2018-10-31 13:33:11Z swills $ |
3 |
|
3 |
|
4 |
PORTNAME= bazel |
4 |
PORTNAME= bazel |
5 |
DISTVERSION= 0.19.0 |
5 |
DISTVERSION= 0.20.0 |
6 |
CATEGORIES= devel java |
6 |
CATEGORIES= devel java |
7 |
MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ |
7 |
MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ |
8 |
DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist |
8 |
DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist |
Lines 24-30
Link Here
|
24 |
# In bazel, a release is always code-wise identical to the final release candidate. |
24 |
# In bazel, a release is always code-wise identical to the final release candidate. |
25 |
# Hence we can also download that one and so have a simple way to also test earlier release |
25 |
# Hence we can also download that one and so have a simple way to also test earlier release |
26 |
# candidates. |
26 |
# candidates. |
27 |
FINALRC= 9 |
27 |
FINALRC= 5 |
28 |
|
28 |
|
29 |
USES= shebangfix zip:infozip python |
29 |
USES= shebangfix zip:infozip python |
30 |
SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) |
30 |
SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) |