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:           Tue Dec  7 18:32:18 UTC 2021

Modified Files:
        pkgsrc/textproc/enchant2: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/enchant2/Makefile
cvs rdiff -u -r1.15 -r1.16 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.19 pkgsrc/textproc/enchant2/Makefile:1.20
--- pkgsrc/textproc/enchant2/Makefile:1.19      Sun Aug 15 13:25:33 2021
+++ pkgsrc/textproc/enchant2/Makefile   Tue Dec  7 18:32:18 2021
@@ -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/en
 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

Index: pkgsrc/textproc/enchant2/distinfo
diff -u pkgsrc/textproc/enchant2/distinfo:1.15 pkgsrc/textproc/enchant2/distinfo:1.16
--- pkgsrc/textproc/enchant2/distinfo:1.15      Tue Oct 26 11:21:52 2021
+++ pkgsrc/textproc/enchant2/distinfo   Tue Dec  7 18:32:18 2021
@@ -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



Home | Main Index | Thread Index | Old Index