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:           Thu Oct 10 11:44:38 UTC 2019

Modified Files:
        pkgsrc/textproc/enchant2: Makefile buildlink3.mk distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/enchant2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/enchant2/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 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.6 pkgsrc/textproc/enchant2/Makefile:1.7
--- pkgsrc/textproc/enchant2/Makefile:1.6       Sun Jul  7 08:44:28 2019
+++ pkgsrc/textproc/enchant2/Makefile   Thu Oct 10 11:44:38 2019
@@ -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-hspell
 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:

Index: pkgsrc/textproc/enchant2/buildlink3.mk
diff -u pkgsrc/textproc/enchant2/buildlink3.mk:1.2 pkgsrc/textproc/enchant2/buildlink3.mk:1.3
--- pkgsrc/textproc/enchant2/buildlink3.mk:1.2  Sun Nov 18 13:08:19 2018
+++ pkgsrc/textproc/enchant2/buildlink3.mk      Thu Oct 10 11:44:38 2019
@@ -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 @@ ${BUILDLINK_DIR}/lib/pkgconfig/enchant.p
        ${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

Index: pkgsrc/textproc/enchant2/distinfo
diff -u pkgsrc/textproc/enchant2/distinfo:1.3 pkgsrc/textproc/enchant2/distinfo:1.4
--- pkgsrc/textproc/enchant2/distinfo:1.3       Sun Jul  7 08:44:28 2019
+++ pkgsrc/textproc/enchant2/distinfo   Thu Oct 10 11:44:38 2019
@@ -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