Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2020 19:17:12 +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: r524597 - head/security/wolfssl
Message-ID:  <202001291917.00TJHCDp017809@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001291917.00TJHCDp017809>