From bef8177e771c02cdb415a113c3f135c76c217b8b Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sun, 11 Oct 2009 23:47:12 +0000 Subject: [PATCH] Update to enchant-1.5.0 --- textproc/enchant/Makefile | 9 ++++----- textproc/enchant/distinfo | 10 +++++----- textproc/enchant/patches/patch-configure | 12 ++++++------ 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 764d231f6dc..0a0ce5b3d42 100755 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -1,18 +1,17 @@ -# $OpenBSD: Makefile,v 1.9 2009/01/12 13:04:09 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.10 2009/10/11 23:47:12 ajacoutot Exp $ COMMENT= generic spell checking library/wrapper -V= 1.4.2 +V= 1.5.0 DISTNAME= enchant-${V} -PKGNAME= ${DISTNAME}p1 -SHARED_LIBS= enchant 5.1 # .5.2 +SHARED_LIBS= enchant 6.0 # .5.2 CATEGORIES= textproc HOMEPAGE= http://www.abisource.com/projects/enchant/ MAINTAINER= Antoine Jacoutot -# LGPLv2 +# LGPLv2.1 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes diff --git a/textproc/enchant/distinfo b/textproc/enchant/distinfo index 873963a610c..23f5d8825ca 100644 --- a/textproc/enchant/distinfo +++ b/textproc/enchant/distinfo @@ -1,5 +1,5 @@ -MD5 (enchant-1.4.2.tar.gz) = /kVYJp/1n1aauVgckH1Yyw== -RMD160 (enchant-1.4.2.tar.gz) = 09qwSpxBgq4xbOUVbcpD5I7aheY= -SHA1 (enchant-1.4.2.tar.gz) = dcsKt7Tp1DwSv+baq/mf3m8GrUs= -SHA256 (enchant-1.4.2.tar.gz) = lcjdmYyPtDYynSBODt3kQAuInk4m0/jLiIxAjJqazGo= -SIZE (enchant-1.4.2.tar.gz) = 595192 +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 diff --git a/textproc/enchant/patches/patch-configure b/textproc/enchant/patches/patch-configure index a0b4767e1bc..eb5f56bcabf 100644 --- a/textproc/enchant/patches/patch-configure +++ b/textproc/enchant/patches/patch-configure @@ -1,12 +1,12 @@ -$OpenBSD: patch-configure,v 1.5 2009/01/12 13:04:09 ajacoutot Exp $ ---- configure.orig Mon May 5 22:27:23 2008 -+++ configure Mon Nov 24 12:03:08 2008 -@@ -22660,7 +22660,7 @@ if test $ac_cv_lib_aspell_get_aspell_dict_info_list = +$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" fi - ASPELL_CFLAGS+=" -DHAVE_PSPELL_H" + ASPELL_CFLAGS="${ASPELL_CFLAGS} -DHAVE_PSPELL_H" elif test -f "$aspell_prefix/include/aspell.h"; then - { echo "$as_me:$LINENO: result: yes (aspell)" >&5 - echo "${ECHO_T}yes (aspell)" >&6; } + { $as_echo "$as_me:$LINENO: result: yes (aspell)" >&5 + $as_echo "yes (aspell)" >&6; }