View | Details | Raw Unified | Return to bug 262216
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=	5.0.0
4
DISTVERSION=	5.1.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 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=	4
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 = 1642256198
1
TIMESTAMP = 1647701285
2
SHA256 (bazel-5.0.0rc4-dist.zip) = c077713b8ee63691b0d5a658ddb6daf879f6082d3cbdd6d610d79f250675350b
2
SHA256 (bazel-5.1.0rc2-dist.zip) = 3954bcf01c5513aba567e3a06fa211648233e1df78aa92de064bb26c9d973513
3
SIZE (bazel-5.0.0rc4-dist.zip) = 235869975
3
SIZE (bazel-5.1.0rc2-dist.zip) = 235975580
(-)bazel/files/patch-distdir_deps.bzl (-3 / +3 lines)
Lines 1-10 Link Here
1
--- distdir_deps.bzl.orig	1979-12-31 23:00:00 UTC
1
--- distdir_deps.bzl.orig	1980-01-01 00:00:00 UTC
2
+++ distdir_deps.bzl
2
+++ distdir_deps.bzl
3
@@ -130,6 +130,7 @@ DIST_DEPS = {
3
@@ -130,6 +130,7 @@ DIST_DEPS = {
4
         "patch_args": ["-p1"],
4
         "patch_args": ["-p1"],
5
         "patches": [
5
         "patches": [
6
             "//third_party/grpc:grpc_1.41.0.patch",
6
             "//third_party/grpc:grpc_1.41.0.patch",
7
+            "//third_party/grpc:extra-patch-bazel_grpc__deps.bzl",
7
+             "//third_party/grpc:extra-patch-bazel_grpc__deps.bzl",
8
             "//third_party/grpc:grpc_1.41.0.win_arm64.patch",
8
         ],
9
         ],
9
         "used_in": [
10
         "used_in": [
10
             "additional_distfiles",

Return to bug 262216