Date: Tue, 25 Jan 2022 12:26:26 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3b9706c893ac - main - audio/gnome-music: unbreak build with Meson 0.61.0 Message-ID: <202201251226.20PCQQUH013140@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b9706c893acf249cd1986b74c16b1d1385f23c9 commit 3b9706c893acf249cd1986b74c16b1d1385f23c9 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-25 11:45:40 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-25 12:24:56 +0000 audio/gnome-music: unbreak build with Meson 0.61.0 data/meson.build:49:5: ERROR: Function does not take positional arguments. PR: 260943 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1 --- audio/gnome-music/Makefile | 3 +++ audio/gnome-music/distinfo | 2 ++ 2 files changed, 5 insertions(+) diff --git a/audio/gnome-music/Makefile b/audio/gnome-music/Makefile index 653ca26449da..9625f212969a 100644 --- a/audio/gnome-music/Makefile +++ b/audio/gnome-music/Makefile @@ -6,6 +6,9 @@ CATEGORIES= audio gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome3 +PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ +PATCHFILES+= d9f35b542adb.patch:-p1 # https://gitlab.gnome.org/GNOME/gnome-music/-/merge_requests/899 + MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME music playing application diff --git a/audio/gnome-music/distinfo b/audio/gnome-music/distinfo index 91d4280ef16a..35ca6544c984 100644 --- a/audio/gnome-music/distinfo +++ b/audio/gnome-music/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1632712899 SHA256 (gnome3/gnome-music-41.0.tar.xz) = 69b13567a87dc77dcf0c926d71d0fa2ebfa5a97f37817828df71d8a1b0129fd2 SIZE (gnome3/gnome-music-41.0.tar.xz) = 898652 +SHA256 (gnome3/d9f35b542adb.patch) = a9167b7ad5c8d3b91ff8f2dbd9c13b3aa2bfb737fa7c82362192b3c0dfb75961 +SIZE (gnome3/d9f35b542adb.patch) = 1035
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201251226.20PCQQUH013140>