diff --git a/security/nextcloud-twofactor_totp/Makefile b/security/nextcloud-twofactor_totp/Makefile index e4d370ce76e9..06bff09e6a33 100644 --- a/security/nextcloud-twofactor_totp/Makefile +++ b/security/nextcloud-twofactor_totp/Makefile @@ -1,40 +1,39 @@ # Created by: Bernard Spil PORTNAME= twofactor_totp -PORTVERSION= 6.2.0 +PORTVERSION= 6.3.0 DISTVERSIONPREFIX= v CATEGORIES= security MASTER_SITES= https://github.com/${PKGNAMEPREFIX}releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION} MAINTAINER= brnrd@FreeBSD.org COMMENT= TOTP multi-factor auth app for Nextcloud LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=21:www/nextcloud@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP=81 NO_BUILD= yes NO_ARCH= yes NEXTCLOUD_USERNAME?= ${WWWOWN} NEXTCLOUD_GROUPNAME?= ${WWWGRP} 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 438d9bc4e62d..1ede0be2703a 100644 --- a/security/nextcloud-twofactor_totp/distinfo +++ b/security/nextcloud-twofactor_totp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638380123 -SHA256 (nextcloud/twofactor_totp-v6.2.0/twofactor_totp.tar.gz) = afa5ae5c0bc65c8127e92562071c8ca7df0905358be9f47c3090dc75b6b5800f -SIZE (nextcloud/twofactor_totp-v6.2.0/twofactor_totp.tar.gz) = 862701 +TIMESTAMP = 1651651525 +SHA256 (nextcloud/twofactor_totp-v6.3.0/twofactor_totp.tar.gz) = 0ccd3feaf369e90a66179914c5ab48f43c4fd38cb7a5e037857b7337a333859d +SIZE (nextcloud/twofactor_totp-v6.3.0/twofactor_totp.tar.gz) = 849228