Index: head/security/libu2f-host/files/pkg-message.in =================================================================== --- head/security/libu2f-host/files/pkg-message.in (revision 455847) +++ head/security/libu2f-host/files/pkg-message.in (nonexistent) @@ -1,13 +0,0 @@ -====================================================================== - -The package requires read/write access to USB devices. To facilitate -such access it comes with a devd.conf(5) file, but you still need to -restart devd(8), add the desired users to "u2f" group and log those -out of the current session. For example: - -$ pw group mod u2f -m -$ shutdown -r now - -For details, see %%PREFIX%%/etc/devd/u2f.conf - -====================================================================== Property changes on: head/security/libu2f-host/files/pkg-message.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/libu2f-host/Makefile =================================================================== --- head/security/libu2f-host/Makefile (revision 455847) +++ head/security/libu2f-host/Makefile (revision 455848) @@ -1,37 +1,31 @@ # $FreeBSD$ PORTNAME= libu2f-host PORTVERSION= 1.1.4 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= security devel MAINTAINER= cpm@FreeBSD.org COMMENT= Yubico Universal 2nd Factor (U2F) Host C Library LICENSE= LGPL21+ GPLv3+ LICENSE_COMB= multi BUILD_DEPENDS= gengetopt:devel/gengetopt \ help2man:misc/help2man LIB_DEPENDS= libhidapi.so:comms/hidapi \ libjson-c.so:devel/json-c +RUN_DEPENDS= ${LOCALBASE}/etc/devd/u2f.conf:security/u2f-devd USES= autoreconf pkgconfig gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= Yubico CONFIGURE_ARGS= --disable-gtk-doc INSTALL_TARGET= install-strip - -SUB_FILES= pkg-message - -GROUPS= u2f - -post-install: - ${INSTALL_DATA} ${WRKSRC}/u2f.conf.sample \ - ${STAGEDIR}${PREFIX}/etc/devd .include Index: head/security/libu2f-host/pkg-plist =================================================================== --- head/security/libu2f-host/pkg-plist (revision 455847) +++ head/security/libu2f-host/pkg-plist (revision 455848) @@ -1,11 +1,10 @@ bin/u2f-host -@sample etc/devd/u2f.conf.sample include/u2f-host/u2f-host-types.h include/u2f-host/u2f-host-version.h include/u2f-host/u2f-host.h lib/libu2f-host.a lib/libu2f-host.so lib/libu2f-host.so.0 lib/libu2f-host.so.0.1.4 libdata/pkgconfig/u2f-host.pc man/man1/u2f-host.1.gz