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

(-)bazel/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/devel/bazel/Makefile 510821 2019-09-02 16:26:40Z swills $
2
# $FreeBSD: head/devel/bazel/Makefile 510821 2019-09-02 16:26:40Z swills $
3
3
4
PORTNAME=	bazel
4
PORTNAME=	bazel
5
DISTVERSION=	0.29.0
5
DISTVERSION=	1.0.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=	8
29
FINALRC=	5
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
(-)bazel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1566883509
1
TIMESTAMP = 1570569367
2
SHA256 (bazel-0.29.0rc8-dist.zip) = d812e6fb46540b42fa8546c381f44728d3a27fcd8029faec05a7f8d14cfc7aa1
2
SHA256 (bazel-1.0.0rc5-dist.zip) = 91de39e8899ad02be704c403155086ecf6b9420c56907273d1dcd015277568e5
3
SIZE (bazel-0.29.0rc8-dist.zip) = 265744572
3
SIZE (bazel-1.0.0rc5-dist.zip) = 267209045

Return to bug 241188