diff options
author | martti <martti@pkgsrc.org> | 2003-04-17 06:22:23 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-04-17 06:22:23 +0000 |
commit | 5cc8f2d5cdd832c5de2c1a667186a128a5c1c327 (patch) | |
tree | c411e8eae69272e4106eee3bcd321f32d97dcbb7 /editors/abiword | |
parent | 7678c0b0268f88743a948a31d796db92e8688b76 (diff) | |
download | pkgsrc-5cc8f2d5cdd832c5de2c1a667186a128a5c1c327.tar.gz |
Updated abiword-personal to 1.0.5
* bug fixes
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword/distinfo | 8 | ||||
-rw-r--r-- | editors/abiword/patches/patch-al | 14 |
3 files changed, 13 insertions, 13 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 71a4d70b1ae..be82e32b5bf 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2003/03/29 12:40:41 jmmv Exp $ +# $NetBSD: Makefile,v 1.54 2003/04/17 06:22:23 martti Exp $ # # According to AbiSource's explanation of their trademark rights, # compilations/distributions of AbiWord not provided by AbiSource must @@ -19,7 +19,7 @@ COMMENT= Open Source cross-platform word processor DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base DIST_SUBDIR= abisuite -ABIWORD_VERS= 1.0.4 +ABIWORD_VERS= 1.0.5 USE_BUILDLINK2= # defined USE_X11= # defined diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index e3192ab2754..3ce8c778d12 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2003/01/28 13:57:52 martti Exp $ +$NetBSD: distinfo,v 1.19 2003/04/17 06:22:23 martti Exp $ -SHA1 (abisuite/abiword-1.0.4.tar.gz) = c42df6f219ee370f4e69a2175364d6489924ac82 -Size (abisuite/abiword-1.0.4.tar.gz) = 18932393 bytes +SHA1 (abisuite/abiword-1.0.5.tar.gz) = 29292d858dd361bd4ad10c98c32c5b8b5941110d +Size (abisuite/abiword-1.0.5.tar.gz) = 18966097 bytes SHA1 (patch-ab) = 31f61d0a855db4dd9d3fa2c2ab1bae31fb03c636 SHA1 (patch-ad) = 1b1cdab98c9b58b5395e0a43169fa54cac819b04 SHA1 (patch-ae) = a8fbe68e56bed6881329632bb12173cb67b8d750 @@ -9,4 +9,4 @@ SHA1 (patch-af) = 9bf0cb3abe338b7021acbf771b34b55bb7edcbae SHA1 (patch-ag) = 9a9faa81fc5343c7f33e8148f30fbbb845b21c4c SHA1 (patch-ah) = 19e2e5def6d235ff44efc856346a4ae85b2bdbd5 SHA1 (patch-ak) = 692401ca4f4d701b5eca3952ef300497d35f6b27 -SHA1 (patch-al) = 42560a8acda03d46e6880deb316fc68830338009 +SHA1 (patch-al) = cfeed65d62c8f580fcb504be68f94c8343cca583 diff --git a/editors/abiword/patches/patch-al b/editors/abiword/patches/patch-al index 871bbf6281f..29bf62d4540 100644 --- a/editors/abiword/patches/patch-al +++ b/editors/abiword/patches/patch-al @@ -1,18 +1,18 @@ -$NetBSD: patch-al,v 1.6 2003/01/28 13:57:53 martti Exp $ +$NetBSD: patch-al,v 1.7 2003/04/17 06:22:23 martti Exp $ ---- GNUmakefile.in.orig 2003-01-23 03:07:40.000000000 +0200 -+++ GNUmakefile.in 2003-01-28 15:46:23.000000000 +0200 -@@ -130,8 +130,7 @@ - psiconv_peerdir = @PSICONV_PEERDIR@ +--- GNUmakefile.in.orig 2003-03-20 05:13:05.000000000 +0200 ++++ GNUmakefile.in 2003-04-17 08:43:03.000000000 +0300 +@@ -137,8 +137,7 @@ libiconv_peerdir = @LIBICONV_PEERDIR@ libpng_peerdir = @LIBPNG_PEERDIR@ + -@BIGENDIAN_TRUE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/BigEndian32.american.hash -@BIGENDIAN_FALSE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/LittleEndian32.american.hash +dictionary = ${prefix}/lib/american.hash + subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/ac-helpers/mkinstalldirs - CONFIG_CLEAN_FILES = -@@ -446,7 +445,7 @@ +@@ -497,7 +496,7 @@ for dir in `cd $(top_srcdir)/../abidistfiles; find . -type d ! -name CVS` ; do \ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$dir ;\ if test "$$dir" = "./dictionary"; then \ |