enchant2: update to 2.3.2.
2.3.2 (November 16, 2021) ------------------------- Fix the generation of man pages, so that installation-dependent paths are correctly inserted. Improve error reporting when enchant-lsmod cannot open a dictionary for a given language, in particular with the Aspell backend. Fix compilation on MingW. Some minor code cleanup.
This commit is contained in:
parent
293da2b085
commit
b85a2f308d
2 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.19 2021/08/15 13:25:33 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2021/12/07 18:32:18 wiz Exp $
|
||||
|
||||
DISTNAME= enchant-2.3.1
|
||||
DISTNAME= enchant-2.3.2
|
||||
PKGNAME= ${DISTNAME:S/enchant/enchant2/}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=AbiWord/}
|
||||
|
@ -28,8 +28,8 @@ CONF_FILES= ${PREFIX}/share/examples/enchant.ordering ${PREFIX}/share/enchant/e
|
|||
CONFIGURE_ARGS+= --without-hspell
|
||||
CONFIGURE_ARGS+= --without-voikko
|
||||
|
||||
# Status as of 2.2.7:
|
||||
# FAILURE: 230 out of 425 tests failed (385 failures).
|
||||
# As of 2.3.2
|
||||
# FAILURE: 230 out of 425 tests failed (390 failures).
|
||||
TEST_TARGET= check
|
||||
|
||||
# C++11
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.15 2021/10/26 11:21:52 nia Exp $
|
||||
$NetBSD: distinfo,v 1.16 2021/12/07 18:32:18 wiz Exp $
|
||||
|
||||
BLAKE2s (enchant-2.3.1.tar.gz) = e010133d0db661e1c160a56e9fcbaf6783312cbfae2779aea019f2d4c1bc9296
|
||||
SHA512 (enchant-2.3.1.tar.gz) = c6fb8498d34a55040c2791124c2975952497e5a1b8999958691279b1a60a37473a1d2e3e11504f7cc877370be7772c2db621022040ea7035b21e40e8367606f5
|
||||
Size (enchant-2.3.1.tar.gz) = 987361 bytes
|
||||
BLAKE2s (enchant-2.3.2.tar.gz) = 962a0a732839e58f074bd9ef17cf968e9611313bccfe47137929916691bf8ca9
|
||||
SHA512 (enchant-2.3.2.tar.gz) = 886635bb55c5f0c774445e4a0f14d39e2d08eeb964257037062c2e97c2cf3348be8c631ff5e7a13144936127761964bdc60ff1e0dd6f63b292a655626f91ef62
|
||||
Size (enchant-2.3.2.tar.gz) = 991782 bytes
|
||||
|
|
Loading…
Reference in a new issue