Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2022 23:33:36 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: efccbea1bf39 - main - security/authenticator: unbreak build with Meson 0.61.0
Message-ID:  <202201042333.204NXaDa068045@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=efccbea1bf39a2987327862c8f900a1196ea34c6

commit efccbea1bf39a2987327862c8f900a1196ea34c6
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-04 23:30:20 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-04 23:33:23 +0000

    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
---
 security/authenticator/Makefile | 1 +
 security/authenticator/distinfo | 2 ++
 2 files changed, 3 insertions(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201042333.204NXaDa068045>