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

(-)bazel/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/devel/bazel/Makefile 500716 2019-05-03 11:27:53Z swills $
2
# $FreeBSD: head/devel/bazel/Makefile 500716 2019-05-03 11:27:53Z swills $
3
3
4
PORTNAME=		bazel
4
PORTNAME=		bazel
5
DISTVERSION=		0.25.0
5
DISTVERSION=		0.26.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=		8
27
FINALRC=		16
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)
Lines 41-47 Link Here
41
.include <bsd.port.pre.mk>
41
.include <bsd.port.pre.mk>
42
42
43
.if ${ARCH} == "i386"
43
.if ${ARCH} == "i386"
44
EXTRA_PATCHES+=	${FILESDIR}/extra-i386_src_BUILD ${FILESDIR}/extra-i386_tools_cpp_BUILD.static.freebsd
44
EXTRA_PATCHES+=	${FILESDIR}/extra-i386_tools_cpp_BUILD.static.freebsd
45
.endif
45
.endif
46
46
47
# Have the location of the system-wide rc file reside ${ETCDIR}.
47
# Have the location of the system-wide rc file reside ${ETCDIR}.
(-)bazel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1556707468
1
TIMESTAMP = 1558938094
2
SHA256 (bazel-0.25.0rc8-dist.zip) = 68bd06162f79cdca0c7932725eee0db22a432b73fbab1821391706eaa473f18b
2
SHA256 (bazel-0.26.0rc16-dist.zip) = e7db1cd14b0905f766dfdbf13b802c1d9ebd1c08dd2c646b4216d4d746ada87f
3
SIZE (bazel-0.25.0rc8-dist.zip) = 275800512
3
SIZE (bazel-0.26.0rc16-dist.zip) = 244629965
(-)bazel/files/extra-i386_src_BUILD (-11 lines)
Lines 1-11 Link Here
1
--- src/BUILD.orig	1980-01-01 00:00:00.000000000 +0000
2
+++ src/BUILD	2019-02-06 14:36:18.532824000 +0000
3
@@ -131,7 +131,7 @@
4
 ] + select({
5
     "//src/conditions:arm": [],
6
     "//conditions:default": [
7
-        "//src/tools/singlejar:singlejar_local",
8
+        "//src/java_tools/singlejar:SingleJar_deploy.jar",
9
     ],
10
 })
11
 

Return to bug 238185