Index: head/www/xpi-u2f4moz/Makefile =================================================================== --- head/www/xpi-u2f4moz/Makefile (revision 434354) +++ head/www/xpi-u2f4moz/Makefile (revision 434355) @@ -1,47 +1,47 @@ # Created by: Nicola Stanislao Vitale # $FreeBSD$ PORTNAME= u2f4moz -DISTVERSION= v1.0 +DISTVERSION= v1.0.1 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 iconv 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/distinfo =================================================================== --- head/www/xpi-u2f4moz/distinfo (revision 434354) +++ head/www/xpi-u2f4moz/distinfo (revision 434355) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477842711 -SHA256 (prefiks-u2f4moz-v1.0_GH0.tar.gz) = 479996b410f127dfbe0f33fac670ac8c53fbefcd26ce05357d9206ae5cc5a2fd -SIZE (prefiks-u2f4moz-v1.0_GH0.tar.gz) = 116787 +TIMESTAMP = 1487424448 +SHA256 (prefiks-u2f4moz-v1.0.1_GH0.tar.gz) = be134b605eecec49eeb49107dacf190925b716f7bede86f5f583eb3e1bdbe19b +SIZE (prefiks-u2f4moz-v1.0.1_GH0.tar.gz) = 116853 Property changes on: head/www/xpi-u2f4moz/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/www/xpi-u2f4moz/pkg-message =================================================================== --- head/www/xpi-u2f4moz/pkg-message (nonexistent) +++ head/www/xpi-u2f4moz/pkg-message (revision 434355) @@ -0,0 +1,7 @@ +Nota bene + +1) you need Read and Write permissions on Yubico device +2) if you get the message "U2F Support Add-on could not be verified + for use in Firefox and has been disabled", then type about:config + in the address bar and set xpinstall.signatures.required to false + (restart Firefox or reload the page about:addons) Property changes on: head/www/xpi-u2f4moz/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property