pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ispell-british Update ispell-british to 3.3.02.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e12491f802c
branches:  trunk
changeset: 496655:2e12491f802c
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jul 07 12:44:44 2005 +0000

description:
Update ispell-british to 3.3.02.

diffstat:

 textproc/ispell-british/Makefile         |  11 +++++------
 textproc/ispell-british/distinfo         |  10 +++++-----
 textproc/ispell-british/patches/patch-ad |  10 +++++-----
 3 files changed, 15 insertions(+), 16 deletions(-)

diffs (73 lines):

diff -r 5b033cd83382 -r 2e12491f802c textproc/ispell-british/Makefile
--- a/textproc/ispell-british/Makefile  Thu Jul 07 12:42:20 2005 +0000
+++ b/textproc/ispell-british/Makefile  Thu Jul 07 12:44:44 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:36 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/07/07 12:44:44 markd Exp $
 #
 
-DISTNAME=      ispell-3.2.06
-PKGNAME=       ispell-${DICT_LANG}-3.2.06
+DISTNAME=      ispell-3.3.02
+PKGNAME=       ispell-${DICT_LANG}-3.3.02
 CATEGORIES=    textproc
 MASTER_SITES=  http://fmg-www.cs.ucla.edu/geoff/tars/
 
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://ficus-www.cs.ucla.edu/geoff/ispell.html
 COMMENT=       British dictionary for interactive spelling checker
 
-DEPENDS+=      ispell-base>=3.2.06:../../textproc/ispell-base
+DEPENDS+=      ispell-base>=3.3.02:../../textproc/ispell-base
 
 BUILD_TARGET=  config.sh all-languages
 
@@ -29,8 +29,7 @@
 
 do-configure:
        cd ${WRKSRC};                                                   \
-       ${SED} -e 's|/usr/local|${PREFIX}|g' <local.h.samp >local.h;    \
-       ${ECHO} "#undef NO8BIT" >> local.h ;                            \
+       ${SED} -e 's|/usr/local|${PREFIX}|g' <local.h.bsd >local.h;     \
        ${ECHO} "#define LANGUAGES \"{${DICT_LANG},MASTERDICTS=${DICT_LANG}.xlg,HASHFILES=${DICT_LANG}xlg.hash,EXTRADICT=}\""  >>local.h; \
        ${ECHO} '#define MASTERHASH "${DICT_LANG}xlg.hash"'  >> local.h ;       \
        ${ECHO} "#undef WORDS"  >> local.h ;                            \
diff -r 5b033cd83382 -r 2e12491f802c textproc/ispell-british/distinfo
--- a/textproc/ispell-british/distinfo  Thu Jul 07 12:42:20 2005 +0000
+++ b/textproc/ispell-british/distinfo  Thu Jul 07 12:44:44 2005 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 14:48:43 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/07/07 12:44:44 markd Exp $
 
-SHA1 (ispell-3.2.06.tar.gz) = 35f496322cda172d56610417e4e1c7b962f734d7
-RMD160 (ispell-3.2.06.tar.gz) = 3f6a3840540ebc753146c427da8ce2d54317b46e
-Size (ispell-3.2.06.tar.gz) = 580742 bytes
+SHA1 (ispell-3.3.02.tar.gz) = c0d98e1af3afb8e0b642717c03439ff8881e3d60
+RMD160 (ispell-3.3.02.tar.gz) = 12edc94ebb7c1f4040bd8f5b0dbb8f40326aa781
+Size (ispell-3.3.02.tar.gz) = 619813 bytes
 SHA1 (patch-aa) = cf8e0863e62103526d75ba5f0f25c760d4ee8e32
 SHA1 (patch-ab) = 210d80ca55fc1d4fb5aa308205d8630a7f4bfb67
 SHA1 (patch-ac) = a3474192676a326f33e10266e57ace5dfb1ba7eb
-SHA1 (patch-ad) = 8e839e594e1d35b1df475e6a799872c8bcbe2bda
+SHA1 (patch-ad) = b3edb0466b306ecf1d59cfba46ec3f74e01db6ff
diff -r 5b033cd83382 -r 2e12491f802c textproc/ispell-british/patches/patch-ad
--- a/textproc/ispell-british/patches/patch-ad  Thu Jul 07 12:42:20 2005 +0000
+++ b/textproc/ispell-british/patches/patch-ad  Thu Jul 07 12:44:44 2005 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-ad,v 1.2 2004/12/01 12:23:30 markd Exp $
+$NetBSD: patch-ad,v 1.3 2005/07/07 12:44:44 markd Exp $
 
 Don't build the programs - use the ones from the base system.
 
---- Makefile.orig      2001-07-26 09:51:45.000000000 +1200
+--- Makefile.orig      2005-05-26 01:57:02.000000000 +1200
 +++ Makefile
-@@ -234,7 +234,7 @@ showversion:       ispell
-         mv y.tab.o $@; \
-         rm -f y.tab.c
+@@ -287,7 +287,7 @@ showversion:       ispell
+         mv y_tab.o $@; \
+         rm -f y_tab.c
  
 -all-languages:        munchable
 +all-languages:



Home | Main Index | Thread Index | Old Index