From owner-svn-ports-all@freebsd.org Sun Feb 4 11:15:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30EEDECAEA1; Sun, 4 Feb 2018 11:15:54 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D2B2E7A939; Sun, 4 Feb 2018 11:15:53 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C359419670; Sun, 4 Feb 2018 11:15:53 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w14BFr1e056948; Sun, 4 Feb 2018 11:15:53 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w14BFrQm056944; Sun, 4 Feb 2018 11:15:53 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201802041115.w14BFrQm056944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 4 Feb 2018 11:15:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460923 - head/security/nextcloud-twofactor_u2f X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/nextcloud-twofactor_u2f X-SVN-Commit-Revision: 460923 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2018 11:15:54 -0000 Author: brnrd Date: Sun Feb 4 11:15:53 2018 New Revision: 460923 URL: https://svnweb.freebsd.org/changeset/ports/460923 Log: security/nextcloud-twofactor_u2f: Update to 1.5.1 - Do not install another license file Modified: head/security/nextcloud-twofactor_u2f/Makefile head/security/nextcloud-twofactor_u2f/distinfo head/security/nextcloud-twofactor_u2f/pkg-plist Modified: head/security/nextcloud-twofactor_u2f/Makefile ============================================================================== --- head/security/nextcloud-twofactor_u2f/Makefile Sun Feb 4 11:14:00 2018 (r460922) +++ head/security/nextcloud-twofactor_u2f/Makefile Sun Feb 4 11:15:53 2018 (r460923) @@ -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 Modified: head/security/nextcloud-twofactor_u2f/distinfo ============================================================================== --- head/security/nextcloud-twofactor_u2f/distinfo Sun Feb 4 11:14:00 2018 (r460922) +++ head/security/nextcloud-twofactor_u2f/distinfo Sun Feb 4 11:15:53 2018 (r460923) @@ -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 Modified: head/security/nextcloud-twofactor_u2f/pkg-plist ============================================================================== --- head/security/nextcloud-twofactor_u2f/pkg-plist Sun Feb 4 11:14:00 2018 (r460922) +++ head/security/nextcloud-twofactor_u2f/pkg-plist Sun Feb 4 11:15:53 2018 (r460923) @@ -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