diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-07-22 15:32:50 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-07-22 15:32:50 +0000 |
commit | fedccff4cd59db83f9b9f0c235d77c79f5529b15 (patch) | |
tree | 5817ef9855d3c8c50ef9d54a6671684c81e1554b /textproc/dict-client | |
parent | bc9a0ca85919781bba4363f04d1725c485d508d6 (diff) | |
download | pkgsrc-fedccff4cd59db83f9b9f0c235d77c79f5529b15.tar.gz |
Update dict-server and dict-client to 1.12.1
dictl.in:
Fix for Debian bug #677868 reported by Stepan Golosunov.
dictd.8:
Fixes for mistypes found by A. Costa. Thanks!
dictzip:
Fix for sf.net bug #3390567 reported by Ivo Danihelka.
INSTALL:
Fix for sf.net bug #3398178
colorit:
Fix for option -c. Now it works correctly.
examples/dictd_virtual.conf:
Fix incorrect keyword for virtual database.
Thanks to Marc-Jano Knopp for the report!
Diffstat (limited to 'textproc/dict-client')
-rw-r--r-- | textproc/dict-client/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index 30f0eef69eb..4627b1ba8fb 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2012/06/17 13:18:43 cheusov Exp $ +# $NetBSD: Makefile,v 1.37 2012/07/22 15:32:50 cheusov Exp $ .include "../../textproc/dict-server/Makefile.common" PKGNAME= ${DISTNAME:S/dictd/dict-client/} -PKGREVISION= 2 CATEGORIES= textproc COMMENT= Dictionary Service Protocol client |