git: adae6a5ed1f3 - main - devel/physfs: Fix PLIST
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Nov 2023 17:23:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=adae6a5ed1f3c9b93b8793c5c648de4f96c87de2 commit adae6a5ed1f3c9b93b8793c5c648de4f96c87de2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-14 16:46:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-14 17:16:46 +0000 devel/physfs: Fix PLIST - While I'm here, sort PLIST - Bump PORTREVISION for package change ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: lib/cmake/PhysFS/PhysFSConfig-%%CMAKE_BUILD_TYPE%%.cmake Error: Orphaned: lib/cmake/PhysFS/PhysFSConfig.cmake ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Approved by: portmgr (blanket) --- devel/physfs/pkg-plist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/physfs/pkg-plist b/devel/physfs/pkg-plist index c9b3dd9b9eb7..b28f5c0ca211 100644 --- a/devel/physfs/pkg-plist +++ b/devel/physfs/pkg-plist @@ -1,7 +1,9 @@ bin/test_physfs include/physfs.h -lib/libphysfs.so.1 -lib/libphysfs.so.3.2.0 +lib/cmake/PhysFS/PhysFSConfig-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/PhysFS/PhysFSConfig.cmake lib/libphysfs.a lib/libphysfs.so +lib/libphysfs.so.1 +lib/libphysfs.so.3.2.0 libdata/pkgconfig/physfs.pc