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

(-)bazel/Makefile (-2 / +2 lines)
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)
(-)bazel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1540850893
1
TIMESTAMP = 1543820965
2
SHA256 (bazel-0.19.0rc9-dist.zip) = 312af013a796510bf68644b69b460dde593cfaa1be4de81640f79f977ca80b69
2
SHA256 (bazel-0.20.0rc5-dist.zip) = 3679dcadb980b03e78ffdc1f081f0a0a60bf8d97395e91bd93c4ce7b2f804a07
3
SIZE (bazel-0.19.0rc9-dist.zip) = 87331141
3
SIZE (bazel-0.20.0rc5-dist.zip) = 87599563

Return to bug 233760