From owner-svn-ports-all@freebsd.org Wed Jan 29 19:17:13 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 01E821FA9F9; Wed, 29 Jan 2020 19:17:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 487Csh4VK8z42VZ; Wed, 29 Jan 2020 19:17:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8D89218E46; Wed, 29 Jan 2020 19:17:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00TJHCLk017810; Wed, 29 Jan 2020 19:17:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00TJHCDp017809; Wed, 29 Jan 2020 19:17:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001291917.00TJHCDp017809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Jan 2020 19:17:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524597 - head/security/wolfssl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/wolfssl X-SVN-Commit-Revision: 524597 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2020 19:17:13 -0000 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