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

Collapse All | Expand All

(-)b/devel/meson/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	meson
4
PORTNAME=	meson
5
PORTVERSION=	0.51.0
5
PORTVERSION=	0.51.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
(-)b/devel/meson/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1561108166
1
TIMESTAMP = 1566836953
2
SHA256 (meson-0.51.0.tar.gz) = 2f75fdf6d586d3595c03a07afcd0eaae11f68dd33fea5906a434d22a409ed63f
2
SHA256 (meson-0.51.2.tar.gz) = 23688f0fc90be623d98e80e1defeea92bbb7103bf9336a5f5b9865d36e892d76
3
SIZE (meson-0.51.0.tar.gz) = 1449724
3
SIZE (meson-0.51.2.tar.gz) = 1453251
(-)b/net/waypipe/Makefile (-2 lines)
Lines 20-27 GL_SITE= https://gitlab.freedesktop.org Link Here
20
GL_ACCOUNT=	mstoeckl
20
GL_ACCOUNT=	mstoeckl
21
GL_COMMIT=	f78ad85b04ef95daa9a1671aa0375d0e77d19b2f
21
GL_COMMIT=	f78ad85b04ef95daa9a1671aa0375d0e77d19b2f
22
PLIST_FILES=	bin/${PORTNAME}
22
PLIST_FILES=	bin/${PORTNAME}
23
# XXX armv6 needs https://github.com/mesonbuild/meson/commit/147d3f752c41
24
CONFIGURE_ENV=	UNAME_m=${ARCH}
25
23
26
# XXX Drop after FreeBSD 12.0 EOL
24
# XXX Drop after FreeBSD 12.0 EOL
27
.if exists(/usr/lib/clang/6.0.0) || exists(/usr/lib/clang/6.0.1)
25
.if exists(/usr/lib/clang/6.0.0) || exists(/usr/lib/clang/6.0.1)

Return to bug 240182