diff --git a/textproc/nuspell/Makefile b/textproc/nuspell/Makefile index 4ce78ad5cb57..187b15cea938 100644 --- a/textproc/nuspell/Makefile +++ b/textproc/nuspell/Makefile @@ -1,35 +1,34 @@ PORTNAME= nuspell DISTVERSIONPREFIX= v -DISTVERSION= 5.1.2 -PORTREVISION= 2 +DISTVERSION= 5.1.3 CATEGORIES= textproc MAINTAINER= jbeich@FreeBSD.org COMMENT= Fast and safe spellchecking C++ library WWW= https://nuspell.github.io/ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libicuuc.so:devel/icu TEST_DEPENDS= catch>0:devel/catch USES= cmake:testing compiler:c++17-lang USE_GITHUB= yes USE_LDCONFIG= yes CMAKE_OFF+= ${CMAKE_TESTING_ON} post-patch: # Skip README as it only contains install instructions @${REINPLACE_CMD} -i .doc '/README/d' ${WRKSRC}/CMakeLists.txt # Respect PREFIX != /usr/local @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' \ ${WRKSRC}/src/nuspell/finder.cxx makepatch-clean: @${RM} ${WRKSRC}/tests/suggestiontest/Makefile.orig .include # XXX Don't override definition in Mk/bsd.port.mk makepatch: makepatch-clean diff --git a/textproc/nuspell/distinfo b/textproc/nuspell/distinfo index 8a8046103c56..2664e592eb3d 100644 --- a/textproc/nuspell/distinfo +++ b/textproc/nuspell/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664452675 -SHA256 (nuspell-nuspell-v5.1.2_GH0.tar.gz) = 82f5f2faa82df30099555dca94b3a908d38fdba408e31e74535c523f7e6ea18d -SIZE (nuspell-nuspell-v5.1.2_GH0.tar.gz) = 371092 +TIMESTAMP = 1693152593 +SHA256 (nuspell-nuspell-v5.1.3_GH0.tar.gz) = 2b1c96bdc5a32a17fc8fc24a0c205fa52b0a2920dd6139b0a7d7744cdef48c22 +SIZE (nuspell-nuspell-v5.1.3_GH0.tar.gz) = 371496 diff --git a/textproc/nuspell/pkg-plist b/textproc/nuspell/pkg-plist index 365b363c1acd..06fe34156a85 100644 --- a/textproc/nuspell/pkg-plist +++ b/textproc/nuspell/pkg-plist @@ -1,17 +1,18 @@ bin/nuspell include/nuspell/aff_data.hxx include/nuspell/checker.hxx +include/nuspell/defines.hxx include/nuspell/dictionary.hxx include/nuspell/finder.hxx include/nuspell/nuspell_export.h include/nuspell/structures.hxx include/nuspell/suggester.hxx include/nuspell/unicode.hxx lib/cmake/nuspell/NuspellConfig.cmake lib/cmake/nuspell/NuspellConfigVersion.cmake lib/cmake/nuspell/NuspellTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/nuspell/NuspellTargets.cmake lib/libnuspell.so lib/libnuspell.so.5 -lib/libnuspell.so.5.1.2 +lib/libnuspell.so.5.1.3 libdata/pkgconfig/nuspell.pc