mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Update to 3.0.23
PR: 21589 Submitted by: maintainer
This commit is contained in:
parent
07234fb9fc
commit
fb1f3913d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33785
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= udmsearch
|
||||
PORTVERSION= 3.0.21
|
||||
PORTVERSION= 3.0.23
|
||||
CATEGORIES= www databases
|
||||
MASTER_SITES= http://mysearch.udm.net/Download/ \
|
||||
ftp://ftp.izhcom.ru/pub/unix/UdmSearch/ \
|
||||
@ -26,17 +26,17 @@ CONFIGURE_ARGS= --enable-charset-guesser \
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
|
||||
CONFIGURE_ARGS+= --with-pgsql
|
||||
CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE}/pgsql
|
||||
|
||||
.elif defined(WITH_MSQL)
|
||||
BUILD_DEPENDS= ${PREFIX}/lib/libmsql.a:${PORTSDIR}/databases/msql
|
||||
CONFIGURE_ARGS+= --with-msql
|
||||
CONFIGURE_ARGS+= --with-msql=${LOCALBASE}
|
||||
|
||||
.else
|
||||
# default to mysql
|
||||
|
||||
LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
|
||||
CONFIGURE_ARGS+= --with-mysql
|
||||
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
|
||||
|
||||
.if !defined(WITH_MYSQL)
|
||||
pre-fetch:
|
||||
@ -45,7 +45,7 @@ pre-fetch:
|
||||
@${ECHO}
|
||||
@${ECHO} "You may alternately build udmsearch with either msql or"
|
||||
@${ECHO} "postgresql support by invoking make with WITH_MSQL=yes or"
|
||||
@${ECHO} "WITH_POSTGRESQL=yes respectively."
|
||||
@${ECHO} "WITH_PGSQL=yes respectively."
|
||||
@${ECHO}
|
||||
.endif
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (udmsearch-3.0.21.tar.gz) = e2653311dc25e276612b12d8f53e38f4
|
||||
MD5 (udmsearch-3.0.23.tar.gz) = 8b6742482b89c57f198bf0a46fa56614
|
||||
|
@ -16,6 +16,7 @@ share/udmsearch/create/stopwords/stop.es.txt
|
||||
share/udmsearch/create/stopwords/stop.pl.txt
|
||||
share/udmsearch/create/stopwords/stop.en.txt
|
||||
share/udmsearch/create/stopwords/stop.de.txt
|
||||
share/udmsearch/create/stopwords/stop.dk.txt
|
||||
share/udmsearch/create/stopwords/stop.it.txt
|
||||
share/udmsearch/create/stopwords/stop.ua.txt
|
||||
share/udmsearch/create/stopwords/stop.cz.txt
|
||||
|
Loading…
Reference in New Issue
Block a user