diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-27 19:39:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-27 19:39:11 +0000 |
commit | 8210590a66151612a113ab0baa904cd52b50cc53 (patch) | |
tree | 142293fa366eb270fe8159616bfa109e157db6cf /textproc/hyperestraier/Makefile | |
parent | c0d13609503672755f45b4702c6bbbe79db15c9d (diff) | |
download | pkgsrc-8210590a66151612a113ab0baa904cd52b50cc53.tar.gz |
Update to 1.2.3, provided by OBATA Akio in PR 33252:
2006-04-20 Mikio Hirabayashi
* estraier.c (est_db_edit_doc): a bug of ID assignment was fixed.
* estraier.c (est_db_get_doc_attr): attribute indexes were to be used.
* estraier.c (est_regex_new): case insensitive mode was added.
* estnode.c (est_url_shuttle): a bug when "resbody" was null was fixed.
* estwaver.c: new file.
* wavermod.c: new file.
* Makefile.in: a bug about compilation on Mac OS X was fixed.
- Release: 1.2.3
2006-04-15 Mikio Hirabayashi
* estraier.c (est_check_strand, est_check_stror): checking rules
were changed.
* estraier.c (est_search_union): a bug about memory allocation with
regex was fixed.
* estraier.c (est_check_stroreq): new function.
* estmaster.c (startup): "attrindex" attribute was added.
* mastermod.c (log_rotate): new function.
* estcmd.c (runcreate, runput, rungather): "-tr" option was added.
- Release: 1.2.2
Diffstat (limited to 'textproc/hyperestraier/Makefile')
-rw-r--r-- | textproc/hyperestraier/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile index 7cd9597cffd..b3e4bd8c0d9 100644 --- a/textproc/hyperestraier/Makefile +++ b/textproc/hyperestraier/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2006/04/11 21:27:57 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2006/04/27 19:39:11 wiz Exp $ -DISTNAME= hyperestraier-1.2.1 +DISTNAME= hyperestraier-1.2.3 CATEGORIES= japanese textproc www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/} @@ -13,7 +13,7 @@ USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE= hyperestraier.pc.in TEST_TARGET= check -BUILDLINK_API_DEPENDS.qdbm+= qdbm>=1.8.48 +BUILDLINK_API_DEPENDS.qdbm+= qdbm>=1.8.49 .include "../../archivers/bzip2/buildlink3.mk" .include "../../archivers/lzo/buildlink3.mk" |