Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 2018 11:15:53 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460923 - head/security/nextcloud-twofactor_u2f
Message-ID:  <201802041115.w14BFrQm056944@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802041115.w14BFrQm056944>