mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Update to 3.3.0
PR: 247349 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
This commit is contained in:
parent
4fd4371bbb
commit
3a567dd84b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539532
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bazel
|
||||
DISTVERSION= 3.2.0
|
||||
DISTVERSION= 3.3.0
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/
|
||||
DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist
|
||||
@ -29,7 +29,7 @@ CONFLICTS_INSTALL= bazel029
|
||||
# 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= 1
|
||||
FINALRC= 2
|
||||
|
||||
SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so)
|
||||
USE_JAVA= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1589005739
|
||||
SHA256 (bazel-3.2.0rc1-dist.zip) = 3ecdb041c6f0f5c8cea0952b17697575b484cf31ec96e5cbcc850d7fa0dfe39e
|
||||
SIZE (bazel-3.2.0rc1-dist.zip) = 269368381
|
||||
TIMESTAMP = 1592333201
|
||||
SHA256 (bazel-3.3.0rc2-dist.zip) = 631b585410e3a16d0d61d852b9618dd58ab9ae8fc72db382aa06f6ec7ada7d2f
|
||||
SIZE (bazel-3.3.0rc2-dist.zip) = 269153436
|
||||
|
@ -0,0 +1,10 @@
|
||||
--- src/main/tools/process-tools-linux.cc.orig 2020-06-02 21:33:22.556035000 +0200
|
||||
+++ src/main/tools/process-tools-linux.cc 2020-06-02 21:34:05.346824000 +0200
|
||||
@@ -17,6 +17,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
+#include <signal.h>
|
||||
|
||||
#include "src/main/tools/process-tools.h"
|
||||
|
Loading…
Reference in New Issue
Block a user