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

(-)bazel/Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	bazel
1
PORTNAME=	bazel
2
DISTVERSION=	5.2.0
2
DISTVERSION=	5.3.0
3
CATEGORIES=	devel java
3
CATEGORIES=	devel java
4
MASTER_SITES=	https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/
4
MASTER_SITES=	https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/
5
DISTNAME=	bazel-${PORTVERSION}rc${FINALRC}-dist
5
DISTNAME=	bazel-${PORTVERSION}rc${FINALRC}-dist
Lines 40-46 Link Here
40
# In bazel, a release is always code-wise identical to the final release candidate.
40
# In bazel, a release is always code-wise identical to the final release candidate.
41
# Hence we can also download that one and so have a simple way to also test earlier release
41
# Hence we can also download that one and so have a simple way to also test earlier release
42
# candidates.
42
# candidates.
43
FINALRC=	3
43
FINALRC=	2
44
44
45
.include <bsd.port.pre.mk>
45
.include <bsd.port.pre.mk>
46
46
(-)bazel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1654951394
1
TIMESTAMP = 1660993625
2
SHA256 (bazel-5.2.0rc3-dist.zip) = b51ff87251747dae4d979b4418a36a693c64b702476d7bda261aa3cfdfe9b7ce
2
SHA256 (bazel-5.3.0rc2-dist.zip) = cf9435792305bd5237107c8687a9d1b5ccaaf231323b35247aef4534815dc22f
3
SIZE (bazel-5.2.0rc3-dist.zip) = 235195506
3
SIZE (bazel-5.3.0rc2-dist.zip) = 235287050

Return to bug 266025