mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Upgrade to 0.40.
This commit is contained in:
parent
69fc8209ee
commit
dd3202e53b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254869
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= openfts
|
||||
PORTVERSION= 0.39
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.40
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/OpenFTS-perl%2C%20v${PORTVERSION}
|
||||
DISTNAME= Search-OpenFTS-${PORTVERSION}
|
||||
@ -15,8 +14,7 @@ DISTNAME= Search-OpenFTS-${PORTVERSION}
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Open Source Full Text Search engine
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
|
||||
${LOCALBASE}/lib/postgresql/tsearch2.so:${PORTSDIR}/databases/postgresql82-contrib \
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/postgresql/tsearch2.so:${PORTSDIR}/databases/postgresql82-contrib \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Search-OpenFTS-0.39.tar.gz) = 32bec887b55ca5cd26bd529007ac59c1
|
||||
SHA256 (Search-OpenFTS-0.39.tar.gz) = d46cd4434014001b9025cdcb3d393f5790e188c0be47f0ec1b9f228cfb4fe740
|
||||
SIZE (Search-OpenFTS-0.39.tar.gz) = 81523
|
||||
MD5 (Search-OpenFTS-0.40.tar.gz) = 3461d8600c9c811fb7af856f2c862fcc
|
||||
SHA256 (Search-OpenFTS-0.40.tar.gz) = d098806920f458e8e3ae9f99d94dc11cc531ead3bb6b68c4e5ab549d7aa3a2c7
|
||||
SIZE (Search-OpenFTS-0.40.tar.gz) = 80438
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- doc/primer.html.orig Mon Jun 14 12:22:40 2004
|
||||
+++ doc/primer.html Thu Jun 17 21:50:29 2004
|
||||
--- doc/primer.html.orig 2009-12-04 21:27:41.000000000 +0900
|
||||
+++ doc/primer.html 2010-05-23 00:32:47.534983282 +0900
|
||||
@@ -640,7 +640,7 @@
|
||||
Change to the directory where <b>tsearch2</b> is. This is
|
||||
a PostgreSQL module available under the <b>contrib</b> directory.
|
||||
@ -13,8 +13,8 @@
|
||||
</li>
|
||||
<li>
|
||||
<code><pre>
|
||||
-$ cd /usr/local/src/Search-OpenFTS-0.39/examples
|
||||
+$ cd /usr/local/share/examples/Search-OpenFTS/
|
||||
-$ cd /usr/local/src/Search-OpenFTS-0.40/examples
|
||||
+$ cd /usr/local/share/examples/Search-OpenFTS
|
||||
</pre></code>
|
||||
</li>
|
||||
<li>
|
||||
|
11
textproc/openfts/files/patch-flexparser.l
Normal file
11
textproc/openfts/files/patch-flexparser.l
Normal file
@ -0,0 +1,11 @@
|
||||
--- OpenFTS/flexparser.l.orig 2010-05-23 01:15:15.558693826 +0900
|
||||
+++ OpenFTS/flexparser.l 2010-05-23 01:15:51.544638807 +0900
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/* redefine macro for read limited length */
|
||||
#define YY_INPUT(buf,result,max_size) \
|
||||
- if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) { \
|
||||
+ if ( yy_current_buffer->yy_is_interactive ) { \
|
||||
int c = '*', n; \
|
||||
for ( n = 0; n < max_size && \
|
||||
(c = getc( fts_yyin )) != EOF && c != '\n'; ++n ) \
|
Loading…
Reference in New Issue
Block a user