diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-04-09 17:07:57 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-01-12 12:43:53 +0000 |
commit | 8a4d68aa743b45ff0b2c3b9e713c17c07a842a0e (patch) | |
tree | fcac735146213743dfd6125581b33eac3be91779 | |
parent | 38f52cd6192d7851e4ce9072b0e7c897f707cfd2 (diff) | |
download | ports-8a4d68aa743b45ff0b2c3b9e713c17c07a842a0e.tar.gz ports-8a4d68aa743b45ff0b2c3b9e713c17c07a842a0e.zip |
security/gcr: unbreak build with Meson 0.61.0
gcr/meson.build:188:2: ERROR: gnome.generate_gir got unknown keyword arguments "packages"
PR: 260943
Regressed by: https://github.com/mesonbuild/meson/commit/be1d013453e3
-rw-r--r-- | security/gcr/Makefile | 3 | ||||
-rw-r--r-- | security/gcr/distinfo | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/security/gcr/Makefile b/security/gcr/Makefile index 746646cf1751..30b6c6a33739 100644 --- a/security/gcr/Makefile +++ b/security/gcr/Makefile @@ -5,6 +5,9 @@ PORTVERSION= 3.40.0 CATEGORIES= security gnome MASTER_SITES= GNOME +PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ +PATCHFILES+= b3ca1d02bb01.patch:-p1 # https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/81 + MAINTAINER= gnome@FreeBSD.org COMMENT= Library for bits of crypto UI and parsing diff --git a/security/gcr/distinfo b/security/gcr/distinfo index 011a5ffff5d9..151895d14cf7 100644 --- a/security/gcr/distinfo +++ b/security/gcr/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1617988077 SHA256 (gcr-3.40.0.tar.xz) = b9d3645a5fd953a54285cc64d4fc046736463dbd4dcc25caf5c7b59bed3027f5 SIZE (gcr-3.40.0.tar.xz) = 1011044 +SHA256 (b3ca1d02bb01.patch) = 5348ee2722499b0d57bad5747c9ff428d4a7ce88ebe2694be7a4e4975478a12d +SIZE (b3ca1d02bb01.patch) = 1923 |