git: 749f62be68ff - main - net/gupnp: unbreak build with Meson 1.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jul 2023 03:45:06 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=749f62be68ff85661cb5951df47704325645d777
commit 749f62be68ff85661cb5951df47704325645d777
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-03-25 14:46:05 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-07-09 03:44:24 +0000
net/gupnp: unbreak build with Meson 1.2.0
meson.build:1:0: ERROR: Unexpected "[provides]" section, did you mean "[provide]"?
PR: 272276
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/6f4973abad9e
---
net/gupnp/Makefile | 3 +++
net/gupnp/distinfo | 2 ++
2 files changed, 5 insertions(+)
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile
index 21a3e7b54b6b..69c9215ef97c 100644
--- a/net/gupnp/Makefile
+++ b/net/gupnp/Makefile
@@ -4,6 +4,9 @@ PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= GNOME
+PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+= 884639bd2932.patch:-p1 # https://gitlab.gnome.org/GNOME/gupnp/-/merge_requests/33
+
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Framework for UPnP devices
WWW= https://wiki.gnome.org/Projects/GUPnP
diff --git a/net/gupnp/distinfo b/net/gupnp/distinfo
index e43dc8bcb22b..d11b73bdca7e 100644
--- a/net/gupnp/distinfo
+++ b/net/gupnp/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1674589528
SHA256 (gupnp-1.6.3.tar.xz) = 4f4f418b07b81164df1f7ab612e28e4c016c2d085b8a4f39f97945f8b15ee248
SIZE (gupnp-1.6.3.tar.xz) = 2216496
+SHA256 (884639bd2932.patch) = 01a29ae8b0cdcaf0b0b7842d3ecfe05fce2b3f54cfb73807fc261c4e9d900bf4
+SIZE (884639bd2932.patch) = 708