Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 2021 20:23:17 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ddb08114331d - main - textproc/nuspell: update to 5.0.0
Message-ID:  <202106122023.15CKNHTS028895@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ddb08114331d770aa1d1aed468ff57a5a0cfac5c

commit ddb08114331d770aa1d1aed468ff57a5a0cfac5c
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-06-12 11:28:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-06-12 20:23:00 +0000

    textproc/nuspell: update to 5.0.0
    
    Changes:        https://github.com/nuspell/nuspell/releases/tag/v5.0.0
    Reported by:    GitHub (watch releases)
---
 textproc/nuspell/Makefile  | 3 +--
 textproc/nuspell/distinfo  | 6 +++---
 textproc/nuspell/pkg-plist | 7 +++++--
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/textproc/nuspell/Makefile b/textproc/nuspell/Makefile
index 054823968d64..981a7b641b63 100644
--- a/textproc/nuspell/Makefile
+++ b/textproc/nuspell/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	nuspell
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.2.0
-PORTREVISION=	1
+DISTVERSION=	5.0.0
 CATEGORIES=	textproc
 
 MAINTAINER=	jbeich@FreeBSD.org
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106122023.15CKNHTS028895>