aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-09-02 19:55:34 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-09-02 19:55:34 +0000
commitfbd984f85adc8536301480709c9f6df02b1c7797 (patch)
treea939f5808325916bf177dfa0f47dda15d9375f14
parent362a7f621f5e1977f6bafa8a84543cf4316b34cc (diff)
downloadports-fbd984f85adc8536301480709c9f6df02b1c7797.tar.gz
ports-fbd984f85adc8536301480709c9f6df02b1c7797.zip
Notes
-rw-r--r--devel/meson/Makefile5
-rw-r--r--devel/meson/distinfo8
-rw-r--r--net/waypipe/Makefile2
3 files changed, 9 insertions, 6 deletions
diff --git a/devel/meson/Makefile b/devel/meson/Makefile
index cb45c2cb490d..724021640e70 100644
--- a/devel/meson/Makefile
+++ b/devel/meson/Makefile
@@ -2,10 +2,13 @@
# $FreeBSD$
PORTNAME= meson
-PORTVERSION= 0.51.0
+PORTVERSION= 0.51.2
CATEGORIES= devel python
MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
+PATCH_SITES= https://github.com/mesonbuild/${PORTNAME}/commit/
+PATCHFILES+= efea48788ab2.patch:-p1
+
MAINTAINER= gnome@FreeBSD.org
COMMENT= High performance build system
diff --git a/devel/meson/distinfo b/devel/meson/distinfo
index 518e67a7d539..64d7f4fd9bf8 100644
--- a/devel/meson/distinfo
+++ b/devel/meson/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1561108166
-SHA256 (meson-0.51.0.tar.gz) = 2f75fdf6d586d3595c03a07afcd0eaae11f68dd33fea5906a434d22a409ed63f
-SIZE (meson-0.51.0.tar.gz) = 1449724
+TIMESTAMP = 1566836953
+SHA256 (meson-0.51.2.tar.gz) = 23688f0fc90be623d98e80e1defeea92bbb7103bf9336a5f5b9865d36e892d76
+SIZE (meson-0.51.2.tar.gz) = 1453251
+SHA256 (efea48788ab2.patch) = eee556fb0cd6cbba5756bbfb508412081743cd813dd10d1b9cbc419769281d39
+SIZE (efea48788ab2.patch) = 953
diff --git a/net/waypipe/Makefile b/net/waypipe/Makefile
index cd8393f71fcf..f798ac88caf8 100644
--- a/net/waypipe/Makefile
+++ b/net/waypipe/Makefile
@@ -20,8 +20,6 @@ GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= mstoeckl
GL_COMMIT= f78ad85b04ef95daa9a1671aa0375d0e77d19b2f
PLIST_FILES= bin/${PORTNAME}
-# XXX armv6 needs https://github.com/mesonbuild/meson/commit/147d3f752c41
-CONFIGURE_ENV= UNAME_m=${ARCH}
# XXX Drop after FreeBSD 12.0 EOL
.if exists(/usr/lib/clang/6.0.0) || exists(/usr/lib/clang/6.0.1)