git: 14fb049b6764 - main - security/nextcloud-twofactor_webauthn: Transfer maintainership

From: Bernard Spil <brnrd_at_FreeBSD.org>
Date: Tue, 08 Mar 2022 09:32:24 UTC
The branch main has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=14fb049b6764c3e5602a34193a4258f69b81296c

commit 14fb049b6764c3e5602a34193a4258f69b81296c
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2022-03-08 09:31:23 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2022-03-08 09:31:23 +0000

    security/nextcloud-twofactor_webauthn: Transfer maintainership
    
     * Transfer as per mail conversation
     * Thanks Henrik for maintain
---
 security/nextcloud-twofactor_webauthn/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/security/nextcloud-twofactor_webauthn/Makefile b/security/nextcloud-twofactor_webauthn/Makefile
index 214830aba4af..6749c7c31deb 100644
--- a/security/nextcloud-twofactor_webauthn/Makefile
+++ b/security/nextcloud-twofactor_webauthn/Makefile
@@ -2,10 +2,11 @@ PORTNAME=	twofactor_webauthn
 PORTVERSION=	0.3.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
+MASTER_SITES=	https://github.com/nextcloud-releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
 PKGNAMEPREFIX=	nextcloud-
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
-MAINTAINER=	rosenke@dssgmbh.de
+MAINTAINER=	brnrd@FreeBSD.org
 COMMENT=	U2F webauthn app for Nextcloud
 
 LICENSE=	AGPLv3
@@ -15,8 +16,6 @@ RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=21:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
 
-MASTER_SITES=	https://github.com/nextcloud-releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
-
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 NO_BUILD=	yes