Date: Wed, 26 Feb 2020 20:46:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527191 - head/security/libfido2 Message-ID: <202002262046.01QKkdJE008315@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Feb 26 20:46:39 2020 New Revision: 527191 URL: https://svnweb.freebsd.org/changeset/ports/527191 Log: Use PLIST_SUB to reduce further shilb changes in PLIST Modified: head/security/libfido2/Makefile head/security/libfido2/pkg-plist Modified: head/security/libfido2/Makefile ============================================================================== --- head/security/libfido2/Makefile Wed Feb 26 20:46:34 2020 (r527190) +++ head/security/libfido2/Makefile Wed Feb 26 20:46:39 2020 (r527191) @@ -21,6 +21,8 @@ USES= cmake compiler pkgconfig ssl CFLAGS+= -D_WITH_GETLINE -DUSE_HIDAPI LDFLAGS+= -lcrypto -lusbhid +PLIST_SUB= PORTVERSION=${PORTVERSION} + OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> Modified: head/security/libfido2/pkg-plist ============================================================================== --- head/security/libfido2/pkg-plist Wed Feb 26 20:46:34 2020 (r527190) +++ head/security/libfido2/pkg-plist Wed Feb 26 20:46:39 2020 (r527191) @@ -12,7 +12,7 @@ include/fido/rs256.h lib/libfido2.a lib/libfido2.so lib/libfido2.so.1 -lib/libfido2.so.1.3.1 +lib/libfido2.so.%%PORTVERSION%% libdata/pkgconfig/libfido2.pc %%PORTDOCS%%%%DOCSDIR%%/eddsa_pk_free.html %%PORTDOCS%%%%DOCSDIR%%/eddsa_pk_from_ptr.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002262046.01QKkdJE008315>