diff --git a/security/nextcloud-twofactor_webauthn/Makefile b/security/nextcloud-twofactor_webauthn/Makefile index 77a74b7eb025..a0489937777e 100644 --- a/security/nextcloud-twofactor_webauthn/Makefile +++ b/security/nextcloud-twofactor_webauthn/Makefile @@ -1,35 +1,35 @@ PORTNAME= twofactor_webauthn -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 DISTVERSIONPREFIX= v CATEGORIES= security MASTER_SITES= https://github.com/nextcloud-releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DIST_SUBDIR= nextcloud MAINTAINER= brnrd@FreeBSD.org COMMENT= U2F webauthn app for Nextcloud WWW= https://apps.nextcloud.com/apps/twofactor_webauthn LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=21:www/nextcloud@${PHP_FLAVOR} USES= php:flavors IGNORE_WITH_PHP= 82 WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes NO_ARCH= yes WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME} do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) (cd ${WRKSRC}; ${FIND} . -not -type d) | ${SORT} | \ ${SED} -e 's,^\.,${WWWDIR_REL},' >> ${TMPPLIST} .include diff --git a/security/nextcloud-twofactor_webauthn/distinfo b/security/nextcloud-twofactor_webauthn/distinfo index 59233883eebf..fd4d06acf3a2 100644 --- a/security/nextcloud-twofactor_webauthn/distinfo +++ b/security/nextcloud-twofactor_webauthn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646681059 -SHA256 (nextcloud/twofactor_webauthn-v0.3.1.tar.gz) = 15d8eadf79ad5dcbad1ef79dbd91de04605693d8c8aeb8bf423b9188a4e77ca4 -SIZE (nextcloud/twofactor_webauthn-v0.3.1.tar.gz) = 2920762 +TIMESTAMP = 1664101234 +SHA256 (nextcloud/twofactor_webauthn-v0.3.2.tar.gz) = dd45498a9500c756acb51feb94fd585a6ed086208253d8aa138936660086dc15 +SIZE (nextcloud/twofactor_webauthn-v0.3.2.tar.gz) = 2921083