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

(-)bazel/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/devel/bazel/Makefile 491744 2019-01-31 17:51:39Z tobik $
2
# $FreeBSD: head/devel/bazel/Makefile 491744 2019-01-31 17:51:39Z tobik $
3
3
4
PORTNAME=		bazel
4
PORTNAME=		bazel
5
DISTVERSION=		0.22.0
5
DISTVERSION=		0.23.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=		4
27
FINALRC=		3
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 = 1548326791
1
TIMESTAMP = 1551078041
2
SHA256 (bazel-0.22.0rc4-dist.zip) = 70db3b8397a6c3c5cabc4f1fffce5039ae874657d6123e7ecfc328460b1e6d2b
2
SHA256 (bazel-0.23.0rc3-dist.zip) = c361c7950ac0f5467f7d34f867758521b02aab794ae063976ba74151dd2120a8
3
SIZE (bazel-0.22.0rc4-dist.zip) = 88631345
3
SIZE (bazel-0.23.0rc3-dist.zip) = 123718901
(-)bazel/files/extra-i386_src_BUILD (-11 / +11 lines)
Lines 1-11 Link Here
1
--- src/BUILD.orig	2019-01-08 10:17:38.552913000 +0000
1
--- src/BUILD.orig	1980-01-01 00:00:00.000000000 +0000
2
+++ src/BUILD	2019-01-08 10:18:35.379310000 +0000
2
+++ src/BUILD	2019-02-06 14:36:18.532824000 +0000
3
@@ -174,7 +174,7 @@
3
@@ -131,7 +131,7 @@
4
                    "//src/java_tools/singlejar:SingleJar_deploy.jar",
4
 ] + select({
5
                ],
5
     "//src/conditions:arm": [],
6
                "//conditions:default": [
6
     "//conditions:default": [
7
-                   "//src/tools/singlejar:singlejar_local",
7
-        "//src/tools/singlejar:singlejar_local",
8
+                   "//src/java_tools/singlejar:SingleJar_deploy.jar",
8
+        "//src/java_tools/singlejar:SingleJar_deploy.jar",
9
                ],
9
     ],
10
            }) +
10
 })
11
            jdk,
11
 

Return to bug 236076