diff options
| author | Bernard Spil <brnrd@FreeBSD.org> | 2018-02-04 11:15:53 +0000 |
|---|---|---|
| committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-02-04 11:15:53 +0000 |
| commit | d0eabad8fba821e475a4f1fcdb623cbfe2d15889 (patch) | |
| tree | 1d8065f85f19bd4ea5c5deeef7a48dc13fb7e9d7 /security/nextcloud-twofactor_u2f | |
| parent | security/nextcloud-twofactor_totp: Update to 1.4.1 (diff) | |
security/nextcloud-twofactor_u2f: Update to 1.5.1
- Do not install another license file
Diffstat (limited to 'security/nextcloud-twofactor_u2f')
| -rw-r--r-- | security/nextcloud-twofactor_u2f/Makefile | 4 | ||||
| -rw-r--r-- | security/nextcloud-twofactor_u2f/distinfo | 6 | ||||
| -rw-r--r-- | security/nextcloud-twofactor_u2f/pkg-plist | 9 |
3 files changed, 14 insertions, 5 deletions
diff --git a/security/nextcloud-twofactor_u2f/Makefile b/security/nextcloud-twofactor_u2f/Makefile index 33dd5088c5c0..809cdf8fffb4 100644 --- a/security/nextcloud-twofactor_u2f/Makefile +++ b/security/nextcloud-twofactor_u2f/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twofactor_u2f -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= security MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- @@ -13,6 +13,7 @@ MAINTAINER= brnrd@freebsd.org COMMENT= U2F multi-factor auth app for Nextcloud LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud>=12:www/nextcloud @@ -30,5 +31,6 @@ WWWDIR= ${PREFIX}/www/nextcloud/apps/${PORTNAME} do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) + ${RM} ${STAGEDIR}${WWWDIR}/COPYING .include <bsd.port.mk> diff --git a/security/nextcloud-twofactor_u2f/distinfo b/security/nextcloud-twofactor_u2f/distinfo index 7b8dde304985..0adfd94a1037 100644 --- a/security/nextcloud-twofactor_u2f/distinfo +++ b/security/nextcloud-twofactor_u2f/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1513361209 -SHA256 (nextcloud/twofactor_u2f-1.5.0/twofactor_u2f.tar.gz) = 22350d6cb6d71b50007ea239cde800ca5b19abc4385a80bae34648ef1d75029a -SIZE (nextcloud/twofactor_u2f-1.5.0/twofactor_u2f.tar.gz) = 93533 +TIMESTAMP = 1517742035 +SHA256 (nextcloud/twofactor_u2f-1.5.1/twofactor_u2f.tar.gz) = 0d0852dff958e1775d75966e5c5ea6e785d342d251a052f2ee78f73c0719eacd +SIZE (nextcloud/twofactor_u2f-1.5.1/twofactor_u2f.tar.gz) = 109253 diff --git a/security/nextcloud-twofactor_u2f/pkg-plist b/security/nextcloud-twofactor_u2f/pkg-plist index 805d15ed3318..6e615f5f8c1a 100644 --- a/security/nextcloud-twofactor_u2f/pkg-plist +++ b/security/nextcloud-twofactor_u2f/pkg-plist @@ -1,7 +1,6 @@ @owner %%NEXTCLOUD_USERNAME%% @group %%NEXTCLOUD_GROUPNAME%% %%WWWDIR%%/CHANGELOG.md -%%WWWDIR%%/COPYING %%WWWDIR%%/README.md %%WWWDIR%%/appinfo/autoload.php %%WWWDIR%%/appinfo/database.xml @@ -30,6 +29,8 @@ %%WWWDIR%%/l10n/en_GB.json %%WWWDIR%%/l10n/es.js %%WWWDIR%%/l10n/es.json +%%WWWDIR%%/l10n/es_419.js +%%WWWDIR%%/l10n/es_419.json %%WWWDIR%%/l10n/es_AR.js %%WWWDIR%%/l10n/es_AR.json %%WWWDIR%%/l10n/es_CL.js @@ -139,5 +140,11 @@ %%WWWDIR%%/vendor/yubico/u2flib-server/apigen.neon %%WWWDIR%%/vendor/yubico/u2flib-server/composer.json %%WWWDIR%%/vendor/yubico/u2flib-server/do-source-release.sh +%%WWWDIR%%/vendor/yubico/u2flib-server/examples/assets/u2f-api.js +%%WWWDIR%%/vendor/yubico/u2flib-server/examples/cli/u2f-server.phps +%%WWWDIR%%/vendor/yubico/u2flib-server/examples/localstorage/index.phps +%%WWWDIR%%/vendor/yubico/u2flib-server/examples/pdo/index.phps %%WWWDIR%%/vendor/yubico/u2flib-server/phpunit.xml %%WWWDIR%%/vendor/yubico/u2flib-server/src/u2flib_server/U2F.php +%%WWWDIR%%/vendor/yubico/u2flib-server/tests/certs/yubico-u2f-ca-1.pem +%%WWWDIR%%/vendor/yubico/u2flib-server/tests/u2flib_test.php |
