Skip to content

Commit

Permalink
devel/physfs: Fix PLIST
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
sunpoet committed Nov 14, 2023
1 parent 22ed1e2 commit adae6a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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

0 comments on commit adae6a5

Please sign in to comment.