Lines 1-7
Link Here
|
1 |
PORTNAME= meson |
1 |
PORTNAME= meson |
2 |
PORTVERSION= 0.63.2 |
2 |
PORTVERSION= 0.64.0rc2 |
3 |
CATEGORIES= devel python |
3 |
CATEGORIES= devel python |
4 |
MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/ |
4 |
#MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/ |
5 |
|
5 |
|
6 |
MAINTAINER= desktop@FreeBSD.org |
6 |
MAINTAINER= desktop@FreeBSD.org |
7 |
COMMENT= High performance build system |
7 |
COMMENT= High performance build system |
Lines 18-23
SHEBANG_FILES= mesonbuild/rewriter.py \
Link Here
|
18 |
mesonbuild/scripts/cmake_run_ctgt.py |
18 |
mesonbuild/scripts/cmake_run_ctgt.py |
19 |
NO_ARCH= yes |
19 |
NO_ARCH= yes |
20 |
|
20 |
|
|
|
21 |
# XXX Remove and uncomment MASTER_SITES above after release |
22 |
USE_GITHUB= yes |
23 |
GH_TAGNAME= 0.64.0rc1-10-g21f86fa90 |
24 |
GH_ACCOUNT= mesonbuild |
25 |
|
21 |
# https://github.com/mesonbuild/meson/issues/6016 |
26 |
# https://github.com/mesonbuild/meson/issues/6016 |
22 |
TEST_ENV= ${MAKE_ENV:NCC=*:NCXX=*} |
27 |
TEST_ENV= ${MAKE_ENV:NCC=*:NCXX=*} |
23 |
|
28 |
|