diff --git a/textproc/nuspell/Makefile b/textproc/nuspell/Makefile index 054823968d64..981a7b641b63 100644 --- a/textproc/nuspell/Makefile +++ b/textproc/nuspell/Makefile @@ -1,41 +1,40 @@ PORTNAME= nuspell DISTVERSIONPREFIX= v -DISTVERSION= 4.2.0 -PORTREVISION= 1 +DISTVERSION= 5.0.0 CATEGORIES= textproc MAINTAINER= jbeich@FreeBSD.org COMMENT= Free and open source C++ spell checking library LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libicuuc.so:devel/icu TEST_DEPENDS= catch>0:devel/catch \ bash:shells/bash USES= cmake:testing compiler:c++17-lang USE_GITHUB= yes USE_LDCONFIG= yes CMAKE_OFF+= ${CMAKE_TESTING_ON} OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT=MANPAGES MANPAGES_BUILD_DEPENDS= pandoc:textproc/hs-pandoc MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz 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 4de7580410d7..cf3a0c34e304 100644 --- a/textproc/nuspell/distinfo +++ b/textproc/nuspell/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607812804 -SHA256 (nuspell-nuspell-v4.2.0_GH0.tar.gz) = 01804d490bec517748ee49fa2f1249f4c99380c26335e32082cdaa02b5b2b4dc -SIZE (nuspell-nuspell-v4.2.0_GH0.tar.gz) = 382635 +TIMESTAMP = 1623497280 +SHA256 (nuspell-nuspell-v5.0.0_GH0.tar.gz) = 855d4771d225dcce1e48d098be6a2d69629c635b79b53f9e095a35adc68f0ea1 +SIZE (nuspell-nuspell-v5.0.0_GH0.tar.gz) = 372940 diff --git a/textproc/nuspell/pkg-plist b/textproc/nuspell/pkg-plist index 76e611021d07..c89811a8c7d4 100644 --- a/textproc/nuspell/pkg-plist +++ b/textproc/nuspell/pkg-plist @@ -1,14 +1,17 @@ bin/nuspell include/nuspell/aff_data.hxx +include/nuspell/checker.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.4 -lib/libnuspell.so.4.2.0 +lib/libnuspell.so.5 +lib/libnuspell.so.5.0.0 libdata/pkgconfig/nuspell.pc