pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/enchant2 enchant2: update to 2.3.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37b68c7860e7
branches:  trunk
changeset: 457056:37b68c7860e7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 15 13:25:33 2021 +0000

description:
enchant2: update to 2.3.1.

2.3.1 (August 9, 2021)
----------------------

Hunspell: fix enchant_dict_get_extra_word_characters API so it always
returns UTF-8. Use the same limit on word length as Hunspell uses (it is
different for UTF-8). Drop support for Hunspell 1.4.

Ignore hidden files when loading provider modules.

In a slight update to a change introduced in 2.3.0, in the default
enchant.ordering file, do not prefer aspell for all “en” locales, only for
the specific “en” locales that it supports.

diffstat:

 textproc/enchant2/Makefile |   4 ++--
 textproc/enchant2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 0c4ce20e32d8 -r 37b68c7860e7 textproc/enchant2/Makefile
--- a/textproc/enchant2/Makefile        Sun Aug 15 13:21:57 2021 +0000
+++ b/textproc/enchant2/Makefile        Sun Aug 15 13:25:33 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/06/27 11:29:55 bsiegert Exp $
+# $NetBSD: Makefile,v 1.19 2021/08/15 13:25:33 wiz Exp $
 
-DISTNAME=              enchant-2.3.0
+DISTNAME=              enchant-2.3.1
 PKGNAME=               ${DISTNAME:S/enchant/enchant2/}
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=AbiWord/}
diff -r 0c4ce20e32d8 -r 37b68c7860e7 textproc/enchant2/distinfo
--- a/textproc/enchant2/distinfo        Sun Aug 15 13:21:57 2021 +0000
+++ b/textproc/enchant2/distinfo        Sun Aug 15 13:25:33 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2021/06/27 11:29:55 bsiegert Exp $
+$NetBSD: distinfo,v 1.13 2021/08/15 13:25:33 wiz Exp $
 
-SHA1 (enchant-2.3.0.tar.gz) = 5fbab4dd9651f4269d2ece986b2ad05cefd3d00f
-RMD160 (enchant-2.3.0.tar.gz) = 553231b0113f6ae5de176849398ff09bdb180fd9
-SHA512 (enchant-2.3.0.tar.gz) = ed25d74176aefe4ab3b1754ea09356d04c844f8e7a50441d331fcf6a0fefbedaffa21df7296b7947ab1fcd44844c1d8567d39d67ebc4381ce8766577c0269d43
-Size (enchant-2.3.0.tar.gz) = 986837 bytes
+SHA1 (enchant-2.3.1.tar.gz) = 018ab0057165f21fa4d0cdb5dfb67f4a475d34fa
+RMD160 (enchant-2.3.1.tar.gz) = a6c8c9a6ff5eae56b8c89dcf985605a34c529d47
+SHA512 (enchant-2.3.1.tar.gz) = c6fb8498d34a55040c2791124c2975952497e5a1b8999958691279b1a60a37473a1d2e3e11504f7cc877370be7772c2db621022040ea7035b21e40e8367606f5
+Size (enchant-2.3.1.tar.gz) = 987361 bytes


Home | Main Index | Thread Index | Old Index