diff options
author | taca <taca@pkgsrc.org> | 2006-03-13 09:17:51 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-03-13 09:17:51 +0000 |
commit | c7105a5a858455507981790301393abfa453ec71 (patch) | |
tree | 7276188ade2bd55f9d51f5280596a59d2be19185 /textproc/kakasi/Makefile | |
parent | de31447da56ae2fd3f60300b49f19cdf51d91f20 (diff) | |
download | pkgsrc-c7105a5a858455507981790301393abfa453ec71.tar.gz |
Add patch to fix array subscript out of range bug which reported to
kakasi-dev mailing list:
http://www.namazu.org/pipermail/kakasi-dev/2006-March/000039.html
Bump PKGREVISION.
Diffstat (limited to 'textproc/kakasi/Makefile')
-rw-r--r-- | textproc/kakasi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/kakasi/Makefile b/textproc/kakasi/Makefile index 86715df3202..6ca219d8153 100644 --- a/textproc/kakasi/Makefile +++ b/textproc/kakasi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:11:03 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/03/13 09:17:51 taca Exp $ DISTNAME= kakasi-2.3.4 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= japanese textproc MASTER_SITES= ftp://kakasi.namazu.org/pub/kakasi/stable/ |