View | Details | Raw Unified | Return to bug 270499 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/meson/Makefile (-2 / +3 lines)
Lines 10-19 WWW= https://mesonbuild.com/ Link Here
10
LICENSE=	APACHE20
10
LICENSE=	APACHE20
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
BUILD_DEPENDS=	${PY_SETUPTOOLS} \
14
		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
13
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
15
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
14
16
15
USES=		ninja:run python:3.6+ shebangfix
17
USES=		ninja:run python:3.6+ shebangfix
16
USE_PYTHON=	autoplist distutils
18
USE_PYTHON=	autoplist pep517
17
SHEBANG_FILES=	mesonbuild/rewriter.py \
19
SHEBANG_FILES=	mesonbuild/rewriter.py \
18
		mesonbuild/scripts/cmake_run_ctgt.py
20
		mesonbuild/scripts/cmake_run_ctgt.py
19
NO_ARCH=	yes
21
NO_ARCH=	yes
20
--
21
devel/meson/Makefile | 2 +-
22
devel/meson/Makefile | 2 +-
22
devel/meson/distinfo | 6 +++---
23
devel/meson/distinfo | 6 +++---
23
2 files changed, 4 insertions(+), 4 deletions(-)
24
2 files changed, 4 insertions(+), 4 deletions(-)
(-)b/devel/meson/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	meson
1
PORTNAME=	meson
2
PORTVERSION=	1.0.1
2
PORTVERSION=	1.1.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
(-)b/devel/meson/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1677190158
1
TIMESTAMP = 1680462222
2
SHA256 (meson-1.0.1.tar.gz) = d926b730de6f518728cc7c57bc5e701667bae0c3522f9e369427b2cc7839d3c1
2
SHA256 (meson-1.1.0rc2.tar.gz) = 4ecb5a6e289e14ac667ded004bb55d9a2c38375c248980ed76b31e2e82b65d47
3
SIZE (meson-1.0.1.tar.gz) = 2104183
3
SIZE (meson-1.1.0rc2.tar.gz) = 2121953

Return to bug 270499