svn commit: r527191 - head/security/libfido2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 26 20:46:42 UTC 2020


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


More information about the svn-ports-all mailing list