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

Collapse All | Expand All

(-)b/devel/meson/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	meson
4
PORTNAME=	meson
5
PORTVERSION=	0.54.3
5
PORTVERSION=	0.55.2
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
Lines 17-23 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_F Link Here
17
17
18
USES=		python:3.5+ shebangfix
18
USES=		python:3.5+ shebangfix
19
USE_PYTHON=	autoplist distutils noflavors
19
USE_PYTHON=	autoplist distutils noflavors
20
SHEBANG_FILES=	mesonbuild/cmake/data/run_ctgt.py
20
SHEBANG_FILES=	mesonbuild/scripts/cmake_run_ctgt.py
21
NO_ARCH=	yes
21
NO_ARCH=	yes
22
22
23
# https://github.com/mesonbuild/meson/issues/6016
23
# https://github.com/mesonbuild/meson/issues/6016
(-)b/devel/meson/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1453575159
1
TIMESTAMP = 1597508825
2
SHA256 (meson-0.54.3.tar.gz) = f2bdf4cf0694e696b48261cdd14380fb1d0fe33d24744d8b2df0c12f33ebb662
2
SHA256 (meson-0.55.2.tar.gz) = 78a3f4ee3864a8fce9f028d38d900ef997fd398b851765e35a0185e5c01b11f7
3
SIZE (meson-0.54.3.tar.gz) = 1690919
3
SIZE (meson-0.55.2.tar.gz) = 1742232

Return to bug 247935