From 2f4048b50d4770265a83a69fd9437d06bb2bff67 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 2 Jul 2002 04:44:35 +0000 Subject: Upgrade to 3.1.20 --- www/mnogosearch31/Makefile | 3 +-- www/mnogosearch31/distinfo | 2 +- www/mnogosearch31/files/patch-ac | 11 ----------- www/mnogosearch31/files/spelld.sh-dist | 1 + 4 files changed, 3 insertions(+), 14 deletions(-) (limited to 'www/mnogosearch31') diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index 298d4f2fc98e..d5ec54d44cf1 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mnogosearch -PORTVERSION= 3.1.19 -PORTREVISION= 2 +PORTVERSION= 3.1.20 CATEGORIES= www databases MASTER_SITES= http://www.mnogosearch.org/Download/ diff --git a/www/mnogosearch31/distinfo b/www/mnogosearch31/distinfo index d56119beeab5..aa4703c6b9e0 100644 --- a/www/mnogosearch31/distinfo +++ b/www/mnogosearch31/distinfo @@ -1 +1 @@ -MD5 (mnogosearch-3.1.19.tar.gz) = f11d7ac75182f7266f81716211404265 +MD5 (mnogosearch-3.1.20.tar.gz) = 4dda21495cb5522327cac5dcabf9c551 diff --git a/www/mnogosearch31/files/patch-ac b/www/mnogosearch31/files/patch-ac index 673785c743f0..65c6f2ac627d 100644 --- a/www/mnogosearch31/files/patch-ac +++ b/www/mnogosearch31/files/patch-ac @@ -9,14 +9,3 @@ for(i=0;i 512) { -+ printf("Query string too long!\n"); -+ return(0); -+ } - query_url_escaped=strdup(UdmEscapeURL(str,query_words)); - query_form_escaped=UdmHtmlSpecialChars(query_words); - }else diff --git a/www/mnogosearch31/files/spelld.sh-dist b/www/mnogosearch31/files/spelld.sh-dist index 1f10515ace47..7b9612b68bb5 100644 --- a/www/mnogosearch31/files/spelld.sh-dist +++ b/www/mnogosearch31/files/spelld.sh-dist @@ -11,6 +11,7 @@ start) if [ -x ${PREFIX}/sbin/spelld ]; then # Uncomment to disallow access from outside # /sbin/ipfw -q add 7001 deny tcp from any to any 7001 + rm -f /var/mnogosearch/spelld.pid su -f -m www -c "exec ${PREFIX}/sbin/spelld &" > /dev/null 2>&1 && echo -n ' spelld' fi ;; -- cgit v1.2.3