Date: Wed, 27 Sep 2000 09:36:53 +0400 (MSD) From: "Dmitry S. Sivachenko" <dima@Chg.RU> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21589: Update port: www/udmsearch Message-ID: <200009270536.JAA18605@chg.ru>
next in thread | raw e-mail | index | archive | help
>Number: 21589 >Category: ports >Synopsis: Update port: www/udmsearch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 26 22:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry S. Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: >Description: This patch was partially submitted by Mike Meyer <mwm@mired.org> >How-To-Repeat: >Fix: diff -Nur udmsearch.old/Makefile udmsearch/Makefile --- udmsearch.old/Makefile Sat Sep 9 10:45:27 2000 +++ udmsearch/Makefile Wed Sep 27 09:30:15 2000 @@ -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 @@ .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 @@ @${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 -Nur udmsearch.old/files/md5 udmsearch/files/md5 --- udmsearch.old/files/md5 Sat Sep 9 10:45:27 2000 +++ udmsearch/files/md5 Wed Sep 27 09:28:04 2000 @@ -1 +1 @@ -MD5 (udmsearch-3.0.21.tar.gz) = e2653311dc25e276612b12d8f53e38f4 +MD5 (udmsearch-3.0.23.tar.gz) = 8b6742482b89c57f198bf0a46fa56614 diff -Nur udmsearch.old/pkg/PLIST udmsearch/pkg/PLIST --- udmsearch.old/pkg/PLIST Sun Jul 30 23:44:40 2000 +++ udmsearch/pkg/PLIST Wed Sep 27 09:32:15 2000 @@ -16,6 +16,7 @@ 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 Binary files udmsearch.old/udmsearch-3.0.23.tgz and udmsearch/udmsearch-3.0.23.tgz differ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009270536.JAA18605>