svn commit: r495968 - head/security/libu2f-host
Carlos J. Puga Medina
cpm at FreeBSD.org
Sat Mar 16 21:58:05 UTC 2019
Author: cpm
Date: Sat Mar 16 21:58:03 2019
New Revision: 495968
URL: https://svnweb.freebsd.org/changeset/ports/495968
Log:
security/libu2f-host: Update to 1.1.9
- Sort Makefile
- Add DOCS option
Modified:
head/security/libu2f-host/Makefile
head/security/libu2f-host/distinfo
head/security/libu2f-host/pkg-plist
Modified: head/security/libu2f-host/Makefile
==============================================================================
--- head/security/libu2f-host/Makefile Sat Mar 16 21:55:51 2019 (r495967)
+++ head/security/libu2f-host/Makefile Sat Mar 16 21:58:03 2019 (r495968)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libu2f-host
-PORTVERSION= 1.1.7
+PORTVERSION= 1.1.9
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= security devel
@@ -18,13 +18,18 @@ LIB_DEPENDS= libhidapi.so:comms/hidapi \
RUN_DEPENDS= ${LOCALBASE}/etc/devd/u2f.conf:security/u2f-devd
USES= autoreconf pkgconfig gmake libtool
-GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
USE_GITHUB= yes
GH_ACCOUNT= Yubico
-CONFIGURE_ARGS= --disable-gtk-doc
-INSTALL_TARGET= install-strip
+OPTIONS_DEFINE= DOCS
+OPTIONS_SUB= yes
+
+DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc
+DOCS_CONFIGURE_ON= --enable-gtk-doc
+DOCS_CONFIGURE_OFF= --disable-gtk-doc
.include <bsd.port.mk>
Modified: head/security/libu2f-host/distinfo
==============================================================================
--- head/security/libu2f-host/distinfo Sat Mar 16 21:55:51 2019 (r495967)
+++ head/security/libu2f-host/distinfo Sat Mar 16 21:58:03 2019 (r495968)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549711624
-SHA256 (Yubico-libu2f-host-libu2f-host-1.1.7_GH0.tar.gz) = 00f22534ae578dd2a1dd4aa517fce5724a42ca99c1724d83d4a237624acd7089
-SIZE (Yubico-libu2f-host-libu2f-host-1.1.7_GH0.tar.gz) = 145055
+TIMESTAMP = 1552770754
+SHA256 (Yubico-libu2f-host-libu2f-host-1.1.9_GH0.tar.gz) = f2d9ac7d0bb448d213a81aa3c2e97ae48b277144040c74b5c4f33d871338e93c
+SIZE (Yubico-libu2f-host-libu2f-host-1.1.9_GH0.tar.gz) = 145627
Modified: head/security/libu2f-host/pkg-plist
==============================================================================
--- head/security/libu2f-host/pkg-plist Sat Mar 16 21:55:51 2019 (r495967)
+++ head/security/libu2f-host/pkg-plist Sat Mar 16 21:58:03 2019 (r495968)
@@ -5,6 +5,20 @@ 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.7
+lib/libu2f-host.so.0.1.9
libdata/pkgconfig/u2f-host.pc
man/man1/u2f-host.1.gz
+%%DOCS%%share/gtk-doc/html/u2f-host/home.png
+%%DOCS%%share/gtk-doc/html/u2f-host/index.html
+%%DOCS%%share/gtk-doc/html/u2f-host/intro.html
+%%DOCS%%share/gtk-doc/html/u2f-host/left-insensitive.png
+%%DOCS%%share/gtk-doc/html/u2f-host/left.png
+%%DOCS%%share/gtk-doc/html/u2f-host/right-insensitive.png
+%%DOCS%%share/gtk-doc/html/u2f-host/right.png
+%%DOCS%%share/gtk-doc/html/u2f-host/style.css
+%%DOCS%%share/gtk-doc/html/u2f-host/u2f-host-u2f-host-types.html
+%%DOCS%%share/gtk-doc/html/u2f-host/u2f-host-u2f-host-version.html
+%%DOCS%%share/gtk-doc/html/u2f-host/u2f-host-u2f-host.html
+%%DOCS%%share/gtk-doc/html/u2f-host/u2f-host.devhelp2
+%%DOCS%%share/gtk-doc/html/u2f-host/up-insensitive.png
+%%DOCS%%share/gtk-doc/html/u2f-host/up.png
More information about the svn-ports-all
mailing list