diff options
author | wiz <wiz> | 2012-08-15 20:28:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-08-15 20:28:05 +0000 |
commit | 16af887982bf45cfa699415de855def2ada72aa2 (patch) | |
tree | 9ad2303be75e9af3fc61f5998707144e8e889e76 /textproc | |
parent | f7c62aad6e066f5d690b128e47cf5daac6f80040 (diff) | |
download | pkgsrc-16af887982bf45cfa699415de855def2ada72aa2.tar.gz |
Update to 20120607. The usual fixes.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell-german/Makefile | 6 | ||||
-rw-r--r-- | textproc/ispell-german/distinfo | 10 | ||||
-rw-r--r-- | textproc/ispell-german/patches/patch-aa | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/textproc/ispell-german/Makefile b/textproc/ispell-german/Makefile index 7b612a48a05..86f8753c20e 100644 --- a/textproc/ispell-german/Makefile +++ b/textproc/ispell-german/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2009/02/17 14:43:05 abs Exp $ +# $NetBSD: Makefile,v 1.16 2012/08/15 20:28:05 wiz Exp $ # -DISTNAME= igerman98-20081106 -PKGNAME= ispell-german-20081106 +DISTNAME= igerman98-20120607 +PKGNAME= ispell-german-20120607 CATEGORIES= textproc MASTER_SITES= http://j3e.de/ispell/igerman98/dict/ EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/ispell-german/distinfo b/textproc/ispell-german/distinfo index c37cfb7ebde..c71304c823d 100644 --- a/textproc/ispell-german/distinfo +++ b/textproc/ispell-german/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2008/11/10 18:15:05 wiz Exp $ +$NetBSD: distinfo,v 1.10 2012/08/15 20:28:05 wiz Exp $ -SHA1 (igerman98-20081106.tar.bz2) = 8416e1f07bd53be48bce677622ff14f823001b74 -RMD160 (igerman98-20081106.tar.bz2) = c6f1ea67302892078b717b4edd03fa74f85d37a0 -Size (igerman98-20081106.tar.bz2) = 470769 bytes -SHA1 (patch-aa) = 2ee4437296f744a8481b7f9f9f0458ff762587b3 +SHA1 (igerman98-20120607.tar.bz2) = 2cb42608727a13c877db98f19fe43b5cae2d4e73 +RMD160 (igerman98-20120607.tar.bz2) = 0756833bcda3b67f430b6b5dbfc5db9956960eae +Size (igerman98-20120607.tar.bz2) = 475390 bytes +SHA1 (patch-aa) = 5c14e2484a9a775b59ce84da1d2d3c2b4a8c9809 diff --git a/textproc/ispell-german/patches/patch-aa b/textproc/ispell-german/patches/patch-aa index 7536a3fa07d..ea66ef52528 100644 --- a/textproc/ispell-german/patches/patch-aa +++ b/textproc/ispell-german/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.5 2008/11/10 18:15:05 wiz Exp $ +$NetBSD: patch-aa,v 1.6 2012/08/15 20:28:05 wiz Exp $ ---- Makefile.orig 2008-11-06 19:04:26.000000000 +0000 +--- Makefile.orig 2010-01-18 09:07:38.000000000 +0000 +++ Makefile -@@ -80,8 +80,8 @@ HUNSPELL_BIN = hunspell - # we need to make sure we use latin1: +@@ -81,8 +81,8 @@ HUNSPELL_BIN = hunspell HUNSPELL = $(HUNSPELL_BIN) `$(HUNSPELL_BIN) -h 2>&1 | grep -q "hunspell \\-i" && echo "-i latin1"` + -SQ = sq -UNSQ = unsq +SQ = ../bin/sq.pl |