Lines 1-7
Link Here
|
1 |
# Created by: Klaus Aehlig <aehlig@linta.de> |
1 |
# Created by: Klaus Aehlig <aehlig@linta.de> |
2 |
|
2 |
|
3 |
PORTNAME= bazel |
3 |
PORTNAME= bazel |
4 |
DISTVERSION= 5.0.0 |
4 |
DISTVERSION= 5.1.0 |
5 |
CATEGORIES= devel java |
5 |
CATEGORIES= devel java |
6 |
MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ |
6 |
MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ |
7 |
DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist |
7 |
DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist |
Lines 40-46
Link Here
|
40 |
# In bazel, a release is always code-wise identical to the final release candidate. |
40 |
# In bazel, a release is always code-wise identical to the final release candidate. |
41 |
# Hence we can also download that one and so have a simple way to also test earlier release |
41 |
# Hence we can also download that one and so have a simple way to also test earlier release |
42 |
# candidates. |
42 |
# candidates. |
43 |
FINALRC= 4 |
43 |
FINALRC= 2 |
44 |
|
44 |
|
45 |
.include <bsd.port.pre.mk> |
45 |
.include <bsd.port.pre.mk> |
46 |
|
46 |
|