summaryrefslogtreecommitdiff
path: root/textproc/hyperestraier/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2006-04-11 21:27:57 +0000
committerwiz <wiz>2006-04-11 21:27:57 +0000
commit9b2db7d5959d73a65238efe1b330046a89c2c93a (patch)
treeaee3b9ea8127e65e532ea3b8531811acee81349b /textproc/hyperestraier/Makefile
parentdbd3831e05440a4c94ed92c4f77c0965d0d01eb9 (diff)
downloadpkgsrc-9b2db7d5959d73a65238efe1b330046a89c2c93a.tar.gz
Update to 1.2.1, provided by OBATA Akio in PR 33239:
2006-04-10 Mikio Hirabayashi * estraier.c (est_db_put_doc): dispensable trailer was purged from record. * estraier.c (est_db_add_attr_index): new function. * estraier.c (est_aidx_seq_put, est_aidx_seq_out, est_aidx_seq_narrow): new functions. * estraier.c (est_aidx_attr_put, est_aidx_attr_out, est_aidx_attr_narrow): new functions. * estnode.c (est_url_shuttle): "limsize" parameter was added. * mastermod.c (nmgr_clear): new function. * estcmd.c (runcreate, proccreate): new functions. - The Java binding and the Ruby binding was to support attribute indexes. - The Java binding and the Ruby binding was to support feedback of scores. - Release: 1.2.1
Diffstat (limited to 'textproc/hyperestraier/Makefile')
-rw-r--r--textproc/hyperestraier/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile
index 88258eda5d3..7cd9597cffd 100644
--- a/textproc/hyperestraier/Makefile
+++ b/textproc/hyperestraier/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2006/04/02 20:18:37 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2006/04/11 21:27:57 wiz Exp $
-DISTNAME= hyperestraier-1.1.6
+DISTNAME= hyperestraier-1.2.1
CATEGORIES= japanese textproc www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
@@ -13,6 +13,8 @@ USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE= hyperestraier.pc.in
TEST_TARGET= check
+BUILDLINK_API_DEPENDS.qdbm+= qdbm>=1.8.48
+
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../archivers/lzo/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"