aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-01-04 23:30:20 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-01-04 23:33:23 +0000
commitefccbea1bf39a2987327862c8f900a1196ea34c6 (patch)
treec57a7c5915696d4f24285468c8278546a132bd58
parent4c39934a15c55ce105e8d5de8e164c8906946fd5 (diff)
downloadports-efccbea1bf39a2987327862c8f900a1196ea34c6.tar.gz
ports-efccbea1bf39a2987327862c8f900a1196ea34c6.zip
security/authenticator: unbreak build with Meson 0.61.0
data/meson.build:34:0: ERROR: Function does not take positional arguments. data/meson.build:61:0: ERROR: Function does not take positional arguments. PR: 260943 Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1
-rw-r--r--security/authenticator/Makefile1
-rw-r--r--security/authenticator/distinfo2
2 files changed, 3 insertions, 0 deletions
diff --git a/security/authenticator/Makefile b/security/authenticator/Makefile
index bfa8c8352052..1a40e7772198 100644
--- a/security/authenticator/Makefile
+++ b/security/authenticator/Makefile
@@ -5,6 +5,7 @@ CATEGORIES= security
PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
PATCHFILES+= 5d68dae3c878.patch:-p1 # https://gitlab.gnome.org/World/Authenticator/-/merge_requests/211
+PATCHFILES+= 76e7c31709a2.patch:-p1 # https://gitlab.gnome.org/World/Authenticator/-/merge_requests/215
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Generate Two-Factor Codes
diff --git a/security/authenticator/distinfo b/security/authenticator/distinfo
index f97ad5788cc7..0c64e7c88389 100644
--- a/security/authenticator/distinfo
+++ b/security/authenticator/distinfo
@@ -629,3 +629,5 @@ SHA256 (World-Authenticator-ba1894159358275be2765bc42ef89782a2d1d45d_GL0.tar.gz)
SIZE (World-Authenticator-ba1894159358275be2765bc42ef89782a2d1d45d_GL0.tar.gz) = 411414
SHA256 (5d68dae3c878.patch) = 6f4d36fa44a1eb6ebe30d4fe120235ae698aede5b3287dc75239231c9e7dd06c
SIZE (5d68dae3c878.patch) = 742
+SHA256 (76e7c31709a2.patch) = 23b21f95fa39393a19181e6a199dbd6755f0be314287e86a4bb68ba112df1493
+SIZE (76e7c31709a2.patch) = 1223