Bugfix update to enchant-1.6.0.
This commit is contained in:
parent
71e040deaa
commit
b36f72a602
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/11/22 10:27:12 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/12/15 16:57:39 ajacoutot Exp $
|
||||
|
||||
COMMENT= generic spell checking library/wrapper
|
||||
|
||||
V= 1.5.0
|
||||
V= 1.6.0
|
||||
DISTNAME= enchant-${V}
|
||||
REVISION= 0
|
||||
SHARED_LIBS= enchant 6.0 # .5.2
|
||||
SHARED_LIBS= enchant 6.1 # .7.0
|
||||
CATEGORIES= textproc
|
||||
|
||||
HOMEPAGE= http://www.abisource.com/projects/enchant/
|
||||
@ -20,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.abisource.com/downloads/enchant/${V}/
|
||||
|
||||
WANTLIB= c m pcre stdc++ aspell>=16 glib-2.0 gmodule-2.0
|
||||
WANTLIB= c m pcre stdc++ aspell>=16 glib-2.0 gmodule-2.0 pthread
|
||||
|
||||
LIB_DEPENDS= textproc/aspell/core \
|
||||
devel/glib2
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (enchant-1.5.0.tar.gz) = ffrtFOFCtKAAS3cMlWjtAg==
|
||||
RMD160 (enchant-1.5.0.tar.gz) = frmKDKVrGjXjL/WPeU7/BfcUe4U=
|
||||
SHA1 (enchant-1.5.0.tar.gz) = ROEP65lCMk9gPYQhFZn09TA9jA4=
|
||||
SHA256 (enchant-1.5.0.tar.gz) = 1Cha7JpX7pwrarHdt2pn9xcYPifj68bFSDijR2Dp57s=
|
||||
SIZE (enchant-1.5.0.tar.gz) = 593039
|
||||
MD5 (enchant-1.6.0.tar.gz) = 3hEBGv+AHcYQQoKAQftZxw==
|
||||
RMD160 (enchant-1.6.0.tar.gz) = qZIDQ1W7Nrmsq9vUAMn0o7mWzOY=
|
||||
SHA1 (enchant-1.6.0.tar.gz) = Mh+c8Kv6GTdAFnbOYJdth3nDlTY=
|
||||
SHA256 (enchant-1.6.0.tar.gz) = L6yee+fpQkssVXDYr/5WjbOfdXLBDtSNThPN3wP3CX8=
|
||||
SIZE (enchant-1.6.0.tar.gz) = 607018
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.6 2009/10/11 23:47:12 ajacoutot Exp $
|
||||
--- configure.orig Sat May 23 11:44:37 2009
|
||||
+++ configure Mon Oct 12 01:44:00 2009
|
||||
@@ -18088,7 +18088,7 @@ if test "x$ac_cv_lib_aspell_get_aspell_dict_info_list"
|
||||
$OpenBSD: patch-configure,v 1.7 2010/12/15 16:57:39 ajacoutot Exp $
|
||||
--- configure.orig Thu Apr 1 22:56:39 2010
|
||||
+++ configure Wed Dec 15 17:54:01 2010
|
||||
@@ -18213,7 +18213,7 @@ if test "x$ac_cv_lib_aspell_get_aspell_dict_info_list"
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user