diff options
| author | Dima Panov <fluffy@FreeBSD.org> | 2023-07-02 18:48:43 +0000 |
|---|---|---|
| committer | Dima Panov <fluffy@FreeBSD.org> | 2023-07-02 18:48:43 +0000 |
| commit | ec896e47e8d91bd5e913d478e82fe6600ea3e75c (patch) | |
| tree | 8321ed7b9a58f965bdf11b0ad506bed5e7286638 | |
| parent | 316a89ed4e72fc2c5c49589c0c797ef535ac11af (diff) | |
security/wolfssl: fix packageing (+)
Unbreak packaging after 5638b5ef1ff5d825cda9432d97540fd1fe4caa8c
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/libwolfssl.so.35.5.1
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: lib/libwolfssl.so.35.4.0
===> Error: Plist issues found.
Reported by: poudriere fallout
Approved by: portmgr blanket
| -rw-r--r-- | security/wolfssl/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/wolfssl/pkg-plist b/security/wolfssl/pkg-plist index 8c3d547db664..34ed59249735 100644 --- a/security/wolfssl/pkg-plist +++ b/security/wolfssl/pkg-plist @@ -238,7 +238,7 @@ include/wolfssl/wolfio.h lib/libwolfssl.a lib/libwolfssl.so lib/libwolfssl.so.35 -lib/libwolfssl.so.35.4.0 +lib/libwolfssl.so.35.5.1 libdata/pkgconfig/wolfssl.pc %%PORTDOCS%%%%DOCSDIR%%/QUIC.md %%PORTDOCS%%%%DOCSDIR%%/README.txt |
