View | Details | Raw Unified | Return to bug 257932
Collapse All | Expand All

(-)bazel/Makefile (-2 / +2 lines)
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
(-)bazel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1621625779
1
TIMESTAMP = 1629042860
2
SHA256 (bazel-4.1.0rc5-dist.zip) = 11a44e5dcf48307ad1c75de36339541a7b2e49f43407929d0d789eda79f3a6d4
2
SHA256 (bazel-4.2.0rc4-dist.zip) = 2294013b281879f4be744113ba3d75c311369ff321e9c697a4449b24455e10cc
3
SIZE (bazel-4.1.0rc5-dist.zip) = 277017508
3
SIZE (bazel-4.2.0rc4-dist.zip) = 279246919

Return to bug 257932