|
Lines 2-11
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= meson |
4 |
PORTNAME= meson |
| 5 |
PORTVERSION= 0.56.2 |
5 |
PORTVERSION= 0.57.0 |
| 6 |
CATEGORIES= devel python |
6 |
CATEGORIES= devel python |
| 7 |
MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/ |
7 |
MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/ |
| 8 |
|
8 |
|
|
|
9 |
PATCH_SITES= https://github.com/mesonbuild/${PORTNAME}/commit/ |
| 10 |
PATCHFILES+= 10d94a12b85b.patch:-p1 # https://github.com/mesonbuild/meson/pull/8366 |
| 11 |
|
| 9 |
MAINTAINER= desktop@FreeBSD.org |
12 |
MAINTAINER= desktop@FreeBSD.org |
| 10 |
COMMENT= High performance build system |
13 |
COMMENT= High performance build system |
| 11 |
|
14 |
|
|
Lines 15-21
LICENSE_FILE= ${WRKSRC}/COPYING
Link Here
|
| 15 |
RUN_DEPENDS= ninja:devel/ninja |
18 |
RUN_DEPENDS= ninja:devel/ninja |
| 16 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} |
19 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} |
| 17 |
|
20 |
|
| 18 |
USES= python:3.5+ shebangfix |
21 |
USES= python:3.6+ shebangfix |
| 19 |
USE_PYTHON= autoplist distutils noflavors |
22 |
USE_PYTHON= autoplist distutils noflavors |
| 20 |
SHEBANG_FILES= mesonbuild/rewriter.py \ |
23 |
SHEBANG_FILES= mesonbuild/rewriter.py \ |
| 21 |
mesonbuild/scripts/cmake_run_ctgt.py |
24 |
mesonbuild/scripts/cmake_run_ctgt.py |