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.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14edba168abb
branches:  trunk
changeset: 377432:14edba168abb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 20 20:16:52 2022 +0000

description:
enchant2: update to 2.3.3.

2.3.3 (April 16, 2022)
----------------------

Update Nuspell provider, requiring Nuspell 5.1.0. The new provider takes
advantage of recently-added Nuspell APIs to be smaller and simpler.

Fix the C++ API is_added() method to return a boolean rather than void.

Require C99 and POSIX 2008, and as a result use fewer gnulib modules,
which gives a modest build time reduction.

diffstat:

 textproc/enchant2/Makefile |  5 ++---
 textproc/enchant2/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r f769009d187c -r 14edba168abb textproc/enchant2/Makefile
--- a/textproc/enchant2/Makefile        Wed Apr 20 20:14:57 2022 +0000
+++ b/textproc/enchant2/Makefile        Wed Apr 20 20:16:52 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2021/12/08 16:02:41 adam Exp $
+# $NetBSD: Makefile,v 1.22 2022/04/20 20:16:52 wiz Exp $
 
-DISTNAME=              enchant-2.3.2
+DISTNAME=              enchant-2.3.3
 PKGNAME=               ${DISTNAME:S/enchant/enchant2/}
-PKGREVISION=           1
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=AbiWord/}
 GITHUB_PROJECT=                enchant
diff -r f769009d187c -r 14edba168abb textproc/enchant2/distinfo
--- a/textproc/enchant2/distinfo        Wed Apr 20 20:14:57 2022 +0000
+++ b/textproc/enchant2/distinfo        Wed Apr 20 20:16:52 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2021/12/07 18:32:18 wiz Exp $
+$NetBSD: distinfo,v 1.17 2022/04/20 20:16:52 wiz Exp $
 
-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
+BLAKE2s (enchant-2.3.3.tar.gz) = 2c07b2b5aa734d744240b24108d6d11a42811014c837a848ce6247259d09500a
+SHA512 (enchant-2.3.3.tar.gz) = c97764a8f219033b440cbfb820624f54993b19ba1f38b56f20336889304f753c7c513008bb92cd1424bfbf528c2d473f35bef93d9140063612e3a270fd000deb
+Size (enchant-2.3.3.tar.gz) = 990877 bytes



Home | Main Index | Thread Index | Old Index