Subject: Re: pkg/33252: Update textprox/hyperestraier from 1.2.1 to 1.2.3
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: OBATA Akio <obata@lins.jp>
List: pkgsrc-bugs
Date: 04/26/2006 14:25:02
The following reply was made to PR pkg/33252; it has been noted by GNATS.

From: OBATA Akio <obata@lins.jp>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/33252: Update textprox/hyperestraier from 1.2.1 to 1.2.3
Date: Wed, 26 Apr 2006 23:23:51 +0900

 Now already 1.2.3 out.
 
 Changes:
 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
 
 Here is a patch for update from 1.2.1 to 1.2.3.
 
 Index: textproc/hyperestraier/Makefile
 ===================================================================
 RCS file: /home/cvsroot/NetBSD/pkgsrc/textproc/hyperestraier/Makefile,v
 retrieving revision 1.7
 diff -u -r1.7 Makefile
 --- textproc/hyperestraier/Makefile	11 Apr 2006 21:27:57 -0000	1.7
 +++ textproc/hyperestraier/Makefile	26 Apr 2006 13:53:33 -0000
 @@ -1,6 +1,6 @@
  # $NetBSD: Makefile,v 1.7 2006/04/11 21:27:57 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 @@
  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"
 Index: textproc/hyperestraier/PLIST
 ===================================================================
 RCS file: /home/cvsroot/NetBSD/pkgsrc/textproc/hyperestraier/PLIST,v
 retrieving revision 1.7
 diff -u -r1.7 PLIST
 --- textproc/hyperestraier/PLIST	11 Apr 2006 21:27:57 -0000	1.7
 +++ textproc/hyperestraier/PLIST	26 Apr 2006 14:11:13 -0000
 @@ -13,7 +13,7 @@
  lib/libestraier.a
  lib/libestraier.so
  lib/libestraier.so.8
 -lib/libestraier.so.8.6.0
 +lib/libestraier.so.8.8.0
  lib/pkgconfig/hyperestraier.pc
  libexec/estseek.cgi
  man/man1/estcall.1
 Index: textproc/hyperestraier/distinfo
 ===================================================================
 RCS file: /home/cvsroot/NetBSD/pkgsrc/textproc/hyperestraier/distinfo,v
 retrieving revision 1.7
 diff -u -r1.7 distinfo
 --- textproc/hyperestraier/distinfo	11 Apr 2006 21:27:57 -0000	1.7
 +++ textproc/hyperestraier/distinfo	26 Apr 2006 14:01:54 -0000
 @@ -1,7 +1,7 @@
  $NetBSD: distinfo,v 1.7 2006/04/11 21:27:57 wiz Exp $
  
 -SHA1 (hyperestraier-1.2.1.tar.gz) = e1aad3d5c1bdd758c2f118fa54450e8eccfa6129
 -RMD160 (hyperestraier-1.2.1.tar.gz) = 2a157a685b1df8e4e8d1c9f093c447e3a188951c
 -Size (hyperestraier-1.2.1.tar.gz) = 775636 bytes
 +SHA1 (hyperestraier-1.2.3.tar.gz) = fa9a455404b020721c046ca1caccea7681519502
 +RMD160 (hyperestraier-1.2.3.tar.gz) = 9fbb830fb5837df37b0059964495918896535012
 +Size (hyperestraier-1.2.3.tar.gz) = 790162 bytes
  SHA1 (patch-aa) = 87dbcfd75617d7fcf6d7c66644bb09dd7abc4c72
 -SHA1 (patch-ab) = 6c862f34f0cc0343877ddc44464f5e3bb1892785
 +SHA1 (patch-ab) = 0202379ccca5f7fff4b74e745c560a204b9be3fe
 Index: textproc/hyperestraier/patches/patch-ab
 ===================================================================
 RCS file: /home/cvsroot/NetBSD/pkgsrc/textproc/hyperestraier/patches/patch-ab,v
 retrieving revision 1.1.1.1
 diff -u -r1.1.1.1 patch-ab
 --- textproc/hyperestraier/patches/patch-ab	23 Oct 2005 19:13:44 -0000	1.1.1.1
 +++ textproc/hyperestraier/patches/patch-ab	26 Apr 2006 14:01:32 -0000
 @@ -1,8 +1,8 @@
  $NetBSD: patch-ab,v 1.1.1.1 2005/10/23 19:13:44 minskim Exp $
  
 ---- Makefile.in.orig	2005-10-20 23:22:27.000000000 -0700
 +--- Makefile.in.orig	2006-04-21 02:23:49.000000000 +0900
  +++ Makefile.in
 -@@ -59,7 +59,7 @@ CPPFLAGS = -I. -I$(HOME)/include -I/usr/
 +@@ -58,7 +58,7 @@ CPPFLAGS = -I. -I$(HOME)/include -I/usr/
     -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 \
     -DPIC=1 -D_REENTRANT=1 @MYDEFS@
   CFLAGS = @MYCFLAGS@