mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
net-mgmt/virt-viewer: unbreak build with Meson 0.61.0
data/meson.build:4:7: ERROR: Function does not take positional arguments. PR: 260943 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1
This commit is contained in:
parent
6cb5f08d65
commit
85086dcf92
2 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,9 @@ PORTVERSION= 11.0
|
|||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= https://virt-manager.org/download/sources/${PORTNAME}/
|
||||
|
||||
PATCH_SITES= https://gitlab.com/${PORTNAME}/${PORTNAME}/-/commit/
|
||||
PATCHFILES+= 41cc016278e7.patch:-p1 # https://gitlab.com/virt-viewer/virt-viewer/-/merge_requests/117/commits
|
||||
|
||||
MAINTAINER= novel@FreeBSD.org
|
||||
COMMENT= Provides a graphical viewer for a guest OS display
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1637907368
|
||||
SHA256 (virt-viewer-11.0.tar.xz) = a43fa2325c4c1c77a5c8c98065ac30ef0511a21ac98e590f22340869bad9abd0
|
||||
SIZE (virt-viewer-11.0.tar.xz) = 259772
|
||||
SHA256 (41cc016278e7.patch) = 53a905df3678fdf1be238e3e5e27a8b60126d9238a5058da8476fdcb80ccaf71
|
||||
SIZE (41cc016278e7.patch) = 1067
|
||||
|
|
Loading…
Add table
Reference in a new issue