Index: head/textproc/nuspell/Makefile =================================================================== --- head/textproc/nuspell/Makefile (revision 518266) +++ head/textproc/nuspell/Makefile (revision 518267) @@ -1,49 +1,48 @@ # $FreeBSD$ PORTNAME= nuspell DISTVERSIONPREFIX= v -DISTVERSION= 2.3.0 -PORTREVISION= 2 +DISTVERSION= 3.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= libboost_locale.so:devel/boost-libs \ libicuuc.so:devel/icu USES= cmake compiler:c++14-lang USE_GITHUB= yes USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS OPTIONS_DEFINE= MANPAGES TEST OPTIONS_DEFAULT=MANPAGES MANPAGES_BUILD_DEPENDS= ronn:textproc/rubygem-ronn MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz TEST_BUILD_DEPENDS= catch>0:devel/catch \ bash:shells/bash TEST_CMAKE_BOOL= BUILD_TESTING TEST_TEST_TARGET= test 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 pre-install-TEST-on: do-test makepatch-clean: @${RM} ${WRKSRC}/tests/suggestiontest/Makefile.orig .include # XXX Don't override definition in Mk/bsd.port.mk makepatch: makepatch-clean Index: head/textproc/nuspell/distinfo =================================================================== --- head/textproc/nuspell/distinfo (revision 518266) +++ head/textproc/nuspell/distinfo (revision 518267) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565253019 -SHA256 (nuspell-nuspell-v2.3.0_GH0.tar.gz) = c81cfd50f851b5863ca26cd0c6bf9ebb7281a160c277f05c8583239321cacf3b -SIZE (nuspell-nuspell-v2.3.0_GH0.tar.gz) = 399632 +TIMESTAMP = 1574535171 +SHA256 (nuspell-nuspell-v3.0.0_GH0.tar.gz) = 9ce86d5463723cc7dceba9d1dd046e1022ed5e3004ac6d12f2daaf5b090a6066 +SIZE (nuspell-nuspell-v3.0.0_GH0.tar.gz) = 403043 Index: head/textproc/nuspell/pkg-plist =================================================================== --- head/textproc/nuspell/pkg-plist (revision 518266) +++ head/textproc/nuspell/pkg-plist (revision 518267) @@ -1,15 +1,14 @@ bin/nuspell include/nuspell/aff_data.hxx include/nuspell/dictionary.hxx include/nuspell/finder.hxx -include/nuspell/locale_utils.hxx -include/nuspell/string_utils.hxx include/nuspell/structures.hxx +include/nuspell/utils.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.2 -lib/libnuspell.so.2.3.0 +lib/libnuspell.so.3 +lib/libnuspell.so.3.0.0 libdata/pkgconfig/nuspell.pc