diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-10-13 20:23:05 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-13 20:23:05 +0000 |
commit | fb1f3913d34ea61d864552f3b4a043297c32ae82 (patch) | |
tree | 587049ae9206529aa01c56eb8213bdcf8d00f607 /www/udmsearch | |
parent | Support CC/CFLAGS/X11BASE/PREFIX properly (diff) |
Update to 3.0.23
PR: 21589
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=33785
Diffstat (limited to 'www/udmsearch')
-rw-r--r-- | www/udmsearch/Makefile | 10 | ||||
-rw-r--r-- | www/udmsearch/distinfo | 2 | ||||
-rw-r--r-- | www/udmsearch/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile index 5828fb486824..8eb4774a4ff4 100644 --- a/www/udmsearch/Makefile +++ b/www/udmsearch/Makefile @@ -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 diff --git a/www/udmsearch/distinfo b/www/udmsearch/distinfo index 2cb1c1726356..5f1f0cae1658 100644 --- a/www/udmsearch/distinfo +++ b/www/udmsearch/distinfo @@ -1 +1 @@ -MD5 (udmsearch-3.0.21.tar.gz) = e2653311dc25e276612b12d8f53e38f4 +MD5 (udmsearch-3.0.23.tar.gz) = 8b6742482b89c57f198bf0a46fa56614 diff --git a/www/udmsearch/pkg-plist b/www/udmsearch/pkg-plist index a1dd64d36bcd..8c8e80a6deba 100644 --- a/www/udmsearch/pkg-plist +++ b/www/udmsearch/pkg-plist @@ -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 |