From owner-svn-ports-all@freebsd.org Fri Nov 4 13:37:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FDF8C2F23F; Fri, 4 Nov 2016 13:37:35 +0000 (UTC) (envelope-from nivit@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 mx1.freebsd.org (Postfix) with ESMTPS id 6C104BE7; Fri, 4 Nov 2016 13:37:35 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA4DbYIF049441; Fri, 4 Nov 2016 13:37:34 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA4DbYLP049439; Fri, 4 Nov 2016 13:37:34 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201611041337.uA4DbYLP049439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Fri, 4 Nov 2016 13:37:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425322 - head/www/xpi-u2f4moz X-SVN-Group: ports-head 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.23 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: Fri, 04 Nov 2016 13:37:35 -0000 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