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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6320c42c081f
branches:  trunk
changeset: 341907:6320c42c081f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 10 11:44:38 2019 +0000

description:
enchant2: update to 2.2.7.

2.2.7 (September 9, 2019)
-------------------------

Fix some memory leaks in the hunspell and aspell providers, thanks to an
improvement to the build system to use ASAN for the tests.


2.2.6 (September 5, 2019)
-------------------------

Treat PWL as text, not binary.

diffstat:

 textproc/enchant2/Makefile      |   8 ++++----
 textproc/enchant2/buildlink3.mk |   3 ++-
 textproc/enchant2/distinfo      |  10 +++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (55 lines):

diff -r a73f1a7ed5e0 -r 6320c42c081f textproc/enchant2/Makefile
--- a/textproc/enchant2/Makefile        Thu Oct 10 11:34:25 2019 +0000
+++ b/textproc/enchant2/Makefile        Thu Oct 10 11:44:38 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/07/07 08:44:28 bsiegert Exp $
+# $NetBSD: Makefile,v 1.7 2019/10/10 11:44:38 wiz Exp $
 
-DISTNAME=              enchant-2.2.5
+DISTNAME=              enchant-2.2.7
 PKGNAME=               ${DISTNAME:S/enchant/enchant2/}
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=AbiWord/}
@@ -29,8 +29,8 @@
 CONFIGURE_ARGS+=       --without-uspell
 CONFIGURE_ARGS+=       --without-voikko
 
-# Status as of 2.2.4:
-# FAILURE: 230 out of 425 tests failed (390 failures).
+# Status as of 2.2.7:
+# FAILURE: 230 out of 425 tests failed (385 failures).
 TEST_TARGET=           check
 
 post-install:
diff -r a73f1a7ed5e0 -r 6320c42c081f textproc/enchant2/buildlink3.mk
--- a/textproc/enchant2/buildlink3.mk   Thu Oct 10 11:34:25 2019 +0000
+++ b/textproc/enchant2/buildlink3.mk   Thu Oct 10 11:44:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2018/11/18 13:08:19 bsiegert Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2019/10/10 11:44:38 wiz Exp $
 
 BUILDLINK_TREE+=       enchant2
 
@@ -14,6 +14,7 @@
        ${MKDIR} ${BUILDLINK_DIR}/lib/pkgconfig
        cd ${BUILDLINK_DIR}/lib/pkgconfig && ${LN} -sf enchant-2.pc enchant.pc
 
+.PHONY: buildlink-enchant2-cookie
 buildlink-enchant2-cookie: ${BUILDLINK_DIR}/lib/pkgconfig/enchant.pc
 
 # spelling libraries are loaded dynamically and do not need
diff -r a73f1a7ed5e0 -r 6320c42c081f textproc/enchant2/distinfo
--- a/textproc/enchant2/distinfo        Thu Oct 10 11:34:25 2019 +0000
+++ b/textproc/enchant2/distinfo        Thu Oct 10 11:44:38 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/07/07 08:44:28 bsiegert Exp $
+$NetBSD: distinfo,v 1.4 2019/10/10 11:44:38 wiz Exp $
 
-SHA1 (enchant-2.2.5.tar.gz) = c168ead9d6ee4cf11e201a93544d203e5b6045c7
-RMD160 (enchant-2.2.5.tar.gz) = 7336ee58d003d4d704146a46dc73b4227d24af22
-SHA512 (enchant-2.2.5.tar.gz) = cc4d00ea2c94fcf2cef0281e13b86c49cfbff74c60315126bab8b1d91d8da1fb8fd0dc215a1eb44b07d8be33bc54cb9e63107874ef1caa04714fbe4b7484280f
-Size (enchant-2.2.5.tar.gz) = 953463 bytes
+SHA1 (enchant-2.2.7.tar.gz) = 946509c4ab0c5e6e6ef952ca94a14738bc7e3156
+RMD160 (enchant-2.2.7.tar.gz) = 030f6b4d92348c0d0e8c04cba4facded22d61ff4
+SHA512 (enchant-2.2.7.tar.gz) = 696455cf782b3186d19988ed59ca3cc6030a431d44ef3828039590afb08fd282a79ce6246a342e6bf7a0bf3bf63d4822d841ba01394da9f9e4394a491b2373b6
+Size (enchant-2.2.7.tar.gz) = 951995 bytes



Home | Main Index | Thread Index | Old Index