Update to 1.4.10
PR: ports/109995 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
This commit is contained in:
parent
9c697d03be
commit
c2d31e2e9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186677
3 changed files with 11 additions and 7 deletions
|
@ -6,8 +6,7 @@
|
|||
# $MCom: ports-stable/textproc/hyperestraier/Makefile,v 1.3 2006/10/17 11:45:45 ahze Exp $
|
||||
|
||||
PORTNAME= hyperestraier
|
||||
PORTVERSION= 1.4.9
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.10
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -15,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ahze@FreeBSD.org
|
||||
COMMENT= A full-text search system
|
||||
|
||||
BUILD_DEPENDS= qdbm>=1.8.74:${PORTSDIR}/databases/qdbm
|
||||
BUILD_DEPENDS= qdbm>=1.8.75:${PORTSDIR}/databases/qdbm
|
||||
# check configure for min version of qdbm.
|
||||
LIB_DEPENDS= qdbm.14:${PORTSDIR}/databases/qdbm
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (hyperestraier-1.4.9.tar.gz) = 70e0533f1ca5247d8187afcb51b8d4e0
|
||||
SHA256 (hyperestraier-1.4.9.tar.gz) = 2f419774addae18267fb687f9dd157b791e415106b0552646ab1a3281fef22a1
|
||||
SIZE (hyperestraier-1.4.9.tar.gz) = 974492
|
||||
MD5 (hyperestraier-1.4.10.tar.gz) = cf4ca3dea77d161517388050654b52a6
|
||||
SHA256 (hyperestraier-1.4.10.tar.gz) = 9b64d3a3273b80494cba0511501a83f6d5c03e9268192e2ed09ac7c2c383d396
|
||||
SIZE (hyperestraier-1.4.10.tar.gz) = 1011767
|
||||
|
|
|
@ -13,11 +13,13 @@ include/estraier.h
|
|||
lib/libestraier.a
|
||||
lib/libestraier.so
|
||||
lib/libestraier.so.8
|
||||
lib/libestraier.so.8.34.0
|
||||
lib/libestraier.so.8.35.0
|
||||
libdata/pkgconfig/hyperestraier.pc
|
||||
libexec/estfraud.cgi
|
||||
libexec/estproxy.cgi
|
||||
libexec/estseek.cgi
|
||||
libexec/estscout.cgi
|
||||
libexec/estsupt.cgi
|
||||
%%DATADIR%%/COPYING
|
||||
%%DATADIR%%/ChangeLog
|
||||
%%DATADIR%%/THANKS
|
||||
|
@ -25,6 +27,7 @@ libexec/estseek.cgi
|
|||
%%DATADIR%%/doc/cguide-ja.html
|
||||
%%DATADIR%%/doc/common.css
|
||||
%%DATADIR%%/doc/coreframe.png
|
||||
%%DATADIR%%/doc/gateframe.png
|
||||
%%DATADIR%%/doc/icon16.png
|
||||
%%DATADIR%%/doc/index.html
|
||||
%%DATADIR%%/doc/index.ja.html
|
||||
|
@ -246,10 +249,12 @@ libexec/estseek.cgi
|
|||
%%DATADIR%%/estproxy.conf
|
||||
%%DATADIR%%/estraier.idl
|
||||
%%DATADIR%%/estresult.dtd
|
||||
%%DATADIR%%/estscout.conf
|
||||
%%DATADIR%%/estseek.conf
|
||||
%%DATADIR%%/estseek.help
|
||||
%%DATADIR%%/estseek.tmpl
|
||||
%%DATADIR%%/estseek.top
|
||||
%%DATADIR%%/estsupt.conf
|
||||
%%DATADIR%%/filter/estfxasis
|
||||
%%DATADIR%%/filter/estfxmantotxt
|
||||
%%DATADIR%%/filter/estfxmsotohtml
|
||||
|
|
Loading…
Reference in a new issue