Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2016 13:37:34 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425322 - head/www/xpi-u2f4moz
Message-ID:  <201611041337.uA4DbYLP049439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Fri Nov  4 13:37:34 2016
New Revision: 425322
URL: https://svnweb.freebsd.org/changeset/ports/425322

Log:
  - Fix build by adding devel/pkgconf to the build dependencies.
  - Use the same description in pkg-descr as on
    https://addons.mozilla.org/it/firefox/addon/u2f-support-add-on/

Modified:
  head/www/xpi-u2f4moz/Makefile
  head/www/xpi-u2f4moz/pkg-descr   (contents, props changed)

Modified: head/www/xpi-u2f4moz/Makefile
==============================================================================
--- head/www/xpi-u2f4moz/Makefile	Fri Nov  4 13:30:24 2016	(r425321)
+++ head/www/xpi-u2f4moz/Makefile	Fri Nov  4 13:37:34 2016	(r425322)
@@ -22,7 +22,7 @@ PLIST_SUB=	SYSTEM_PROCESSOR=${SYSTEM_PRO
 SYSTEM_PROCESSOR=	x86
 
 USE_GITHUB=	yes
-USES=		cmake
+USES=		cmake pkgconfig
 
 XPI_DIR=	lib/xpi
 XPI_ID=		u2f4moz@prefiks.org

Modified: head/www/xpi-u2f4moz/pkg-descr
==============================================================================
--- head/www/xpi-u2f4moz/pkg-descr	Fri Nov  4 13:30:24 2016	(r425321)
+++ head/www/xpi-u2f4moz/pkg-descr	Fri Nov  4 13:37:34 2016	(r425322)
@@ -1,6 +1,4 @@
-This extension adds support for the U2F specification with Yubico devices
-to Firefox.
-
-It can be used by accessing window.u2f object from content pages.
+With this Firefox extension you would be able to use your Yubico device as
+2nd factor in authentication on pages that are using U2F standard.
 
 WWW: https://github.com/prefiks/u2f4moz



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