diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-11-23 20:07:37 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-11-23 20:07:37 +0000 |
commit | 5c867aa0fa1ef781ba25d37218a8d5d3c0caeff8 (patch) | |
tree | dabb84159ad8ec9534eb1eb803ea62ea9ed23ce8 | |
parent | p5-EV: Update to 4.30 (diff) |
textproc/nuspell: update to 3.0.0
Changes: https://github.com/nuspell/nuspell/releases/tag/v3.0.0
Changes: https://github.com/nuspell/nuspell/compare/v2.3.0...v3.0.0
Reported by: GitHub (watch releases)
Notes
Notes:
svn path=/head/; revision=518267
-rw-r--r-- | textproc/nuspell/Makefile | 3 | ||||
-rw-r--r-- | textproc/nuspell/distinfo | 6 | ||||
-rw-r--r-- | textproc/nuspell/pkg-plist | 7 |
3 files changed, 7 insertions, 9 deletions
diff --git a/textproc/nuspell/Makefile b/textproc/nuspell/Makefile index 84e66ec98ba2..2cc5664e0764 100644 --- a/textproc/nuspell/Makefile +++ b/textproc/nuspell/Makefile @@ -2,8 +2,7 @@ PORTNAME= nuspell DISTVERSIONPREFIX= v -DISTVERSION= 2.3.0 -PORTREVISION= 2 +DISTVERSION= 3.0.0 CATEGORIES= textproc MAINTAINER= jbeich@FreeBSD.org diff --git a/textproc/nuspell/distinfo b/textproc/nuspell/distinfo index bea0551ca758..b3d9ce178199 100644 --- a/textproc/nuspell/distinfo +++ b/textproc/nuspell/distinfo @@ -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 diff --git a/textproc/nuspell/pkg-plist b/textproc/nuspell/pkg-plist index 9db488739b9b..9f382cc6803f 100644 --- a/textproc/nuspell/pkg-plist +++ b/textproc/nuspell/pkg-plist @@ -2,14 +2,13 @@ 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 |