Index: head/www/xpi-u2f4moz/Makefile =================================================================== --- head/www/xpi-u2f4moz/Makefile (revision 425321) +++ head/www/xpi-u2f4moz/Makefile (revision 425322) @@ -1,47 +1,47 @@ # Created by: Nicola Stanislao Vitale # $FreeBSD$ PORTNAME= u2f4moz DISTVERSION= v1.0 CATEGORIES= www PKGNAMEPREFIX= xpi- MAINTAINER= nivit@FreeBSD.org COMMENT= U2F support extension for Firefox LICENSE= LGPL21 CMAKE_SOURCE_PATH= c_src FIREFOX_EXTENSIONS_DIR= lib/firefox/browser/extensions GH_ACCOUNT= prefiks PLIST_SUB= SYSTEM_PROCESSOR=${SYSTEM_PROCESSOR} SYSTEM_PROCESSOR= x86 USE_GITHUB= yes -USES= cmake +USES= cmake pkgconfig XPI_DIR= lib/xpi XPI_ID= u2f4moz@prefiks.org post-patch: @${SED} -i.bak -e 's,%%XPI_DIR%%,${XPI_DIR},1' \ -e 's,%%XPI_ID%%,${XPI_ID},1' ${WRKSRC}/c_src/CMakeLists.txt post-install: (cd ${WRKSRC}/ext && \ ${COPYTREE_SHARE} . ${STAGEDIR}/${PREFIX}/${XPI_DIR}/${XPI_ID} && \ ${MKDIR} ${STAGEDIR}/${PREFIX}/${FIREFOX_EXTENSIONS_DIR}) (cd ${STAGEDIR}/${PREFIX}/${FIREFOX_EXTENSIONS_DIR} && \ ${LN} -s ../../../xpi/${XPI_ID} ${XPI_ID}) .include .if ${ARCH} == "amd64" SYSTEM_PROCESSOR= x86_64 .endif .include Index: head/www/xpi-u2f4moz/pkg-descr =================================================================== --- head/www/xpi-u2f4moz/pkg-descr (revision 425321) +++ head/www/xpi-u2f4moz/pkg-descr (revision 425322) @@ -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 Property changes on: head/www/xpi-u2f4moz/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property