devel/libzim: Change LIB_DEPENDS from xapian-core to xapian-core14
- Bump PORTREVISION for dependency change
libzim fails to build with xapian-core 2.0.0.
The build error is as follows:
c++ -Isrc/libzim.so.9.2.3.p -Isrc -I../src -Iinclude -I../include -Istatic -I/usr/local/include -fdiagnostics-color=never -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_FAST -Wall -Winvalid-pch -Werror -std=c++17 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLIBZIM_EXPORT_PRIVATE_DLL -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -pthread -MD -MQ src/libzim.so.9.2.3.p/suggestion.cpp.o -MF src/libzim.so.9.2.3.p/suggestion.cpp.o.d -o src/libzim.so.9.2.3.p/suggestion.cpp.o -c ../src/suggestion.cpp
../src/suggestion.cpp:103:31: error: no member named 'empty' in 'Xapian::Internal::intrusive_ptr_nonnull<Xapian::Database::Internal>'
103 | return !m_database.internal.empty();
| ~~~~~~~~~~~~~~~~~~~ ^1 error generated.