diff options
author | taca <taca@pkgsrc.org> | 2015-03-15 01:00:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-15 01:00:12 +0000 |
commit | 5a01efb3518ceb9395847384a8b9604e845172a9 (patch) | |
tree | f194439b4f036b1c27c2863c6e96a9bc5ef9f40a /textproc/chasen | |
parent | 53797e735c21ede81fa6ce228164d0a1716a484f (diff) | |
download | pkgsrc-5a01efb3518ceb9395847384a8b9604e845172a9.tar.gz |
Update chasen packages to 2.4.5.
It includes security problem of 2.4.4 which was already fixed by official
patch.
pkgsrc change: Add comment in patches.
Diffstat (limited to 'textproc/chasen')
-rw-r--r-- | textproc/chasen/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/chasen/Makefile.common b/textproc/chasen/Makefile.common index 4b4199adda6..42f2c145e97 100644 --- a/textproc/chasen/Makefile.common +++ b/textproc/chasen/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.10 2014/10/05 16:41:09 wiz Exp $ +# $NetBSD: Makefile.common,v 1.11 2015/03/15 01:00:12 taca Exp $ # # used by textproc/ipadic/Makefile # used by textproc/chasen-base/Makefile -CHASEN_VERSION= 2.4.4 +CHASEN_VERSION= 2.4.5 .include "../../mk/bsd.prefs.mk" |