mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to upstream version 2.1.0
While on it: - Pet portlint PR: 243964 Submitted by: aehlig@linta.de (maintainer)
This commit is contained in:
parent
3c7b895882
commit
3af72314d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525657
2 changed files with 6 additions and 7 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= bazel
|
PORTNAME= bazel
|
||||||
DISTVERSION= 2.0.0
|
DISTVERSION= 2.1.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel java
|
CATEGORIES= devel java
|
||||||
MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/
|
MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/
|
||||||
DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist
|
DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist
|
||||||
|
@ -23,10 +22,10 @@ BROKEN_FreeBSD_12_powerpc64= fails to compile: Action failed to execute: java.io
|
||||||
BUILD_DEPENDS= bash:shells/bash \
|
BUILD_DEPENDS= bash:shells/bash \
|
||||||
zip:archivers/zip
|
zip:archivers/zip
|
||||||
|
|
||||||
CONFLICTS_INSTALL= bazel029
|
|
||||||
|
|
||||||
USES= python:3.3+ shebangfix zip:infozip
|
USES= python:3.3+ shebangfix zip:infozip
|
||||||
|
|
||||||
|
CONFLICTS_INSTALL= bazel029
|
||||||
|
|
||||||
# In bazel, a release is always code-wise identical to the final release candidate.
|
# 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
|
# Hence we can also download that one and so have a simple way to also test earlier release
|
||||||
# candidates.
|
# candidates.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1576907156
|
TIMESTAMP = 1580457560
|
||||||
SHA256 (bazel-2.0.0rc4-dist.zip) = 73b06694833188104be6590683c6b8df7ca2b36d9cb548cdb53a40059f0b2038
|
SHA256 (bazel-2.1.0rc4-dist.zip) = ac1d9a6189d717ba5aafcbc0745809155d24044df1a69e8de254c5b9182e894b
|
||||||
SIZE (bazel-2.0.0rc4-dist.zip) = 259624659
|
SIZE (bazel-2.1.0rc4-dist.zip) = 259805171
|
||||||
|
|
Loading…
Add table
Reference in a new issue