diff options
author | snj <snj@pkgsrc.org> | 2009-12-02 17:56:26 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2009-12-02 17:56:26 +0000 |
commit | 7840f56cd272f57b2494aec1a7a3d036dafb43e7 (patch) | |
tree | 96fc2c01015e87c68ba998bebfeb4a170421d724 /textproc/aspell-faroese | |
parent | 756dc1a51632d35b31eff025acf8d8ff71b3d8d9 (diff) | |
download | pkgsrc-7840f56cd272f57b2494aec1a7a3d036dafb43e7.tar.gz |
Update to 0.2.38.
Diffstat (limited to 'textproc/aspell-faroese')
-rw-r--r-- | textproc/aspell-faroese/Makefile | 6 | ||||
-rw-r--r-- | textproc/aspell-faroese/distinfo | 10 | ||||
-rw-r--r-- | textproc/aspell-faroese/patches/patch-aa | 8 |
3 files changed, 11 insertions, 13 deletions
diff --git a/textproc/aspell-faroese/Makefile b/textproc/aspell-faroese/Makefile index 591b716f995..9a261745073 100644 --- a/textproc/aspell-faroese/Makefile +++ b/textproc/aspell-faroese/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2008/06/20 01:09:37 joerg Exp $ -# +# $NetBSD: Makefile,v 1.15 2009/12/02 17:56:26 snj Exp $ -DISTNAME= aspell-fo-0.2.24 +DISTNAME= aspell-fo-0.2.38 PKGNAME= ${DISTNAME:C/-fo-/-faroese-/} -PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://fo.speling.org/filer/ EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/aspell-faroese/distinfo b/textproc/aspell-faroese/distinfo index b7aa57ce88a..584d060b69a 100644 --- a/textproc/aspell-faroese/distinfo +++ b/textproc/aspell-faroese/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2008/06/20 01:09:37 joerg Exp $ +$NetBSD: distinfo,v 1.7 2009/12/02 17:56:26 snj Exp $ -SHA1 (aspell-fo-0.2.24.tar.bz2) = fb9da90644a39434ba4ac070aa6049bac855976e -RMD160 (aspell-fo-0.2.24.tar.bz2) = 43b8cfeb40bbfb5c11fb90a68599ebf5c1e49fa6 -Size (aspell-fo-0.2.24.tar.bz2) = 180736 bytes -SHA1 (patch-aa) = fe4d861c642c3af29c45ff11a1a5a88165a34a0f +SHA1 (aspell-fo-0.2.38.tar.bz2) = 3191d86991d1281e322d2576325dd5c6f97408ea +RMD160 (aspell-fo-0.2.38.tar.bz2) = f9816f44f645c9902dfe2a0761284e40fabcddfe +Size (aspell-fo-0.2.38.tar.bz2) = 183984 bytes +SHA1 (patch-aa) = 78dcf76df264c55bda6bee7411a3c847bd8b4f7f diff --git a/textproc/aspell-faroese/patches/patch-aa b/textproc/aspell-faroese/patches/patch-aa index 9f8930f64bc..60fdfeca80f 100644 --- a/textproc/aspell-faroese/patches/patch-aa +++ b/textproc/aspell-faroese/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.4 2008/06/20 01:09:37 joerg Exp $ +$NetBSD: patch-aa,v 1.5 2009/12/02 17:56:26 snj Exp $ ---- Makefile.orig 2005-12-22 14:56:50.000000000 +0000 -+++ Makefile +--- Makefile.orig 2009-11-04 12:38:50.000000000 -0800 ++++ Makefile 2009-12-02 09:53:27.000000000 -0800 @@ -9,16 +9,14 @@ landekode=FO lang = fo - version = 0.2.24 + version = 0.2.38 -dictdir=`aspell dump config | grep '^\# dict-dir current: ' | cut -d' ' -f4` -datadir=`aspell dump config | grep '^\# data-dir current: ' | cut -d' ' -f4` |