summaryrefslogtreecommitdiff
path: root/textproc/hyperestraier/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2006-05-07 13:04:25 +0000
committerwiz <wiz>2006-05-07 13:04:25 +0000
commit5b3540a92bf0d1ae6c29f26a9f805ce9edd0a4c4 (patch)
tree97140516478f1c562dba0af36fe99faea56f149d /textproc/hyperestraier/Makefile
parent7b26c02e0a71685e9de0df575cc285763cd6974d (diff)
downloadpkgsrc-5b3540a92bf0d1ae6c29f26a9f805ce9edd0a4c4.tar.gz
Update to 1.2.4, provided by OBATA Akio in PR 33407:
Changes: 2006-04-25 Mikio Hirabayashi * estnode.c (est_get_host_addr): a bug about race confition of threads was fixed. * wavermod.c (fetch_document): a bug about checking "content-type" header was fixed. * wavermod.c (make_doc_from_html): "frame" and "link" elements were to be followed. * wavermod.c (make_doc_from_draft, make_doc_from_mime, make_doc_with_xcmd): new functions. * wavermod.c (waver_open): "allowrx" and "denyrx" were to be able to be more than once. * estwaver.c (runcrawl, proccrawl): "-restart" and "-revisit" options were added. * estcmd.c (doputdoc): "_lpath", "_lreal", and "_lfile" were not to be overwritten. * estwolefind (outputlist): WWWOFFLE 2.9a was to be supported. - Release: 1.2.4
Diffstat (limited to 'textproc/hyperestraier/Makefile')
-rw-r--r--textproc/hyperestraier/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile
index b3e4bd8c0d9..4e10b8edad6 100644
--- a/textproc/hyperestraier/Makefile
+++ b/textproc/hyperestraier/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2006/04/27 19:39:11 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2006/05/07 13:04:25 wiz Exp $
-DISTNAME= hyperestraier-1.2.3
+DISTNAME= hyperestraier-1.2.4
CATEGORIES= japanese textproc www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
@@ -9,9 +9,9 @@ HOMEPAGE= http://hyperestraier.sourceforge.net/
COMMENT= Full-text search system for communities
GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
+USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE= hyperestraier.pc.in
-TEST_TARGET= check
+TEST_TARGET= check
BUILDLINK_API_DEPENDS.qdbm+= qdbm>=1.8.49