Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/devel/bazel/Makefile 505481 2019-06-30 20:27:11Z swills $ |
2 |
# $FreeBSD: head/devel/bazel/Makefile 505481 2019-06-30 20:27:11Z swills $ |
3 |
|
3 |
|
4 |
PORTNAME= bazel |
4 |
PORTNAME= bazel |
5 |
DISTVERSION= 0.27.0 |
5 |
DISTVERSION= 0.28.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 26-32
Link Here
|
26 |
# In bazel, a release is always code-wise identical to the final release candidate. |
26 |
# In bazel, a release is always code-wise identical to the final release candidate. |
27 |
# Hence we can also download that one and so have a simple way to also test earlier release |
27 |
# Hence we can also download that one and so have a simple way to also test earlier release |
28 |
# candidates. |
28 |
# candidates. |
29 |
FINALRC= 5 |
29 |
FINALRC= 2 |
30 |
|
30 |
|
31 |
SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) |
31 |
SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) |
32 |
USE_JAVA= yes |
32 |
USE_JAVA= yes |