diff --git a/security/nextcloud-twofactor_totp/Makefile b/security/nextcloud-twofactor_totp/Makefile index b48b54987195..3c79169a4d81 100644 --- a/security/nextcloud-twofactor_totp/Makefile +++ b/security/nextcloud-twofactor_totp/Makefile @@ -1,40 +1,40 @@ PORTNAME= twofactor_totp -PORTVERSION= 6.4.0 +PORTVERSION= 6.4.1 DISTVERSIONPREFIX= v CATEGORIES= security MASTER_SITES= https://github.com/${PKGNAMEPREFIX}releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION} MAINTAINER= brnrd@FreeBSD.org COMMENT= TOTP multi-factor auth app for Nextcloud WWW= https://apps.nextcloud.com/apps/twofactor_totp LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=21:www/nextcloud@${PHP_FLAVOR} USES= php:flavors IGNORE_WITH_PHP= 82 NO_BUILD= yes NO_ARCH= yes NEXTCLOUD_USERNAME?= ${WWWOWN} NEXTCLOUD_GROUPNAME?= ${WWWGRP} WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \ NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME} 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_totp/distinfo b/security/nextcloud-twofactor_totp/distinfo index be2f585ea0ba..d1fc18452f96 100644 --- a/security/nextcloud-twofactor_totp/distinfo +++ b/security/nextcloud-twofactor_totp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655200424 -SHA256 (nextcloud/twofactor_totp-v6.4.0-v6.4.0/twofactor_totp-v6.4.0.tar.gz) = 711b6946cd6cdf597cc46f38624648b91dc2de983691014d96b6367f9353481a -SIZE (nextcloud/twofactor_totp-v6.4.0-v6.4.0/twofactor_totp-v6.4.0.tar.gz) = 1006129 +TIMESTAMP = 1665942656 +SHA256 (nextcloud/twofactor_totp-v6.4.1-v6.4.1/twofactor_totp-v6.4.1.tar.gz) = 59ad8feada69ef92310ac4c6e01e4343cfa24f347bca32818b864305cbfe00e2 +SIZE (nextcloud/twofactor_totp-v6.4.1-v6.4.1/twofactor_totp-v6.4.1.tar.gz) = 1008516