svn commit: r524597 - head/security/wolfssl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 29 19:17:13 UTC 2020


Author: sunpoet
Date: Wed Jan 29 19:17:12 2020
New Revision: 524597
URL: https://svnweb.freebsd.org/changeset/ports/524597

Log:
  Fix PLIST issue (r524152) with DOCS enabled
  
  ====> Checking for pkg-plist issues (check-plist)
  ===> Parsing plist
  ===> Checking for items in STAGEDIR missing from pkg-plist
  ===> Checking for items in pkg-plist which are not in STAGEDIR
  Error: Missing: %%DOCSDIR%%/README.txt
  Error: Missing: %%DOCSDIR%%/example/client.c
  Error: Missing: %%DOCSDIR%%/example/echoclient.c
  Error: Missing: %%DOCSDIR%%/example/echoserver.c
  Error: Missing: %%DOCSDIR%%/example/sctp-client-dtls.c
  Error: Missing: %%DOCSDIR%%/example/sctp-client.c
  Error: Missing: %%DOCSDIR%%/example/sctp-server-dtls.c
  Error: Missing: %%DOCSDIR%%/example/sctp-server.c
  Error: Missing: %%DOCSDIR%%/example/server.c
  Error: Missing: %%DOCSDIR%%/example/tls_bench.c
  Error: Missing: %%DOCSDIR%%/taoCert.txt
  ===> Error: Plist issues found.
  *** Error code 1
  
  Stop.
  make: stopped in /usr/ports/security/wolfssl
  =>> Error: check-plist failures detected
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/wolfssl/pkg-plist

Modified: head/security/wolfssl/pkg-plist
==============================================================================
--- head/security/wolfssl/pkg-plist	Wed Jan 29 19:17:07 2020	(r524596)
+++ head/security/wolfssl/pkg-plist	Wed Jan 29 19:17:12 2020	(r524597)
@@ -211,14 +211,3 @@ lib/libwolfssl.so
 lib/libwolfssl.so.24
 lib/libwolfssl.so.24.0.0
 libdata/pkgconfig/wolfssl.pc
-%%PORTDOCS%%%%DOCSDIR%%/README.txt
-%%PORTDOCS%%%%DOCSDIR%%/example/client.c
-%%PORTDOCS%%%%DOCSDIR%%/example/echoclient.c
-%%PORTDOCS%%%%DOCSDIR%%/example/echoserver.c
-%%PORTDOCS%%%%DOCSDIR%%/example/sctp-client-dtls.c
-%%PORTDOCS%%%%DOCSDIR%%/example/sctp-client.c
-%%PORTDOCS%%%%DOCSDIR%%/example/sctp-server-dtls.c
-%%PORTDOCS%%%%DOCSDIR%%/example/sctp-server.c
-%%PORTDOCS%%%%DOCSDIR%%/example/server.c
-%%PORTDOCS%%%%DOCSDIR%%/example/tls_bench.c
-%%PORTDOCS%%%%DOCSDIR%%/taoCert.txt


More information about the svn-ports-all mailing list