diff options
author | swills <swills@FreeBSD.org> | 2017-12-19 21:11:32 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-12-19 21:11:32 +0800 |
commit | 616c542c10da1ad689a8ca91632cbcb5cc9ae17f (patch) | |
tree | 2cbd48560fae415f52c9ef9a1c693c0e52f1047c /devel/bazel/Makefile | |
parent | badb10e58d4a3f5aa21bc41ccf16834e6a499940 (diff) | |
download | freebsd-ports-gnome-616c542c10da1ad689a8ca91632cbcb5cc9ae17f.tar.gz freebsd-ports-gnome-616c542c10da1ad689a8ca91632cbcb5cc9ae17f.tar.zst freebsd-ports-gnome-616c542c10da1ad689a8ca91632cbcb5cc9ae17f.zip |
devel/bazel: update to 0.9.0
PR: 224450
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
Diffstat (limited to 'devel/bazel/Makefile')
-rw-r--r-- | devel/bazel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bazel/Makefile b/devel/bazel/Makefile index dcc9f2e9a42f..7c13bf7c6ae1 100644 --- a/devel/bazel/Makefile +++ b/devel/bazel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -22,7 +22,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= 5 +FINALRC= 6 USES= shebangfix zip:infozip python SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) |