pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/enchant2
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 20 20:16:52 UTC 2022
Modified Files:
pkgsrc/textproc/enchant2: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/enchant2/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/enchant2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/enchant2/Makefile
diff -u pkgsrc/textproc/enchant2/Makefile:1.21 pkgsrc/textproc/enchant2/Makefile:1.22
--- pkgsrc/textproc/enchant2/Makefile:1.21 Wed Dec 8 16:02:41 2021
+++ pkgsrc/textproc/enchant2/Makefile Wed Apr 20 20:16:52 2022
@@ -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
Index: pkgsrc/textproc/enchant2/distinfo
diff -u pkgsrc/textproc/enchant2/distinfo:1.16 pkgsrc/textproc/enchant2/distinfo:1.17
--- pkgsrc/textproc/enchant2/distinfo:1.16 Tue Dec 7 18:32:18 2021
+++ pkgsrc/textproc/enchant2/distinfo Wed Apr 20 20:16:52 2022
@@ -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