1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

devel/bazel: update 0.22.0 -> 0.23.0

PR:		236076
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Relnotes:	https://blog.bazel.build/2019/02/26/bazel-0.23.html
This commit is contained in:
Kurt Jaeger 2019-02-27 19:34:39 +00:00
parent 5f0a11c80b
commit b38c137279
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494080
3 changed files with 16 additions and 16 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bazel
DISTVERSION= 0.22.0
DISTVERSION= 0.23.0
CATEGORIES= devel java
MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/
DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist
@ -24,7 +24,7 @@ BUILD_DEPENDS= bash:shells/bash \
# In bazel, a release is always code-wise identical to the final release candidate.
# Hence we can also download that one and so have a simple way to also test earlier release
# candidates.
FINALRC= 4
FINALRC= 3
USES= shebangfix zip:infozip python
SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so)

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1548326791
SHA256 (bazel-0.22.0rc4-dist.zip) = 70db3b8397a6c3c5cabc4f1fffce5039ae874657d6123e7ecfc328460b1e6d2b
SIZE (bazel-0.22.0rc4-dist.zip) = 88631345
TIMESTAMP = 1551078041
SHA256 (bazel-0.23.0rc3-dist.zip) = c361c7950ac0f5467f7d34f867758521b02aab794ae063976ba74151dd2120a8
SIZE (bazel-0.23.0rc3-dist.zip) = 123718901

View File

@ -1,11 +1,11 @@
--- src/BUILD.orig 2019-01-08 10:17:38.552913000 +0000
+++ src/BUILD 2019-01-08 10:18:35.379310000 +0000
@@ -174,7 +174,7 @@
"//src/java_tools/singlejar:SingleJar_deploy.jar",
],
"//conditions:default": [
- "//src/tools/singlejar:singlejar_local",
+ "//src/java_tools/singlejar:SingleJar_deploy.jar",
],
}) +
jdk,
--- src/BUILD.orig 1980-01-01 00:00:00.000000000 +0000
+++ src/BUILD 2019-02-06 14:36:18.532824000 +0000
@@ -131,7 +131,7 @@
] + select({
"//src/conditions:arm": [],
"//conditions:default": [
- "//src/tools/singlejar:singlejar_local",
+ "//src/java_tools/singlejar:SingleJar_deploy.jar",
],
})