summaryrefslogtreecommitdiff
path: root/textproc/enchant
diff options
context:
space:
mode:
authorwiz <wiz>2010-05-02 10:59:23 +0000
committerwiz <wiz>2010-05-02 10:59:23 +0000
commit296ab233e2d852e4602bd1ad380e5de2477b75f0 (patch)
treeb0c4462455d6c2d9e0490fc1f4c66779f809662e /textproc/enchant
parente69f34d5fddb1a0f0c9f34432bb99f3338807035 (diff)
downloadpkgsrc-296ab233e2d852e4602bd1ad380e5de2477b75f0.tar.gz
Update to 1.6.0:
* Fix bug 12567: the ispell sources aren't licensed under the LGPL * Add a function to get enchant's version (enchant_get_version) * Disable zemberek plugin by default, as it's known to cause issues/crashes with WebKit * Fix bug 12472: Win32 DLL dependency not found popup occurs when module has unmet dependencies * Possibly fix Ubuntu bug 474062 * Fix bug 12409: Registry handle not closed in enchant_get_registry_value_ex * Fix bug 12406: Leak in _enchant_get_user_home_dirs() on Windows * Fix bug 12007: Update FSF address * Fix bug 12305: Zemberek module lists a Turkish dictionary even without Zemberek installed * Don't assert if passed a null string list * Fix bug 12350: enchant_pwl_init_with_file truncates pwl file * Fix a double-free memory corruption bug * Fix bug 12173: fix some small memory leaks * Fix bug 12174: mis-acceptence of dictionaries which start with a partial match of the lang id * Fix bug 12160: enchant 1.5.0 always looks in "lib" dir for plugins * Fix the build with the MSVC compiler * Add a --with-system-myspell option * Package missing compile-resource file * Compare paths ignoring case sensitivity on windows
Diffstat (limited to 'textproc/enchant')
-rw-r--r--textproc/enchant/Makefile7
-rw-r--r--textproc/enchant/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile
index b9f6f5b92ac..4f94c9bd7a3 100644
--- a/textproc/enchant/Makefile
+++ b/textproc/enchant/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2009/10/12 19:56:04 ahoka Exp $
+# $NetBSD: Makefile,v 1.31 2010/05/02 10:59:23 wiz Exp $
#
-DISTNAME= enchant-1.5.0
-PKGREVISION= 1
+DISTNAME= enchant-1.6.0
CATEGORIES= textproc
-MASTER_SITES= http://www.abisource.com/downloads/enchant/1.5.0/
+MASTER_SITES= http://www.abisource.com/downloads/enchant/1.6.0/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.abisource.com/projects/enchant/
diff --git a/textproc/enchant/distinfo b/textproc/enchant/distinfo
index c8619625c75..5cbd23d8734 100644
--- a/textproc/enchant/distinfo
+++ b/textproc/enchant/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2009/06/09 13:14:42 wiz Exp $
+$NetBSD: distinfo,v 1.15 2010/05/02 10:59:23 wiz Exp $
-SHA1 (enchant-1.5.0.tar.gz) = 44e10feb9942324f603d84211599f4f5303d8c0e
-RMD160 (enchant-1.5.0.tar.gz) = 7eb98a0ca56b1a35e32ff58f794eff05f7147b85
-Size (enchant-1.5.0.tar.gz) = 593039 bytes
+SHA1 (enchant-1.6.0.tar.gz) = 321f9cf0abfa1937401676ce60976d8779c39536
+RMD160 (enchant-1.6.0.tar.gz) = a992034355bb36b9acabdbd400c9f4a3b996cce6
+Size (enchant-1.6.0.tar.gz) = 607018 bytes