git: 7484baa3f42b - 2022Q2 - devel/meson: update to 0.62.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Apr 2022 07:42:41 UTC
The branch 2022Q2 has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7484baa3f42bcb5f444f4f57d597089379b62cfb
commit 7484baa3f42bcb5f444f4f57d597089379b62cfb
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-04-23 09:55:33 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-04-28 07:42:27 +0000
devel/meson: update to 0.62.1
Changes: https://github.com/mesonbuild/meson/compare/0.62.0...0.62.1
PR: 263492
Reported by: GitHub (watch releases)
Exp-run by: antoine
Approved by: tcberner
(cherry picked from commit 982eadad804e0396580f0d6d258cef37c5b60916)
---
devel/meson/Makefile | 2 +-
devel/meson/distinfo | 6 +++---
multimedia/libmediaart/Makefile | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/devel/meson/Makefile b/devel/meson/Makefile
index b1b259013117..c9fbc5bbe9bc 100644
--- a/devel/meson/Makefile
+++ b/devel/meson/Makefile
@@ -1,7 +1,7 @@
# Created by: Ting-Wei Lan <lantw44@gmail.com>
PORTNAME= meson
-PORTVERSION= 0.62.0
+PORTVERSION= 0.62.1
CATEGORIES= devel python
MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
diff --git a/devel/meson/distinfo b/devel/meson/distinfo
index 5e54cb988726..7896011e38c6 100644
--- a/devel/meson/distinfo
+++ b/devel/meson/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647897872
-SHA256 (meson-0.62.0.tar.gz) = 06f8c1cfa51bfdb533c82623ffa524cacdbea02ace6d709145e33aabdad6adcb
-SIZE (meson-0.62.0.tar.gz) = 2033143
+TIMESTAMP = 1650707733
+SHA256 (meson-0.62.1.tar.gz) = a0f5caa1e70da12d5e63aa6a9504273759b891af36c8d87de381a4ed1380e845
+SIZE (meson-0.62.1.tar.gz) = 2034805
diff --git a/multimedia/libmediaart/Makefile b/multimedia/libmediaart/Makefile
index 85363b87c060..6e30e1c1be26 100644
--- a/multimedia/libmediaart/Makefile
+++ b/multimedia/libmediaart/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libmediaart
DISTVERSION= 1.9.5
+PORTREVISION= 1
CATEGORIES= multimedia devel
MASTER_SITES= GNOME
@@ -22,7 +23,6 @@ USE_LDCONFIG= yes
MESON_ARGS= -Dimage_library=gdk-pixbuf
OPTIONS_DEFINE= DOCS
-OPTIONS_EXCLUDE=DOCS # https://gitlab.gnome.org/GNOME/libmediaart/-/issues/4
DOCS_BUILD_DEPENDS= gtk-doc>=0:textproc/gtk-doc
DOCS_MESON_TRUE= gtk_doc
#option('image_library', type: 'combo', choices: ['auto', 'gdk-pixbuf', 'qt4', 'qt5'],