CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/08/29 07:32:29
Modified files:
archivers/quazip: Makefile distinfo
archivers/quazip/pkg: PLIST
Added files:
archivers/quazip/patches: patch-CMakeLists_txt
Log message:
Update quazip to 1.3
- Remove uncomment likes in Makefile. "make test" works quite well.
- Patch out the hardcoded version in the include path. For example:
Instead of include/QuaZip-Qt5-1.3/quazip/ we use include/QuaZip-Qt5/quazip/.
This safe use from updating ports that don't use the CMake module.
OK bcallah@ (maintainer)